org.jboss.ejb3.proxy.impl.objectfactory.session.service
Class ServiceProxyObjectFactory
java.lang.Object
org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
org.jboss.ejb3.proxy.impl.objectfactory.Ejb3RegistrarProxyObjectFactory
org.jboss.ejb3.proxy.impl.objectfactory.session.service.ServiceProxyObjectFactory
- All Implemented Interfaces:
- Serializable, ObjectFactory
public class ServiceProxyObjectFactory
- extends Ejb3RegistrarProxyObjectFactory
ServiceProxyObjectFactory
A JNDI ObjectFactory responsible for returning the
appropriate @Service Proxy upon lookup
- Version:
- $Revision: $
- Author:
- ALR
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceProxyObjectFactory
public ServiceProxyObjectFactory()
getProxy
protected Object getProxy(ProxyFactory proxyFactory,
Name name,
Map<String,List<String>> referenceAddresses)
- Specified by:
getProxy
in class ProxyObjectFactory
- Parameters:
proxyFactory
- The ProxyFactory to usename
- The JNDI name looked upreferenceAddresses
-
getProxyFactoryClass
protected Class<ServiceProxyFactory> getProxyFactoryClass()
- Obtains the type or supertype used by proxy factories for this Object Factory
- Specified by:
getProxyFactoryClass
in class ProxyObjectFactory
- Returns:
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.