|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
String |
getHost()
Returns the host name of this server. |
int |
getPort()
Returns the adaptor's port number |
String |
getProtocol()
Returns the protocol name |
Object |
getServerSocket()
Returns the server socket |
long |
getUptime()
Gets System up time. |
void |
setIpAddress(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 |
public String getHost() throws UnknownHostException
UnknownHostException
public int getPort()
public String getProtocol()
public Object getServerSocket()
public long getUptime()
public int getActiveClientCount()
public void setMaxConnections(int maxConns)
public void setPort(int port)
public void setIpAddress(InetAddress address)
|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |