|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Service
Provides methods common to all services.
Method Summary | |
---|---|
java.lang.String |
getProperty(java.lang.String name,
java.lang.String parameter)
Gets the value of the specified service property. |
java.lang.String |
getVersion()
Gets the version of this implementation. |
void |
setProperty(java.lang.String name,
java.lang.String parameter,
java.lang.String value)
Changes the value of the specified service property. |
Method Detail |
---|
void setProperty(java.lang.String name, java.lang.String parameter, java.lang.String value) throws RGMAException, RemoteException
name
- Name of property.parameter
- Parameter to property (can be null
).value
- New value of property.
RemoteException
- If the service could not be contacted.
RGMAException
- If the name/parameter combination is invalid.java.lang.String getProperty(java.lang.String name, java.lang.String parameter) throws RGMAException, RemoteException
name
- Name of property.parameter
- Parameter to property (can be null
).
null
if property not set).
RemoteException
- If the service could not be contacted.
RGMAException
- If the name/parameter combination is invalid.java.lang.String getVersion() throws RemoteException
RemoteException
- If the service could not be contacted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |