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