Class StatelessRemoteViewInstanceFactory
java.lang.Object
org.jboss.as.ejb3.component.session.StatelessRemoteViewInstanceFactory
- All Implemented Interfaces:
org.jboss.as.ee.component.ViewInstanceFactory
public class StatelessRemoteViewInstanceFactory
extends Object
implements org.jboss.as.ee.component.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 TypeMethodDescriptionorg.jboss.as.naming.ManagedReferencecreateViewInstance(org.jboss.as.ee.component.ComponentView componentView, Map<Object, Object> contextData)
-
Constructor Details
-
StatelessRemoteViewInstanceFactory
-
StatelessRemoteViewInstanceFactory
public StatelessRemoteViewInstanceFactory(org.jboss.ejb.client.EJBIdentifier identifier)
-
-
Method Details