|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationAdhocUpload
This interface define methods to manage Adhoc upload configuration of server remotely.
| Method Summary | |
|---|---|
java.lang.String[] |
getUploadEnableFileTypes()
Get file types of upload enable |
int |
getUploadUpperSize()
Get upper size of upload file |
boolean |
isUploadEnable(java.lang.String fileType)
Get if upload enable |
void |
setUploadEnable(java.lang.String fileType,
boolean isEnable)
Set if upload enable |
void |
setUploadUpperSize(int upperSize)
Set upper size of upload file |
| Method Detail |
|---|
boolean isUploadEnable(java.lang.String fileType)
throws java.rmi.RemoteException
fileType - the file type
java.rmi.RemoteException
void setUploadEnable(java.lang.String fileType,
boolean isEnable)
throws java.rmi.RemoteException
fileType - the file typeisEnable - if upload enable
java.rmi.RemoteException
java.lang.String[] getUploadEnableFileTypes()
throws java.rmi.RemoteException
java.rmi.RemoteException
void setUploadUpperSize(int upperSize)
throws java.rmi.RemoteException
upperSize - the upper size
java.rmi.RemoteException
int getUploadUpperSize()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||