Class ActiveMQManagementProxy
java.lang.Object
org.apache.activemq.artemis.api.core.management.ActiveMQManagementProxy
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionActiveMQManagementProxy(ClientSession session) ActiveMQManagementProxy(ServerLocator locator, String username, String password) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()<T> TgetAttribute(String resourceName, String attributeName, Class<T> attributeClass, int timeout) <T> TinvokeOperation(String resourceName, String operationName, Object[] operationParams, Class<T> operationClass, int timeout)
-
Constructor Details
-
ActiveMQManagementProxy
-
ActiveMQManagementProxy
public ActiveMQManagementProxy(ServerLocator locator, String username, String password) throws Exception - Throws:
Exception
-
-
Method Details
-
getAttribute
-
invokeOperation
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-