Package org.jboss.as.server
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 Summary
Fields Modifier and Type Field Description static PrivilegedAction<org.jboss.msc.service.ServiceContainer>GET_ACTION
-
Constructor Summary
Constructors Constructor Description CurrentServiceContainer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.msc.service.ServiceContainergetServiceContainer()
-
-
-
Field Detail
-
GET_ACTION
public static final PrivilegedAction<org.jboss.msc.service.ServiceContainer> GET_ACTION
-
-