org.jboss.ejb3.stateless
Class BaseStatelessProxyFactory
java.lang.Object
org.jboss.ejb3.session.BaseSessionProxyFactory
org.jboss.ejb3.stateless.BaseStatelessProxyFactory
- All Implemented Interfaces:
- ProxyFactory
- Direct Known Subclasses:
- StatelessClusterProxyFactory, StatelessLocalProxyFactory, StatelessRemoteProxyFactory
public abstract class BaseStatelessProxyFactory
- extends BaseSessionProxyFactory
- implements ProxyFactory
Comment
- Version:
- $Revision: 1.2.2.3 $
- Author:
- Bill Burke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proxyClass
protected Class proxyClass
proxyConstructor
protected Constructor proxyConstructor
proxyFactoryContext
protected Context proxyFactoryContext
jndiName
protected String jndiName
BaseStatelessProxyFactory
public BaseStatelessProxyFactory()
init
public void init()
throws Exception
- Throws:
Exception
start
public void start()
throws Exception
- Specified by:
start in interface ProxyFactory
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop in interface ProxyFactory
- Throws:
Exception
getInterfaces
protected abstract Class[] getInterfaces()
initializeJndiName
protected abstract void initializeJndiName()
setContainer
public void setContainer(Container container)
- Specified by:
setContainer in interface ProxyFactory- Overrides:
setContainer in class BaseSessionProxyFactory
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.