public class ActiveMQManagementProxy extends Object implements AutoCloseable
| Constructor and Description |
|---|
ActiveMQManagementProxy(ServerLocator locator,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> T |
invokeOperation(Class<T> type,
String resourceName,
String operationName,
Object... operationArgs) |
void |
start() |
void |
stop() |
public ActiveMQManagementProxy(ServerLocator locator, String username, String password)
public <T> T invokeOperation(Class<T> type, String resourceName, String operationName, Object... operationArgs) throws Exception
Exceptionpublic void stop()
throws ActiveMQException
ActiveMQExceptionpublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.