|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationAdhocUpload
This interface defines methods to manage Adhoc upload configuration of a server remotely.
| Method Summary | |
|---|---|
java.lang.String[] |
getUploadEnableFileTypes()
Gets the file types supported for uploading. |
int |
getUploadUpperSize()
Gets the size allowed for uploaded files. |
boolean |
isUploadEnable(java.lang.String fileType)
Gets if uploading is enabled. |
void |
setUploadEnable(java.lang.String fileType,
boolean isEnable)
Sets if uploading is enabled. |
void |
setUploadUpperSize(int upperSize)
Sets the size allowed for uploaded files. |
| Method Detail |
|---|
boolean isUploadEnable(java.lang.String fileType)
throws java.rmi.RemoteException
fileType - the file type
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setUploadEnable(java.lang.String fileType,
boolean isEnable)
throws java.rmi.RemoteException
fileType - the file typeisEnable - whether uploading is enabled
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.lang.String[] getUploadEnableFileTypes()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
void setUploadUpperSize(int upperSize)
throws java.rmi.RemoteException
upperSize - the allowed size
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
int getUploadUpperSize()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||