public interface BaseChannelMBean
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
java.lang.String |
getHost() |
int |
getPort() |
boolean |
isConnected() |
void |
reconnect() |
void |
setHost(java.lang.String host) |
void |
setPort(int port) |
java.lang.String getHost()
void setHost(java.lang.String host)
int getPort()
void setPort(int port)
boolean isConnected()
void connect() throws java.io.IOException
java.io.IOException
void disconnect() throws java.io.IOException
java.io.IOException
void reconnect() throws java.io.IOException
java.io.IOException