Package org.jboss.forge.container.modules

Examples of org.jboss.forge.container.modules.ModularWeld.shutdown()


                        addon.setStatus(AddonStatus.LOADED);
                        if (operation != null)
                           operation.cancel(true);
                     }

                     weld.shutdown();
                     return null;
                  }
               };

               postStartupTask = new Callable<Void>()
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.