|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.MaxFileUploadSizeServiceDescriptor
public class MaxFileUploadSizeServiceDescriptor
File upload size service descriptor. The service described by this descriptor takes responsibility for limiting file upload size.
Field Summary | |
---|---|
static long |
DEFAULT_VALUE
|
Constructor Summary | |
---|---|
MaxFileUploadSizeServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code. |
|
MaxFileUploadSizeServiceDescriptor(long value)
Creates a new descriptor instance. |
Method Summary | |
---|---|
long |
getValue()
Returns max file upload size. |
void |
setValue(long value)
Sets max file upnload 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 MaxFileUploadSizeServiceDescriptor(long value)
value
- max file upload size in bytespublic MaxFileUploadSizeServiceDescriptor()
Method Detail |
---|
public long getValue()
public void setValue(long value)
value
- max file upload 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 |