Class ActiveMQAbstractView<T>
java.lang.Object
org.apache.activemq.artemis.core.management.impl.view.ActiveMQAbstractView<T>
- Direct Known Subclasses:
AddressView,ConnectionView,ConsumerView,ProducerView,QueueView,SessionView
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<T>protected static final Stringprotected ActiveMQFilterPredicate<T>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Classabstract StringgetPagedResult(int page, int pageSize) getResultsAsJson(int page, int pageSize) voidsetCollection(Collection<T> collection) voidsetOptions(String options) abstract JsonObjectBuilderprotected StringJsonObjectBuilder will throw an NPE if a null value is added.
-
Field Details
-
N_A
- See Also:
-
collection
-
predicate
-
sortField
-
sortOrder
-
-
Constructor Details
-
ActiveMQAbstractView
public ActiveMQAbstractView()
-
-
Method Details
-
setCollection
-
getResultsAsJson
-
getPagedResult
-
getPredicate
-
getComparator
-
setOptions
-
getClassT
-
toJson
-
getDefaultOrderColumn
-
getSortField
-
getSortOrder
-
toString
JsonObjectBuilder will throw an NPE if a null value is added. For this reason we check for null explicitly when adding objects.
-