public interface ConnectorAdminMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
Get the host name of the connector.
|
int |
getQueueSize()
The size of the underlying event queue
|
String |
getRole()
The connection role.
|
TabularData |
getSessions()
Get all session who may be connected through this connector.
|
void |
stop()
Stop the connector after waiting for logouts.
|
void |
stop(boolean force)
Stop the connector.
|
String getRole() throws IOException
IOExceptionvoid stop(boolean force) throws IOException
force - don't wait for normal logout from counterpartyIOExceptionvoid stop() throws IOException
IOExceptionTabularData getSessions() throws IOException
IOExceptionString getHostName() throws IOException
IOExceptionint getQueueSize()
Copyright © 2021. All rights reserved.