Package com.sos.scheduler.engine.kernel.main.event

Examples of com.sos.scheduler.engine.kernel.main.event.TerminatedEvent


            t = x;
            throw x;
        }
        finally {
            coOp.onTerminated();
            strictReportEvent(new TerminatedEvent(exitCode, t));
        }
    }
View Full Code Here

TOP

Related Classes of com.sos.scheduler.engine.kernel.main.event.TerminatedEvent

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.