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

Version:
$Revision: 80774 $
Author:
Bill Burke, ALR

Method Summary
 Object createHomeProxy()
          Deprecated. Create an EJB 2.1 Home Proxy
 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

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

Returns:

createProxyBusiness

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

Returns:

start

void start()
           throws Exception
Deprecated. 
Lifecycle Start

Throws:
Exception

stop

void stop()
          throws Exception
Deprecated. 
Lifecycle Stop

Throws:
Exception


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.