|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.MaxFileDownloadSizeServiceDescriptor
public class MaxFileDownloadSizeServiceDescriptor
File download size service descriptor. The service described by this descriptor takes responsibility for limiting file download size.
Field Summary | |
---|---|
static long |
DEFAULT_VALUE
|
Constructor Summary | |
---|---|
MaxFileDownloadSizeServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code. |
|
MaxFileDownloadSizeServiceDescriptor(long value)
Creates a new descriptor instance. |
Method Summary | |
---|---|
long |
getValue()
Returns max file download size. |
void |
setValue(long value)
Sets max file download size. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final long DEFAULT_VALUE
Constructor Detail |
---|
public MaxFileDownloadSizeServiceDescriptor(long value)
value
- max file download size in bytespublic MaxFileDownloadSizeServiceDescriptor()
Method Detail |
---|
public long getValue()
public void setValue(long value)
value
- max file download size in bytespublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |