Package org.jboss.as.ejb3.component
Class EJBViewConfiguration
- java.lang.Object
-
- org.jboss.as.ee.component.ViewConfiguration
-
- org.jboss.as.ejb3.component.EJBViewConfiguration
-
public class EJBViewConfiguration extends ViewConfiguration
Jakarta Enterprise Beans specific view configuration.- Author:
- Richard Opalka
-
-
Constructor Summary
Constructors Constructor Description EJBViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.msc.service.ServiceName viewServiceName, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory, org.jboss.metadata.ejb.spec.MethodInterfaceType methodIntf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.metadata.ejb.spec.MethodInterfaceTypegetMethodIntf()-
Methods inherited from class org.jboss.as.ee.component.ViewConfiguration
addAsyncMethod, addClientInterceptor, addClientInterceptor, addClientPostConstructInterceptor, addClientPreDestroyInterceptor, addViewInterceptor, addViewInterceptor, getAsyncMethods, getBindingConfigurations, getClientInterceptors, getClientPostConstructInterceptors, getClientPreDestroyInterceptors, getComponentConfiguration, getDependencies, getPrivateData, getProxyFactory, getViewClass, getViewInstanceFactory, getViewInterceptors, getViewServiceName, getViewToComponentMethodMap, putPrivateData, setViewInstanceFactory
-
-
-
-
Constructor Detail
-
EJBViewConfiguration
public EJBViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.msc.service.ServiceName viewServiceName, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory, org.jboss.metadata.ejb.spec.MethodInterfaceType methodIntf)
-
-