|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteProfileManager
| Method Summary | |
|---|---|
void |
addProfile(java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
Add a profile, using specified profile name. |
java.lang.String[] |
getAllProfileNames()
Get all predefined profile names. |
java.util.Properties |
getDefaultProfile()
Get built-in default profile, which contains full functions. |
java.util.Properties |
getProfile(java.lang.String profileName)
Get a profile by specified profile name. |
void |
removeProfile(java.lang.String profileName,
java.lang.String submitter)
Remove specified profile. |
void |
updateProfile(java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
Update a profile using specified function list. |
| Method Detail |
|---|
void addProfile(java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
throws java.rmi.RemoteException
profileName - the specified profile name.prop - a Properties object that contains predefined
functions of profile.submitter - the user who request the operation, only adminstartor has
permission to perform it.
RptServerException - if a RptServerException occurs
java.rmi.RemoteException
void removeProfile(java.lang.String profileName,
java.lang.String submitter)
throws java.rmi.RemoteException
profileName - the profile name.submitter - the user who request the operation, only administrator hs
permission to perform it.
RptServerException - if a RptServerException occurs.
java.rmi.RemoteException
void updateProfile(java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
throws java.rmi.RemoteException
profileName - the profile nameprop - a Properties object that contains predefined
fuctions need to update to profile.submitter - the user who request the operation, only administrator has
permission to perform it.
RptServerException - if a RptServerException occurs.
java.rmi.RemoteException
java.lang.String[] getAllProfileNames()
throws java.rmi.RemoteException
String array that contains all predefined
profile names.
java.rmi.RemoteException
java.util.Properties getProfile(java.lang.String profileName)
throws java.rmi.RemoteException
Properties object that contains predefined
functions of profile.
java.rmi.RemoteException
java.util.Properties getDefaultProfile()
throws java.rmi.RemoteException
Properties object that contains full functions.
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||