org.jboss.ejb3.stateless
Class StatelessClusterProxyFactory
java.lang.Object
org.jboss.ejb3.session.BaseSessionProxyFactory
org.jboss.ejb3.stateless.BaseStatelessProxyFactory
org.jboss.ejb3.stateless.StatelessClusterProxyFactory
- All Implemented Interfaces:
- ProxyFactory, RemoteProxyFactory
public class StatelessClusterProxyFactory
- extends BaseStatelessProxyFactory
- implements RemoteProxyFactory
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 |
StatelessClusterProxyFactory
public StatelessClusterProxyFactory()
setRemoteBinding
public void setRemoteBinding(RemoteBinding binding)
- Specified by:
setRemoteBinding in interface RemoteProxyFactory
getInterfaces
protected Class[] getInterfaces()
- Specified by:
getInterfaces in class BaseStatelessProxyFactory
initializeJndiName
protected void initializeJndiName()
- Specified by:
initializeJndiName in class BaseStatelessProxyFactory
start
public void start()
throws Exception
- Specified by:
start in interface ProxyFactory- Overrides:
start in class BaseStatelessProxyFactory
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop in interface ProxyFactory- Overrides:
stop in class BaseStatelessProxyFactory
- Throws:
Exception
createProxy
public Object createProxy()
- Specified by:
createProxy in interface ProxyFactory
getHandle
protected StatelessHandleImpl getHandle()
- Specified by:
getHandle in class BaseSessionProxyFactory
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.