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 Details

    • EEJndiViewExtension

      public EEJndiViewExtension()
  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext stopContext)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      Specified by:
      getValue in interface org.jboss.msc.value.Value<Void>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • execute

      public void execute(JndiViewExtensionContext context) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface JndiViewExtension
      Throws:
      org.jboss.as.controller.OperationFailedException
    • getRegistryInjector

      public org.jboss.msc.inject.Injector<JndiViewExtensionRegistry> getRegistryInjector()