Uses of Interface
org.tubo.resource.ResourceManager

Packages that use ResourceManager
org.tubo.exception   
org.tubo.exception.baseimpl   
org.tubo.kernel   
org.tubo.resource   
org.tubo.resource.baseimpl   
org.tubo.resource.flow   
org.tubo.resource.springimpl   
 

Uses of ResourceManager in org.tubo.exception
 

Methods in org.tubo.exception with parameters of type ResourceManager
 void ExceptionManager.setResourceManager(ResourceManager resourceManager)
           
 

Uses of ResourceManager in org.tubo.exception.baseimpl
 

Methods in org.tubo.exception.baseimpl with parameters of type ResourceManager
 void BaseExceptionManagerImpl.setResourceManager(ResourceManager resourceManager)
           
 

Uses of ResourceManager in org.tubo.kernel
 

Methods in org.tubo.kernel that return ResourceManager
 ResourceManager Kernel.getResourceManager()
           
 

Methods in org.tubo.kernel with parameters of type ResourceManager
 void Kernel.setResourceManager(ResourceManager resourceManager)
           
 

Uses of ResourceManager in org.tubo.resource
 

Methods in org.tubo.resource that return ResourceManager
 ResourceManager Manager.getResourceManager()
           
 

Methods in org.tubo.resource with parameters of type ResourceManager
 void Manager.setResourceManager(ResourceManager resourceManager)
           
 

Uses of ResourceManager in org.tubo.resource.baseimpl
 

Classes in org.tubo.resource.baseimpl that implement ResourceManager
 class BaseAbstractResourceManager
          Created: Aug 31, 2006, 6:47:45 PM Last Modification Date: $Date: 2006-12-15 18:36:03 -0300 (Fri, 15 Dec 2006) $
 

Methods in org.tubo.resource.baseimpl that return ResourceManager
 ResourceManager BaseManagerImpl.getResourceManager()
          Get for the ResourceManager linked to this Manager
 ResourceManager BaseResourceImpl.getResourceManager()
          Get for the ResourceManager linked to this Resource
 

Methods in org.tubo.resource.baseimpl with parameters of type ResourceManager
 void BaseManagerImpl.setResourceManager(ResourceManager resourceManager)
          Set for the ResourceManager for this Manager
 void BaseResourceImpl.setResourceManager(ResourceManager resourceManager)
          Set for the ResourceManager for this Resource
 

Uses of ResourceManager in org.tubo.resource.flow
 

Methods in org.tubo.resource.flow that return ResourceManager
 ResourceManager BaseFlowProcessorImpl.getResourceManager()
           
 ResourceManager BaseFlowExecutorImpl.getResourceManager()
           
 ResourceManager FlowProcessor.getResourceManager()
           
 ResourceManager FlowExecutor.getResourceManager()
           
 

Methods in org.tubo.resource.flow with parameters of type ResourceManager
 void BaseFlowProcessorImpl.setResourceManager(ResourceManager resourceManager)
           
 void BaseFlowExecutorImpl.setResourceManager(ResourceManager resourceManager)
           
 void FlowProcessor.setResourceManager(ResourceManager resourceManager)
           
 void FlowExecutor.setResourceManager(ResourceManager resourceManager)
           
 

Uses of ResourceManager in org.tubo.resource.springimpl
 

Classes in org.tubo.resource.springimpl that implement ResourceManager
 class SpringResourceManagerImpl
          Created: Dec 1, 2005 6:02:44 AM Last Modification Date: $Date: 2006-12-15 18:39:11 -0300 (Fri, 15 Dec 2006) $
 



Copyright © 2004-2007 Tubo. All Rights Reserved.