Class StatefulRemoteViewInstanceFactory
- java.lang.Object
-
- org.jboss.as.ejb3.component.stateful.StatefulRemoteViewInstanceFactory
-
- All Implemented Interfaces:
ViewInstanceFactory
public class StatefulRemoteViewInstanceFactory extends Object implements ViewInstanceFactory
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description StatefulRemoteViewInstanceFactory(String applicationName, String moduleName, String distinctName, String beanName)StatefulRemoteViewInstanceFactory(org.jboss.ejb.client.EJBIdentifier identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedReferencecreateViewInstance(ComponentView componentView, Map<Object,Object> contextData)
-
-
-
Method Detail
-
createViewInstance
public ManagedReference createViewInstance(ComponentView componentView, Map<Object,Object> contextData) throws Exception
- Specified by:
createViewInstancein interfaceViewInstanceFactory- Throws:
Exception
-
-