Class StatefulRemoteViewInstanceFactory

java.lang.Object
org.jboss.as.ejb3.component.stateful.StatefulRemoteViewInstanceFactory
All Implemented Interfaces:
org.jboss.as.ee.component.ViewInstanceFactory

public class StatefulRemoteViewInstanceFactory extends Object implements org.jboss.as.ee.component.ViewInstanceFactory
Author:
Stuart Douglas
  • Constructor Details

    • StatefulRemoteViewInstanceFactory

      public StatefulRemoteViewInstanceFactory(String applicationName, String moduleName, String distinctName, String beanName)
    • StatefulRemoteViewInstanceFactory

      public StatefulRemoteViewInstanceFactory(org.jboss.ejb.client.EJBIdentifier identifier)
  • Method Details

    • createViewInstance

      public org.jboss.as.naming.ManagedReference createViewInstance(org.jboss.as.ee.component.ComponentView componentView, Map<Object,Object> contextData) throws Exception
      Specified by:
      createViewInstance in interface org.jboss.as.ee.component.ViewInstanceFactory
      Throws:
      Exception