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
Exception
public void stop() throws ActiveMQException
ActiveMQException
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2021 JBoss by Red Hat. All rights reserved.