org.apache.jackrabbit.rmi.remote.principal
Interface RemoteGroup

All Superinterfaces:
Remote, RemotePrincipal
All Known Implementing Classes:
ServerGroup

public interface RemoteGroup
extends RemotePrincipal

Remote version of the JCR Group interface. Used by the ServerGroup and ClientGroup adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding Group method. The remote object will simply forward the method call to the underlying Group instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.

See Also:
Group, ClientGroup, ServerGroup

Method Summary
 boolean isMember(String member)
           
 RemoteIterator members()
           
 
Methods inherited from interface org.apache.jackrabbit.rmi.remote.principal.RemotePrincipal
getName
 

Method Detail

isMember

boolean isMember(String member)
                 throws RemoteException
Throws:
RemoteException
See Also:
Group.isMember(java.security.Principal)

members

RemoteIterator members()
                       throws RemoteException
Throws:
RemoteException
See Also:
Group.members()


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.