Class StatelessRemoteViewInstanceFactory
java.lang.Object
org.jboss.as.ejb3.component.session.StatelessRemoteViewInstanceFactory
- All Implemented Interfaces:
ViewInstanceFactory
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionStatelessRemoteViewInstanceFactory(String applicationName, String moduleName, String distinctName, String beanName) StatelessRemoteViewInstanceFactory(org.jboss.ejb.client.EJBIdentifier identifier) -
Method Summary
Modifier and TypeMethodDescriptioncreateViewInstance(ComponentView componentView, Map<Object, Object> contextData)
-
Constructor Details
-
StatelessRemoteViewInstanceFactory
-
StatelessRemoteViewInstanceFactory
public StatelessRemoteViewInstanceFactory(org.jboss.ejb.client.EJBIdentifier identifier)
-
-
Method Details
-
createViewInstance
public ManagedReference createViewInstance(ComponentView componentView, Map<Object, Object> contextData) - Specified by:
createViewInstancein interfaceViewInstanceFactory
-