public interface HornetQServer extends HornetQComponent
start, stop
void setIdentity(String identity)
String getIdentity()
String describe()
Configuration getConfiguration()
RemotingService getRemotingService()
StorageManager getStorageManager()
PagingManager getPagingManager()
ManagementService getManagementService()
HornetQSecurityManager getSecurityManager()
MBeanServer getMBeanServer()
Version getVersion()
NodeManager getNodeManager()
HornetQServerControlImpl getHornetQServerControl()
void registerActivateCallback(ActivateCallback callback)
void unregisterActivateCallback(ActivateCallback callback)
ReplicationEndpoint connectToReplicationEndpoint(Channel channel) throws Exception
Exception
ServerSession createSession(String name, String username, String password, int minLargeMessageSize, RemotingConnection remotingConnection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback) throws Exception
Exception
Set<ServerSession> getSessions()
boolean isStarted()
isStarted
in interface HornetQComponent
boolean isStopped()
HierarchicalRepository<Set<Role>> getSecurityRepository()
HierarchicalRepository<AddressSettings> getAddressSettingsRepository()
int getConnectionCount()
PostOffice getPostOffice()
QueueFactory getQueueFactory()
ResourceManager getResourceManager()
List<ServerSession> getSessions(String connectionID)
boolean lookupSession(String metakey, String metavalue)
ClusterManager getClusterManager()
SimpleString getNodeID()
boolean isInitialised()
Queue createQueue(SimpleString address, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary) throws Exception
Exception
Queue deployQueue(SimpleString address, SimpleString queueName, SimpleString filterString, boolean durable, boolean temporary) throws Exception
Exception
Queue locateQueue(SimpleString queueName) throws Exception
Exception
void destroyQueue(SimpleString queueName, ServerSession session) throws Exception
Exception
ScheduledExecutorService getScheduledPool()
ExecutorService getThreadPool()
ExecutorFactory getExecutorFactory()
void setGroupingHandler(GroupingHandler groupingHandler)
GroupingHandler getGroupingHandler()
ReplicationEndpoint getReplicationEndpoint()
ReplicationManager getReplicationManager()
void deployDivert(DivertConfiguration config) throws Exception
Exception
void destroyDivert(SimpleString name) throws Exception
Exception
ConnectorsService getConnectorsService()
void deployBridge(BridgeConfiguration config) throws Exception
Exception
ServerSession getSessionByID(String sessionID)
void threadDump(String reason)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.