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