|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectorAdminMBean
Method Summary | |
---|---|
java.lang.String |
getHostName()
Get the host name of the connector. |
int |
getQueueSize()
The size of the underlying event queue |
java.lang.String |
getRole()
The connection role. |
javax.management.openmbean.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. |
Method Detail |
---|
java.lang.String getRole() throws java.io.IOException
java.io.IOException
void stop(boolean force) throws java.io.IOException
force
- don't wait for normal logout from counterparty
java.io.IOException
void stop() throws java.io.IOException
java.io.IOException
javax.management.openmbean.TabularData getSessions() throws java.io.IOException
java.io.IOException
java.lang.String getHostName() throws java.io.IOException
java.io.IOException
int getQueueSize()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |