Package org.projectodd.polyglot.jobs

Examples of org.projectodd.polyglot.jobs.TimeoutListener


        super( detail.getKey() );
        this.runtimePool = runtimePool;
        this.resolver = resolver;
        TimeInterval timeout = (TimeInterval)detail.getJobDataMap().get( "timeout" );
        if (timeout != null) {
            this.addListener( new TimeoutListener( timeout ) );
        }
    }
View Full Code Here

TOP

Related Classes of org.projectodd.polyglot.jobs.TimeoutListener

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.