Package org.jboss.as.server
Class CurrentServiceContainer
java.lang.Object
org.jboss.as.server.CurrentServiceContainer
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
FieldsModifier and TypeFieldDescriptionstatic final PrivilegedAction<org.jboss.msc.service.ServiceContainer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.msc.service.ServiceContainer
-
Field Details
-
GET_ACTION
-
-
Constructor Details
-
CurrentServiceContainer
public CurrentServiceContainer()
-
-
Method Details
-
getServiceContainer
public static org.jboss.msc.service.ServiceContainer getServiceContainer()
-