Class SessionView
- java.lang.Object
-
- org.apache.activemq.artemis.core.management.impl.view.ActiveMQAbstractView<ServerSession>
-
- org.apache.activemq.artemis.core.management.impl.view.SessionView
-
public class SessionView extends ActiveMQAbstractView<ServerSession>
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.artemis.core.management.impl.view.ActiveMQAbstractView
collection, options, predicate, sortColumn, sortOrder
-
-
Constructor Summary
Constructors Constructor Description SessionView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetClassT()StringgetDefaultOrderColumn()ObjectgetField(ServerSession session, String fieldName)JsonObjectBuildertoJson(ServerSession session)-
Methods inherited from class org.apache.activemq.artemis.core.management.impl.view.ActiveMQAbstractView
getComparator, getPagedResult, getPredicate, getResultsAsJson, setCollection, setOptions, toString
-
-
-
-
Method Detail
-
getClassT
public Class getClassT()
- Specified by:
getClassTin classActiveMQAbstractView<ServerSession>
-
toJson
public JsonObjectBuilder toJson(ServerSession session)
- Specified by:
toJsonin classActiveMQAbstractView<ServerSession>
-
getField
public Object getField(ServerSession session, String fieldName)
-
getDefaultOrderColumn
public String getDefaultOrderColumn()
- Specified by:
getDefaultOrderColumnin classActiveMQAbstractView<ServerSession>
-
-