JSCAPE MFT Server

com.jscape.inet.mft.management.descriptors
Class MaxFileDownloadSizeServiceDescriptor

java.lang.Object
  extended by com.jscape.inet.mft.management.descriptors.MaxFileDownloadSizeServiceDescriptor
All Implemented Interfaces:
ServiceDescriptor

public class MaxFileDownloadSizeServiceDescriptor
extends java.lang.Object
implements ServiceDescriptor

File download size service descriptor. The service described by this descriptor takes responsibility for limiting file download size.

Author:
Alex Usun

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

DEFAULT_VALUE

public static final long DEFAULT_VALUE
See Also:
Constant Field Values
Constructor Detail

MaxFileDownloadSizeServiceDescriptor

public MaxFileDownloadSizeServiceDescriptor(long value)
Creates a new descriptor instance.

Parameters:
value - max file download size in bytes

MaxFileDownloadSizeServiceDescriptor

public MaxFileDownloadSizeServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code.

Method Detail

getValue

public long getValue()
Returns max file download size.

Returns:
max file download size in bytes

setValue

public void setValue(long value)
Sets max file download size.

Parameters:
value - max file download size in bytes

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2013. All Rights Reserved