|
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 |
| 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 |
public java.lang.String getHost()
throws java.net.UnknownHostException
java.net.UnknownHostExceptionpublic int getPort()
public java.lang.String getProtocol()
public java.lang.Object getServerSocket()
public long getUptime()
public int getActiveClientCount()
public void setMaxConnections(int maxConns)
public void setPort(int port)
public void setIpAddress(java.net.InetAddress address)
|
HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||