Package org.jboss.as.ejb3.component
Class RemoteHomeViewInstanceFactory
java.lang.Object
org.jboss.as.ejb3.component.RemoteHomeViewInstanceFactory
- All Implemented Interfaces:
org.jboss.as.ee.component.ViewInstanceFactory
public class RemoteHomeViewInstanceFactory
extends Object
implements org.jboss.as.ee.component.ViewInstanceFactory
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteHomeViewInstanceFactory(String applicationName, String moduleName, String distinctName, String beanName) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.naming.ManagedReferencecreateViewInstance(org.jboss.as.ee.component.ComponentView componentView, Map<Object, Object> contextData)
-
Constructor Details
-
RemoteHomeViewInstanceFactory
-
-
Method Details