org.jboss.ejb3.session
Class BaseSessionProxyFactory
java.lang.Object
org.jboss.ejb3.session.BaseSessionProxyFactory
- All Implemented Interfaces:
- ProxyFactory
- Direct Known Subclasses:
- BaseStatefulProxyFactory, BaseStatelessProxyFactory
public abstract class BaseSessionProxyFactory
- extends Object
- implements ProxyFactory
Comment
- Version:
- $Revision: 1.2.2.4 $
- Author:
- William DeCoste
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected Container container
advisor
protected org.jboss.aop.Advisor advisor
BaseSessionProxyFactory
public BaseSessionProxyFactory()
setContainer
public void setContainer(Container container)
- Specified by:
setContainer in interface ProxyFactory
setEjb21Objects
protected void setEjb21Objects(BaseSessionRemoteProxy proxy)
getHandle
protected abstract javax.ejb.Handle getHandle()
getHomeHandle
protected javax.ejb.HomeHandle getHomeHandle()
getEjbMetaData
protected javax.ejb.EJBMetaData getEjbMetaData()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.