|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JdmkLegacyConnector
.
public interface GenericHttpConnectorServerMBean
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 |
---|
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.String getLastConnectedClient()
java.net.InetAddress
.
int getServedClientCount()
stop
method.int getActiveClientCount()
int getMaxActiveClientCount()
void setMaxActiveClientCount(int c) throws IllegalStateException
c
- The number of clients.
IllegalStateException
- This method has been
invoked while this connector was ONLINE or STARTING.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |