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)
Create the injection source
|
ViewConfiguration |
createViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)
Creates view configuration.
|
boolean |
equals(Object o) |
EJBComponentDescription |
getComponentDescription()
Get the associated component description.
|
MethodIntf |
getMethodIntf() |
org.jboss.msc.service.ServiceName |
getServiceName()
Get the service name for this view.
|
int |
hashCode() |
boolean |
hasJNDIBindings() |
boolean |
isEjb2xView() |
getBindingNames, getConfigurators, getViewClassName, getViewNameParts, isSerializable, isUseWriteReplace, setSerializable, setUseWriteReplace, toString
public 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)
ViewDescription
createViewConfiguration
in class ViewDescription
viewClass
- view classcomponentConfiguration
- component configproxyFactory
- proxy factorypublic boolean equals(Object o)
equals
in class ViewDescription
protected InjectionSource createInjectionSource(org.jboss.msc.service.ServiceName serviceName, org.jboss.msc.value.Value<ClassLoader> viewClassLoader)
ViewDescription
createInjectionSource
in class ViewDescription
serviceName
- The view service namepublic EJBComponentDescription getComponentDescription()
ViewDescription
getComponentDescription
in class ViewDescription
public org.jboss.msc.service.ServiceName getServiceName()
ViewDescription
getServiceName
in class ViewDescription
public int hashCode()
hashCode
in class ViewDescription
public boolean hasJNDIBindings()
public boolean isEjb2xView()
Copyright © 2018 JBoss by Red Hat. All rights reserved.