public class EJBViewDescription extends ViewDescription
BRIDGE, CLIENT_DISPATCHER_INTERCEPTOR_FACTORY| Constructor and Description |
|---|
EJBViewDescription(ComponentDescription componentDescription,
String viewClassName,
MethodIntf methodIntf,
boolean ejb2xView) |
| Modifier and Type | Method and Description |
|---|---|
protected InjectionSource |
createInjectionSource(org.jboss.msc.service.ServiceName serviceName,
org.jboss.msc.value.Value<ClassLoader> viewClassLoader,
boolean appclient) |
ViewConfiguration |
createViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory) |
boolean |
equals(Object o) |
EJBComponentDescription |
getComponentDescription() |
MethodIntf |
getMethodIntf() |
org.jboss.msc.service.ServiceName |
getServiceName() |
int |
hashCode() |
boolean |
hasJNDIBindings() |
boolean |
isEjb2xView() |
boolean |
requiresSuperclassInProxy() |
getBindingNames, getConfigurators, getMarkupClassName, getViewClassName, getViewNameParts, isSerializable, isUseWriteReplace, setSerializable, setUseWriteReplace, toStringpublic EJBViewDescription(ComponentDescription componentDescription, String viewClassName, MethodIntf methodIntf, boolean ejb2xView)
public MethodIntf getMethodIntf()
public ViewConfiguration createViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)
createViewConfiguration in class ViewDescriptionpublic boolean equals(Object o)
equals in class ViewDescriptionprotected InjectionSource createInjectionSource(org.jboss.msc.service.ServiceName serviceName, org.jboss.msc.value.Value<ClassLoader> viewClassLoader, boolean appclient)
createInjectionSource in class ViewDescriptionpublic EJBComponentDescription getComponentDescription()
getComponentDescription in class ViewDescriptionpublic org.jboss.msc.service.ServiceName getServiceName()
getServiceName in class ViewDescriptionpublic int hashCode()
hashCode in class ViewDescriptionpublic boolean hasJNDIBindings()
public boolean isEjb2xView()
public boolean requiresSuperclassInProxy()
requiresSuperclassInProxy in class ViewDescriptionCopyright © 2022 JBoss by Red Hat. All rights reserved.