Class CurrentServiceContainer

java.lang.Object
org.jboss.as.server.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 Details

    • GET_ACTION

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

    • CurrentServiceContainer

      public CurrentServiceContainer()
  • Method Details

    • getServiceContainer

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