Package org.jboss.dependency.spi

Examples of org.jboss.dependency.spi.ControllerContext.toShortString()


         ControllerContext context = allContexts.get(name);
         if (context == null)
            throw new IllegalStateException("Not installed: " + name);

         if (trace)
            log.trace("Uninstalling " + context.toShortString());

         uninstallContext(context, ControllerState.NOT_INSTALLED, trace);

         allContexts.remove(name);
         return context;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.