public interface RemoteDataManager
extends java.rmi.Remote
RemoteDataManager
Modifier and Type | Method and Description |
---|---|
void |
deleteInvalidDynamicNodes(java.lang.String user,
java.util.Vector nodes,
java.lang.String realm)
Deletes all nodes list in the Vector nodes.
|
java.util.Vector |
getAllInvalidDynamicNodes(java.lang.String user,
java.lang.String realm)
Gets all invalid dynamic nodes.
|
java.util.Vector getAllInvalidDynamicNodes(java.lang.String user, java.lang.String realm) throws NoPrivilegeException, java.rmi.RemoteException
user
- the user namerealm
- the realm namejava.rmi.RemoteException
- if communication-related error occurs during RMI call execution.NoPrivilegeException
void deleteInvalidDynamicNodes(java.lang.String user, java.util.Vector nodes, java.lang.String realm) throws NoPrivilegeException, java.rmi.RemoteException
user
- the user namenodes
- the resource node namerealm
- the realm nameNoPrivilegeException
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.