Package org.rioproject.impl.service

Examples of org.rioproject.impl.service.Destroyer


         */
        public void discard() {
            if(terminated)
                return;
            terminated = true;
            new Destroyer(null, null);
        }
View Full Code Here


         */
        public boolean unregister(final Object impl) {
            if(terminated)
                return (true);
            terminate();
            new Destroyer(null, null);
            return (true);
        }
View Full Code Here

TOP

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

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.