Class SessionBeanComponentCreateService

All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<Component>, org.jboss.msc.value.Value<Component>
Direct Known Subclasses:
SingletonComponentCreateService, StatefulSessionComponentCreateService, StatelessSessionComponentCreateService

public abstract class SessionBeanComponentCreateService extends EJBComponentCreateService
User: jpai
  • Constructor Details

    • SessionBeanComponentCreateService

      public SessionBeanComponentCreateService(ComponentConfiguration componentConfiguration, ApplicationExceptions ejbJarConfiguration)
      Construct a new instance.
      Parameters:
      componentConfiguration - the component configuration
  • Method Details