Package org.exolab.jms.events

Examples of org.exolab.jms.events.Event


     */
    private void registerEvent(int event, long time)
            throws GarbageCollectionServiceException {
        try {
            _eventMgr.registerEventRelative(
                    new Event(event, this, new Long(time)), time);
        } catch (IllegalEventDefinedException exception) {
            // rethrow as a more relevant exception
            throw new GarbageCollectionServiceException(
                    "Failed to register event " + exception);
        }
View Full Code Here

TOP

Related Classes of org.exolab.jms.events.Event

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.