org.openejb.corba.core
Interface Wrapper


public interface Wrapper

This interface must be implemented by a OpenEJB wrapper. A Wrapper is a CORBA Object which is interposed between CORBA applications and OpenEJB beans and homes.


Method Summary
 void setProxy(java.rmi.Remote proxy)
          This operation is invoked by OpenEJB to set a proxy reference to the proxy Home or to the proxy Bean.
 

Method Detail

setProxy

public void setProxy(java.rmi.Remote proxy)
This operation is invoked by OpenEJB to set a proxy reference to the proxy Home or to the proxy Bean. A proxy is not the home or bean implementation.