|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RmiParameterClustering
An interface defining the capabilities to remote-export parameter values. Only two methods are defined, for retrieving the value of a parameter with a given name and one method to retrieve a set of all parameter names monitored by this parameter cluster.
| Method Summary | |
|---|---|
void |
rmiAddParameter(URL resource)
Adds a parameter that is loadable from the given resource. |
Object |
rmiGet(String name)
Returns the value of the parameter with the given name. |
Set |
rmiGetAllParameterNames()
Returns a set of all parameters monitored by this parameter cluster. |
void |
rmiRemoveParameter(String name)
Removes the parameter with the given name. |
Object |
rmiSet(String name,
Object to)
Sets the value of the parameter of the given name to the specified value. |
| Method Detail |
|---|
Object rmiGet(String name)
throws RemoteException
RemoteException
Object rmiSet(String name,
Object to)
throws RemoteException
RemoteException
Set rmiGetAllParameterNames()
throws RemoteException
RemoteException
void rmiAddParameter(URL resource)
throws RemoteException
RemoteException
void rmiRemoveParameter(String name)
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||