|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdaptorServerMBean
Adaptor 's MBean interface
Field Summary |
---|
Fields inherited from interface com.ireasoning.core.jmx.State |
---|
STARTED, STARTING, STATES, STOPPED, STOPPING, UNINITIALIZED |
Method Summary | |
---|---|
int |
getActiveClientCount()
Returns the number of active clients |
java.lang.String |
getHost()
Returns the host name of this server. |
int |
getPort()
Returns the adaptor's port number |
java.lang.String |
getProtocol()
Returns the protocol name |
java.lang.Object |
getServerSocket()
Returns the server socket |
long |
getUptime()
Gets System up time. |
void |
setIpAddress(java.net.InetAddress address)
Sets server's local address to bind |
void |
setMaxConnections(int maxConns)
Sets maximum number of concurrent connections |
void |
setPort(int port)
Sets server port number |
Methods inherited from interface com.ireasoning.core.jmx.ServiceMBean |
---|
getName |
Methods inherited from interface com.ireasoning.core.jmx.Service |
---|
startService, stopService |
Methods inherited from interface com.ireasoning.core.jmx.State |
---|
getState, getStateString |
Method Detail |
---|
java.lang.String getHost() throws java.net.UnknownHostException
java.net.UnknownHostException
int getPort()
java.lang.String getProtocol()
java.lang.Object getServerSocket()
long getUptime()
int getActiveClientCount()
void setMaxConnections(int maxConns)
void setPort(int port)
void setIpAddress(java.net.InetAddress address)
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |