Package org.jboss.as.naming.management
Class JndiViewExtensionRegistry
java.lang.Object
org.jboss.as.naming.management.JndiViewExtensionRegistry
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<JndiViewExtensionRegistry>,org.jboss.msc.value.Value<JndiViewExtensionRegistry>
public class JndiViewExtensionRegistry
extends Object
implements org.jboss.msc.service.Service<JndiViewExtensionRegistry>
Registry for Jndi view extensions.
- Author:
- John Bailey
-
Field Summary
FieldsFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtension(JndiViewExtension extension) getValue()voidremoveExtension(JndiViewExtension extension) voidstart(org.jboss.msc.service.StartContext startContext) voidstop(org.jboss.msc.service.StopContext stopContext)
-
Field Details
-
SERVICE_NAME
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
-
-
Constructor Details
-
JndiViewExtensionRegistry
public JndiViewExtensionRegistry()
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext stopContext) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<JndiViewExtensionRegistry>- Throws:
IllegalStateExceptionIllegalArgumentException
-
addExtension
-
removeExtension
-