|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.MaxUserConnectionsServiceDescriptor
public class MaxUserConnectionsServiceDescriptor
User connection service descriptor. The service described by this descriptor takes responsibility for limiting server access.
Field Summary | |
---|---|
static int |
DEFAULT_MAX_CONNECTIONS
|
Constructor Summary | |
---|---|
MaxUserConnectionsServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code. |
|
MaxUserConnectionsServiceDescriptor(java.lang.Integer maxConnections)
Creates a new descriptor instance. |
Method Summary | |
---|---|
java.lang.Integer |
getMaxConnections()
Returns max User connections. |
void |
setMaxConnections(java.lang.Integer maxConnections)
Sets max user connections. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_MAX_CONNECTIONS
Constructor Detail |
---|
public MaxUserConnectionsServiceDescriptor(java.lang.Integer maxConnections)
maxConnections
- max user connectionspublic MaxUserConnectionsServiceDescriptor()
Method Detail |
---|
public java.lang.Integer getMaxConnections()
public void setMaxConnections(java.lang.Integer maxConnections)
maxConnections
- max user connectionspublic java.lang.String toString()
toString
in class java.lang.Object
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |