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 Summary
ConstructorsConstructorDescriptionStatefulRemoteViewInstanceFactory(String applicationName, String moduleName, String distinctName, String beanName) StatefulRemoteViewInstanceFactory(org.jboss.ejb.client.EJBIdentifier identifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.naming.ManagedReferencecreateViewInstance(org.jboss.as.ee.component.ComponentView componentView, Map<Object, Object> contextData)
-
Constructor Details
-
StatefulRemoteViewInstanceFactory
-
StatefulRemoteViewInstanceFactory
public StatefulRemoteViewInstanceFactory(org.jboss.ejb.client.EJBIdentifier identifier)
-
-
Method Details