org.jboss.ejb3.proxy.impl.factory.session.stateless
Class StatelessSessionProxyFactoryBase
java.lang.Object
org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionProxyFactoryBase
- All Implemented Interfaces:
- ProxyFactory, SessionProxyFactory, SessionSpecProxyFactory
- Direct Known Subclasses:
- StatelessSessionLocalProxyFactory, StatelessSessionRemoteProxyFactory
public abstract class StatelessSessionProxyFactoryBase
- extends SessionProxyFactoryBase
- implements SessionProxyFactory
StatelessSessionProxyFactoryBase
Base upon which SLSB Proxy Factories may build
|
Constructor Summary |
StatelessSessionProxyFactoryBase(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData metadata,
java.lang.ClassLoader classloader,
org.jboss.aop.Advisor advisor,
java.lang.String overrideInterceptorStackName)
Constructor |
|
Method Summary |
protected java.util.Set<java.lang.Class<?>> |
getReturnTypesFromCreateMethods(java.lang.Class<?> homeInterface)
Deprecated. http://jira.jboss.com/jira/browse/JBMETA-41 |
| Methods inherited from class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase |
createBusinessDefaultInvocationHandler, createBusinessInterfaceSpecificInvocationHandler, createEjb2xComponentInterfaceInvocationHandler, createHomeInvocationHandler, createProxyBusiness, createProxyDefault, createProxyEjb2x, createProxyHome, getBusinessInterfaceTypes, getConstructorProxyDefault, getConstructorProxyEjb2x, getConstructorProxyHome, getConstructorsProxySpecificBusinessInterface, getEjb2xInterfaceType, getHomeType, getMetadata, getReturnTypesFromCreateMethods, setConstructorProxyDefault, setConstructorProxyEjb2x, setConstructorProxyHome, setConstructorsProxySpecificBusinessInterface, setMetadata, start, stop |
| Methods inherited from class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase |
createProxyConstructor, getAdvisor, getClassLoader, getCommonProxyInterfaces, getContainerGuid, getContainerName, getDefaultInterceptorStackName, getInterceptors, getName, setClassLoader, setContainerName, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessSessionProxyFactoryBase
public StatelessSessionProxyFactoryBase(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData metadata,
java.lang.ClassLoader classloader,
org.jboss.aop.Advisor advisor,
java.lang.String overrideInterceptorStackName)
- Constructor
- Parameters:
name - The unique name for this ProxyFactorycontainerName - The name of the InvokableContext (container)
upon which Proxies will invokecontainerGuid - The globally-unique name of the containermetadata - The metadata representing this SLSBclassloader - The ClassLoader associated with the StatelessContainer
for which this ProxyFactory is to generate Proxiesadvisor - The Advisor for proxies created by this factoryoverrideInterceptorStackName - Name of the interceptor stack name to override the default
getReturnTypesFromCreateMethods
@Deprecated
protected java.util.Set<java.lang.Class<?>> getReturnTypesFromCreateMethods(java.lang.Class<?> homeInterface)
- Deprecated. http://jira.jboss.com/jira/browse/JBMETA-41
- Obtains the return types declared by the "create" methods for the specified home interface.
- Specified by:
getReturnTypesFromCreateMethods in class SessionProxyFactoryBase
- Parameters:
homeInterface -
- Returns: