org.apache.jackrabbit.rmi.server.principal
Class ServerGroup
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.apache.jackrabbit.rmi.server.ServerObject
org.apache.jackrabbit.rmi.server.principal.ServerPrincipal
org.apache.jackrabbit.rmi.server.principal.ServerGroup
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteGroup, RemotePrincipal
public class ServerGroup
- extends ServerPrincipal
- implements RemoteGroup
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ServerGroup
public ServerGroup(java.security.acl.Group principal,
RemoteAdapterFactory factory)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
isMember
public boolean isMember(java.lang.String member)
- Specified by:
isMember
in interface RemoteGroup
- See Also:
Group.isMember(java.security.Principal)
members
public RemoteIterator members()
throws java.rmi.RemoteException
- Specified by:
members
in interface RemoteGroup
- Throws:
java.rmi.RemoteException
- See Also:
Group.members()
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.