Class CurrentServiceContainer


  • public class CurrentServiceContainer
    extends Object
    Class that provides static access to the current servers ServiceRegistry.

    This is not ideal, however there are some places that require access to this where there is no other way of getting it.

    Author:
    Stuart Douglas
    • Field Detail

      • GET_ACTION

        public static final PrivilegedAction<org.jboss.msc.service.ServiceContainer> GET_ACTION
    • Constructor Detail

      • CurrentServiceContainer

        public CurrentServiceContainer()
    • Method Detail

      • getServiceContainer

        public static org.jboss.msc.service.ServiceContainer getServiceContainer()