|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JdmkLegacyConnector
.
Method Summary | |
int |
getActiveClientCount()
Deprecated. Gets the number of clients currently being processed by this connector. |
String |
getLastConnectedClient()
Deprecated. Gets the IP address of the last connected client. |
int |
getMaxActiveClientCount()
Deprecated. Gets the maximum number of clients that this connector can process concurrently. |
int |
getServedClientCount()
Deprecated. Gets the number of clients that have been processed by this connector since its creation. |
boolean |
isAuthenticationOn()
Deprecated. Returns true if the list of users supported by this connector server is not empty. |
void |
setMaxActiveClientCount(int c)
Deprecated. Sets the maximum number of clients this connector can process concurrently. |
Methods inherited from interface com.sun.jdmk.comm.CommunicatorServerMBean |
getHost, getPort, getProtocol, getState, getStateString, isActive, setPort, start, stop, waitState |
Method Detail |
public boolean isAuthenticationOn()
true
, if the list of users supported by this
server is not empty; false
, if the list of
supported users is empty so no authentication is performed
by this server.public String getLastConnectedClient()
java.net.InetAddress
.
public int getServedClientCount()
stop
method.public int getActiveClientCount()
public int getMaxActiveClientCount()
public void setMaxActiveClientCount(int c) throws IllegalStateException
c
- The number of clients.
IllegalStateException
- This method has been
invoked while this connector was ONLINE or STARTING.
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |