Uses of Class
org.obligate.annotations.contract.proxy.ContractProxy

Packages that use ContractProxy
org.obligate.annotations.contract.proxy   
 

Uses of ContractProxy in org.obligate.annotations.contract.proxy
 

Subclasses of ContractProxy in org.obligate.annotations.contract.proxy
 class DirectContractProxy
           
 class IndirectContractProxy
          This class acts as a proxy for EJB calls, this has to do indirection between the external interface and the EJB interface, the reason for this is due to the issue of the slightly odd way that EJB separates the implementation from the generated interfaces.