public final class ConnectorsService extends Object implements HornetQComponent
| Constructor and Description |
|---|
ConnectorsService(Configuration configuration,
StorageManager storageManager,
ScheduledExecutorService scheduledPool,
PostOffice postOffice) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConnectorService> |
getConnectors() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
public ConnectorsService(Configuration configuration, StorageManager storageManager, ScheduledExecutorService scheduledPool, PostOffice postOffice)
public void start()
throws Exception
start in interface HornetQComponentExceptionpublic void stop()
throws Exception
stop in interface HornetQComponentExceptionpublic boolean isStarted()
isStarted in interface HornetQComponentpublic Set<ConnectorService> getConnectors()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.