Class RemoteCnfImp
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
ecmwf.common.callback.CallBackObject
ecmwf.common.callback.RemoteCnfImp
- All Implemented Interfaces:
RemoteCnf, Serializable, Remote
The Class RemoteCnfImp.
- See Also:
-
Field Summary
Fields inherited from class RemoteObject
ref -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the.voidAdds the.voidAdds the.At.At.At.booleanBoolean at.Gets the added properties.Gets the export.Gets the system properties.groups()Groups.voidImport from.intInt at.notEmptyStringAt(String group, String key) Not empty string at.notEmptyStringAt(String group, String key, String defaut) Not empty string at.Values at.Values at.Methods inherited from class CallBackObject
createOrGetRegistry, getPort, unexportMethods inherited from class UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObjectMethods inherited from class RemoteServer
getClientHost, getLog, setLog
-
Constructor Details
-
RemoteCnfImp
Instantiates a new remote cnf imp.- Throws:
RemoteException- the remote exception
-
-
Method Details
-
add
Adds the.- Specified by:
addin interfaceRemoteCnf- Parameters:
group- the group- Throws:
RemoteException- the remote exception
-
add
Adds the.- Specified by:
addin interfaceRemoteCnf- Parameters:
group- the groupkey- the keyvalue- the value- Throws:
RemoteException- the remote exception
-
add
Adds the.- Specified by:
addin interfaceRemoteCnf- Parameters:
group- the grouptable- the table- Throws:
RemoteException- the remote exception
-
at
At.- Specified by:
atin interfaceRemoteCnf- Parameters:
group- the group- Returns:
- the hashtable
- Throws:
RemoteException- the remote exception
-
at
At.- Specified by:
atin interfaceRemoteCnf- Parameters:
group- the groupkey- the key- Returns:
- the string
- Throws:
RemoteException- the remote exception
-
at
At.- Specified by:
atin interfaceRemoteCnf- Parameters:
group- the groupkey- the keydefaut- the defaut- Returns:
- the string
- Throws:
RemoteException- the remote exception
-
groups
Groups.- Specified by:
groupsin interfaceRemoteCnf- Returns:
- the vector
- Throws:
RemoteException- the remote exception
-
valuesAt
Values at.- Specified by:
valuesAtin interfaceRemoteCnf- Parameters:
group- the group- Returns:
- the hashtable
- Throws:
RemoteException- the remote exception
-
valuesAt
Values at.- Specified by:
valuesAtin interfaceRemoteCnf- Parameters:
group- the groupkey- the key- Returns:
- the vector
- Throws:
RemoteException- the remote exception
-
booleanAt
Boolean at.- Specified by:
booleanAtin interfaceRemoteCnf- Parameters:
group- the groupkey- the keydefaut- the defaut- Returns:
- true, if successful
- Throws:
RemoteException- the remote exception
-
getAddedProperties
Gets the added properties.- Specified by:
getAddedPropertiesin interfaceRemoteCnf- Returns:
- the added properties
- Throws:
RemoteException- the remote exception
-
getExport
Gets the export.- Specified by:
getExportin interfaceRemoteCnf- Returns:
- the export
- Throws:
RemoteException- the remote exception
-
getSystemProperties
Gets the system properties.- Specified by:
getSystemPropertiesin interfaceRemoteCnf- Returns:
- the system properties
- Throws:
RemoteException- the remote exception
-
importFrom
Import from.- Specified by:
importFromin interfaceRemoteCnf- Parameters:
export- the export- Throws:
RemoteException- the remote exception
-
intAt
Int at.- Specified by:
intAtin interfaceRemoteCnf- Parameters:
group- the groupkey- the keydefaut- the defaut- Returns:
- the int
- Throws:
RemoteException- the remote exception
-
notEmptyStringAt
Not empty string at.- Specified by:
notEmptyStringAtin interfaceRemoteCnf- Parameters:
group- the groupkey- the key- Returns:
- the string
- Throws:
RemoteException- the remote exception
-
notEmptyStringAt
Not empty string at.- Specified by:
notEmptyStringAtin interfaceRemoteCnf- Parameters:
group- the groupkey- the keydefaut- the defaut- Returns:
- the string
- Throws:
RemoteException- the remote exception
-