Uses of Interface
org.caleigo.core.IControlledProxy

Packages that use IControlledProxy
org.caleigo.core   
 

Uses of IControlledProxy in org.caleigo.core
 

Classes in org.caleigo.core that implement IControlledProxy
 class ControlledProxyEntity
          
 class ControlledProxySelection
          
 

Methods in org.caleigo.core that return IControlledProxy
 IControlledProxy ProxyEntity.getControlledProxy(IEntityDescriptor entityDescriptor, IEntityRelationPath relationPath)
          Returns an IControlledProxy object controlled by the called controller.
 IControlledProxy IProxyController.getControlledProxy(IEntityDescriptor entityDescriptor, IEntityRelationPath relationPath)
          Returns an IControlledProxy object controlled by the called controller.
 

Methods in org.caleigo.core with parameters of type IControlledProxy
 void ProxyEntity.releaseControlledProxy(IControlledProxy proxy)
          Used to inform the controller that a controlled proxy instance will be discarded and gives the controller a chance to deallocate resources connected to it.
 void IProxyController.releaseControlledProxy(IControlledProxy proxy)
          Used to inform the controller that a controlled proxy instance will be discarded and gives the controller a chance to deallocate resources connected to it.
 



Copyright © 2005 Caleigo. All Rights Reserved.