Class ConnectionView
- java.lang.Object
-
- org.apache.activemq.artemis.core.management.impl.view.ActiveMQAbstractView<RemotingConnection>
-
- org.apache.activemq.artemis.core.management.impl.view.ConnectionView
-
public class ConnectionView extends ActiveMQAbstractView<RemotingConnection>
-
-
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 ConnectionView(ActiveMQServer server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetClassT()StringgetDefaultOrderColumn()ObjectgetField(RemotingConnection connection, String fieldName)JsonObjectBuildertoJson(RemotingConnection connection)-
Methods inherited from class org.apache.activemq.artemis.core.management.impl.view.ActiveMQAbstractView
getComparator, getPagedResult, getPredicate, getResultsAsJson, setCollection, setOptions, toString
-
-
-
-
Constructor Detail
-
ConnectionView
public ConnectionView(ActiveMQServer server)
-
-
Method Detail
-
getClassT
public Class getClassT()
- Specified by:
getClassTin classActiveMQAbstractView<RemotingConnection>
-
toJson
public JsonObjectBuilder toJson(RemotingConnection connection)
- Specified by:
toJsonin classActiveMQAbstractView<RemotingConnection>
-
getField
public Object getField(RemotingConnection connection, String fieldName)
-
getDefaultOrderColumn
public String getDefaultOrderColumn()
- Specified by:
getDefaultOrderColumnin classActiveMQAbstractView<RemotingConnection>
-
-