Ontimize 5.2072EN

com.ontimize.util.remote
Class RemoteProperties

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended bycom.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
 
Fields inherited from interface com.ontimize.util.remote.RemotePropertiesI
REMOTE_PROPERTIES_NAME
 
Constructor Summary
RemoteProperties(int port, RemotelyManageable locator)
           
 
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
 

Field Detail

SERIAL

public static final java.lang.String SERIAL
See Also:
Constant Field Values
Constructor Detail

RemoteProperties

public RemoteProperties(int port,
                        RemotelyManageable locator)
                 throws java.rmi.RemoteException
Method Detail

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

Ontimize