Package org.jboss.as.ee.subsystem
Class EEJndiViewExtension
- java.lang.Object
-
- org.jboss.as.ee.subsystem.EEJndiViewExtension
-
- All Implemented Interfaces:
JndiViewExtension,org.jboss.msc.Service,org.jboss.msc.service.Service<Void>,org.jboss.msc.value.Value<Void>
public class EEJndiViewExtension extends Object implements JndiViewExtension, org.jboss.msc.service.Service<Void>
- Author:
- John Bailey
-
-
Constructor Summary
Constructors Constructor Description EEJndiViewExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(JndiViewExtensionContext context)org.jboss.msc.inject.Injector<JndiViewExtensionRegistry>getRegistryInjector()VoidgetValue()voidstart(org.jboss.msc.service.StartContext startContext)voidstop(org.jboss.msc.service.StopContext stopContext)
-
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Specified by:
startin interfaceorg.jboss.msc.service.Service<Void>- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext stopContext)
- Specified by:
stopin interfaceorg.jboss.msc.Service- Specified by:
stopin interfaceorg.jboss.msc.service.Service<Void>
-
getValue
public Void getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<Void>- Throws:
IllegalStateExceptionIllegalArgumentException
-
execute
public void execute(JndiViewExtensionContext context) throws org.jboss.as.controller.OperationFailedException
- Specified by:
executein interfaceJndiViewExtension- Throws:
org.jboss.as.controller.OperationFailedException
-
getRegistryInjector
public org.jboss.msc.inject.Injector<JndiViewExtensionRegistry> getRegistryInjector()
-
-