org.jboss.ejb3.stateless
Class BaseStatelesslProxyFactory
java.lang.Object
org.jboss.ejb3.stateless.BaseStatelesslProxyFactory
- All Implemented Interfaces:
- ProxyFactory
public abstract class BaseStatelesslProxyFactory
- extends Object
- implements ProxyFactory
Comment
- Version:
- $Revision: 1.3.2.4 $
- 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
container
protected Container container
advisor
protected org.jboss.aop.Advisor advisor
BaseStatelesslProxyFactory
public BaseStatelesslProxyFactory()
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
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.