Class StatefulRemoteViewInstanceFactory
java.lang.Object
org.jboss.as.ejb3.component.stateful.StatefulRemoteViewInstanceFactory
- All Implemented Interfaces:
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 TypeMethodDescriptioncreateViewInstance(ComponentView componentView, Map<Object, Object> contextData)
-
Constructor Details
-
StatefulRemoteViewInstanceFactory
-
StatefulRemoteViewInstanceFactory
public StatefulRemoteViewInstanceFactory(org.jboss.ejb.client.EJBIdentifier identifier)
-
-
Method Details
-
createViewInstance
public ManagedReference createViewInstance(ComponentView componentView, Map<Object, Object> contextData) throws Exception- Specified by:
createViewInstancein interfaceViewInstanceFactory- Throws:
Exception
-