org.jboss.ejb3.stateful
Class StatefulLocalProxyFactory

java.lang.Object
  extended by org.jboss.ejb3.session.BaseSessionProxyFactory
      extended by org.jboss.ejb3.stateful.BaseStatefulProxyFactory
          extended by org.jboss.ejb3.stateful.StatefulLocalProxyFactory
All Implemented Interfaces:
ProxyFactory

public class StatefulLocalProxyFactory
extends BaseStatefulProxyFactory

Comment

Version:
$Revision: 1.2.2.5 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.jboss.ejb3.stateful.BaseStatefulProxyFactory
jndiName, PROXY_FACTORY_NAME, proxyClass, proxyConstructor, proxyFactoryContext
 
Fields inherited from class org.jboss.ejb3.session.BaseSessionProxyFactory
advisor, container
 
Constructor Summary
StatefulLocalProxyFactory()
           
 
Method Summary
 Object createProxy()
           
 Object createProxy(Class[] initTypes, Object[] initValues)
           
protected  StatefulHandleImpl getHandle()
           
protected  Class[] getInterfaces()
           
protected  void initializeJndiName()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.jboss.ejb3.stateful.BaseStatefulProxyFactory
init
 
Methods inherited from class org.jboss.ejb3.session.BaseSessionProxyFactory
getEjbMetaData, getHomeHandle, setContainer, setEjb21Objects
 
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
setContainer
 

Constructor Detail

StatefulLocalProxyFactory

public StatefulLocalProxyFactory()
Method Detail

getInterfaces

protected Class[] getInterfaces()
Specified by:
getInterfaces in class BaseStatefulProxyFactory

initializeJndiName

protected void initializeJndiName()
Specified by:
initializeJndiName in class BaseStatefulProxyFactory

start

public void start()
           throws Exception
Specified by:
start in interface ProxyFactory
Overrides:
start in class BaseStatefulProxyFactory
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface ProxyFactory
Overrides:
stop in class BaseStatefulProxyFactory
Throws:
Exception

createProxy

public Object createProxy()

createProxy

public Object createProxy(Class[] initTypes,
                          Object[] initValues)

getHandle

protected StatefulHandleImpl getHandle()
Specified by:
getHandle in class BaseSessionProxyFactory


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.