com.ontimize.util.remote
Class RemoteProperties
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.ontimize.util.remote.RemoteProperties
- All Implemented Interfaces:
- java.rmi.Remote, RemotePropertiesI, java.io.Serializable
- public class RemoteProperties
- extends java.rmi.server.UnicastRemoteObject
- implements RemotePropertiesI
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
SERIAL
|
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
|
Method Summary |
java.lang.Object |
getProperty(java.lang.String user,
java.lang.String pass,
java.lang.Object property)
|
void |
setProperty(java.lang.String user,
java.lang.String pass,
java.lang.Object property,
java.lang.Object value)
|
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
SERIAL
public static final java.lang.String SERIAL
- See Also:
- Constant Field Values
RemoteProperties
public RemoteProperties(int port,
RemotelyManageable locator)
throws java.rmi.RemoteException
getProperty
public java.lang.Object getProperty(java.lang.String user,
java.lang.String pass,
java.lang.Object property)
throws java.lang.Exception
- Specified by:
getProperty in interface RemotePropertiesI
- Throws:
java.lang.Exception
setProperty
public void setProperty(java.lang.String user,
java.lang.String pass,
java.lang.Object property,
java.lang.Object value)
throws java.lang.Exception
- Specified by:
setProperty in interface RemotePropertiesI
- Throws:
java.lang.Exception