|
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.MaxConcurrentConnectionsServiceDescriptor
public class MaxConcurrentConnectionsServiceDescriptor
Concurrent connection service descriptor. The service described by this descriptor takes responsibility for limiting server access.
Field Summary | |
---|---|
static int |
DEFAULT_VALUE
|
Constructor Summary | |
---|---|
MaxConcurrentConnectionsServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code. |
|
MaxConcurrentConnectionsServiceDescriptor(int value)
Creates a new descriptor instance. |
Method Summary | |
---|---|
int |
getValue()
Returns max concurrent connections. |
void |
setValue(int value)
Sets max concurrent 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_VALUE
Constructor Detail |
---|
public MaxConcurrentConnectionsServiceDescriptor(int value)
value
- max concurrent connectionspublic MaxConcurrentConnectionsServiceDescriptor()
Method Detail |
---|
public int getValue()
public void setValue(int value)
value
- max concurrent 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 |