org.jboss.ejb3.proxy.impl.factory.session.service
Class ServiceLocalProxyFactory
java.lang.Object
org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
org.jboss.ejb3.proxy.impl.factory.session.service.ServiceLocalProxyFactory
- All Implemented Interfaces:
- ProxyFactory, ServiceProxyFactory, SessionProxyFactory
public class ServiceLocalProxyFactory
- extends ServiceProxyFactoryBase
- implements ServiceProxyFactory
ServiceLocalProxyFactory
A @Service Proxy Factory for Local Views
- Version:
- $Revision: $
- Author:
- ALR
Methods inherited from class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase |
createProxyConstructor, getAdvisor, getClassLoader, getCommonProxyInterfaces, getContainerGuid, getContainerName, getInterceptors, getInterceptorStackName, getName, setClassLoader, setContainerName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLocalProxyFactory
public ServiceLocalProxyFactory(String name,
String containerName,
String containerGuid,
org.jboss.metadata.ejb.jboss.JBossServiceBeanMetaData metadata,
ClassLoader classloader,
org.jboss.aop.Advisor advisor)
- 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 factory
getBusinessInterfaceTypes
protected final Set<String> getBusinessInterfaceTypes()
- Returns the a Set of String representations of the Business Interface Types
- Specified by:
getBusinessInterfaceTypes
in class ServiceProxyFactoryBase
- Returns:
createInvocationHandler
protected SessionLocalProxyInvocationHandler createInvocationHandler()
- Description copied from class:
ServiceProxyFactoryBase
- Returns the ServiceProxyInvocationHandler to be used in
Proxy Creation
- Specified by:
createInvocationHandler
in class ServiceProxyFactoryBase
- Returns:
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.