Package org.apache.jackrabbit.rmi.server.principal

Examples of org.apache.jackrabbit.rmi.server.principal.ServerPrincipalIterator


        return new ServerPrincipal(principal, this);
    }

    public RemoteIterator getRemotePrincipalIterator(
            Iterator<Principal> principals) throws RemoteException {
        return optimizeIterator(new ServerPrincipalIterator(principals, this,
            bufferSize));
    }
View Full Code Here


        return new ServerPrincipal(principal, this);
    }

    public RemoteIterator getRemotePrincipalIterator(
            Iterator<Principal> principals) throws RemoteException {
        return optimizeIterator(new ServerPrincipalIterator(principals, this,
            bufferSize));
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.rmi.server.principal.ServerPrincipalIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.