Interface RemoteCnf
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the.void
Adds the.void
Adds the.At.At.At.boolean
Boolean at.Gets the added properties.Gets the export.Gets the system properties.Vector
<?> groups()
Groups.void
Import from.int
Int at.notEmptyStringAt
(String group, String key) Not empty string at.notEmptyStringAt
(String group, String key, String defaut) Not empty string at.Values at.Vector
<?> Values at.
-
Method Details
-
add
Adds the.- Parameters:
group
- the group- Throws:
RemoteException
- the remote exception
-
add
Adds the.- Parameters:
group
- the groupkey
- the keyvalue
- the value- Throws:
RemoteException
- the remote exception
-
add
Adds the.- Parameters:
group
- the grouptable
- the table- Throws:
RemoteException
- the remote exception
-
at
At.- Parameters:
group
- the group- Returns:
- the hashtable
- Throws:
RemoteException
- the remote exception
-
at
At.- Parameters:
group
- the groupkey
- the key- Returns:
- the string
- Throws:
RemoteException
- the remote exception
-
at
At.- Parameters:
group
- the groupkey
- the keydefaut
- the defaut- Returns:
- the string
- Throws:
RemoteException
- the remote exception
-
groups
Groups.- Returns:
- the vector
- Throws:
RemoteException
- the remote exception
-
valuesAt
Values at.- Parameters:
group
- the group- Returns:
- the hashtable
- Throws:
RemoteException
- the remote exception
-
valuesAt
Values at.- Parameters:
group
- the groupkey
- the key- Returns:
- the vector
- Throws:
RemoteException
- the remote exception
-
booleanAt
Boolean at.- Parameters:
group
- the groupkey
- the keydefaut
- the defaut- Returns:
- true, if successful
- Throws:
RemoteException
- the remote exception
-
getAddedProperties
Gets the added properties.- Returns:
- the added properties
- Throws:
RemoteException
- the remote exception
-
getExport
Gets the export.- Returns:
- the export
- Throws:
RemoteException
- the remote exception
-
getSystemProperties
Gets the system properties.- Returns:
- the system properties
- Throws:
RemoteException
- the remote exception
-
importFrom
Import from.- Parameters:
export
- the export- Throws:
RemoteException
- the remote exception
-
intAt
Int at.- Parameters:
group
- the groupkey
- the keydefaut
- the defaut- Returns:
- the int
- Throws:
RemoteException
- the remote exception
-
notEmptyStringAt
Not empty string at.- Parameters:
group
- the groupkey
- the key- Returns:
- the string
- Throws:
RemoteException
- the remote exception
-
notEmptyStringAt
Not empty string at.- Parameters:
group
- the groupkey
- the keydefaut
- the defaut- Returns:
- the string
- Throws:
RemoteException
- the remote exception
-