org.jboss.ejb3.proxy
Interface ProxyFactory

All Known Implementing Classes:
LocalProducerFactory, ProducerFactory, RemoteProducerFactory

Deprecated.

@Deprecated
public interface ProxyFactory

Contract for a generic EJB3 Proxy Factory


Method Summary
 java.lang.Object createHomeProxy()
          Deprecated. Create an EJB 2.1 Home Proxy
 java.lang.Object createProxyBusiness()
          Deprecated. Create an EJB3 Business proxy with no specific target business interface
 void start()
          Deprecated. Lifecycle Start
 void stop()
          Deprecated. Lifecycle Stop
 

Method Detail

createHomeProxy

java.lang.Object createHomeProxy()
Deprecated. 
Create an EJB 2.1 Home Proxy

Returns:

createProxyBusiness

java.lang.Object createProxyBusiness()
Deprecated. 
Create an EJB3 Business proxy with no specific target business interface

Returns:

start

void start()
           throws java.lang.Exception
Deprecated. 
Lifecycle Start

Throws:
java.lang.Exception

stop

void stop()
          throws java.lang.Exception
Deprecated. 
Lifecycle Stop

Throws:
java.lang.Exception