org.jboss.ejb3.stateless
Class BaseStatelesslProxyFactory

java.lang.Object
  extended by 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

Field Summary
protected  org.jboss.aop.Advisor advisor
           
protected  Container container
           
protected  String jndiName
           
protected  Class proxyClass
           
protected  Constructor proxyConstructor
           
protected  Context proxyFactoryContext
           
 
Constructor Summary
BaseStatelesslProxyFactory()
           
 
Method Summary
protected abstract  Class[] getInterfaces()
           
 void init()
           
protected abstract  void initializeJndiName()
           
 void setContainer(Container container)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.ejb3.ProxyFactory
createProxy
 

Field Detail

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
Constructor Detail

BaseStatelesslProxyFactory

public BaseStatelesslProxyFactory()
Method Detail

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.