Package org.rioproject.impl.service

Examples of org.rioproject.impl.service.LeasedListManager


     */
    public AbstractEventHandler(EventDescriptor descriptor, Configuration config) throws IOException {
        if(descriptor == null)
            throw new IllegalArgumentException("descriptor is null");
        this.descriptor = descriptor;
        resourceMgr = new LeasedListManager();
        landlord = new LandlordLessor(config);
        landlord.addLeaseListener(resourceMgr);
    }
View Full Code Here

TOP

Related Classes of org.rioproject.impl.service.LeasedListManager

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.