org.jboss.ejb3
Interface ProxyFactory
- All Known Subinterfaces:
- RemoteProxyFactory
- All Known Implementing Classes:
- BaseServiceProxyFactory, BaseSessionProxyFactory, BaseStatefulProxyFactory, BaseStatelesslProxyFactory, BaseStatelessProxyFactory, LocalProducerFactory, ProducerFactory, RemoteProducerFactory, ServiceLocalProxyFactory, ServiceRemoteProxyFactory, StatefulClusterProxyFactory, StatefulLocalProxyFactory, StatefulRemoteProxyFactory, StatelessClusterProxyFactory, StatelessLocalProxyFactory, StatelessRemoteProxyFactory
public interface ProxyFactory
Comment
- Version:
- $Revision: 1.1.2.3 $
- Author:
- Bill Burke
setContainer
void setContainer(Container container)
createProxy
Object createProxy()
start
void start()
throws Exception
- Throws:
Exception
stop
void stop()
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.