public interface RemoteGroup extends RemotePrincipal
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.
Group
,
ClientGroup
,
ServerGroup
Modifier and Type | Method and Description |
---|---|
boolean |
isMember(String member) |
RemoteIterator |
members() |
getName
boolean isMember(String member) throws RemoteException
RemoteException
Group.isMember(java.security.Principal)
RemoteIterator members() throws RemoteException
RemoteException
Group.members()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.