Uses of Class
org.figure8.join.businessobjects.environment.AbstractResource

Packages that use AbstractResource
org.figure8.join.businessfacades.environment   
org.figure8.join.businessobjects.environment   
org.figure8.join.businessobjects.environment.persistence   
org.figure8.join.control.action   
 

Uses of AbstractResource in org.figure8.join.businessfacades.environment
 

Methods in org.figure8.join.businessfacades.environment with parameters of type AbstractResource
 void DefaultResourceManager.mapResourceOnEnvironment(AbstractResource resource, PhysicalEnvironment environment)
          Create a new mapping of an infrastructure resource onto a physical one.
 void ResourceManager.mapResourceOnEnvironment(AbstractResource resource, PhysicalEnvironment environment)
          Create a new mapping of an infrastructure resource onto a physical one.
 void DefaultResourceManager.saveResource(AbstractResource resource)
          Save a Resource within datastore (create or update).
 void ResourceManager.saveResource(AbstractResource resource)
          Save a Resource within datastore (create or update).
 

Uses of AbstractResource in org.figure8.join.businessobjects.environment
 

Subclasses of AbstractResource in org.figure8.join.businessobjects.environment
 class EIS
          A VersionedResource extension designed to be accessed only through Gateway.
 class Gateway
          A Resource implementation that provide access to some other Enterprise Information Systems (EIS).
 class Service
          A Service is a base Resource implementation.
 class VersionedResource
          A Resource implementation that is updatable an in consequence may have different versions.
 

Methods in org.figure8.join.businessobjects.environment that return AbstractResource
 AbstractResource ResourceMapping.getResource()
           
 

Methods in org.figure8.join.businessobjects.environment with parameters of type AbstractResource
 void Machine.addHostedResource(AbstractResource resource)
          Convenient method for adding an hosted resource to this machine and managing the 2 sides of the bidirectionnal relationship.
 void ResourceMapping.setResource(AbstractResource resource)
           
 

Constructors in org.figure8.join.businessobjects.environment with parameters of type AbstractResource
ResourceMapping(AbstractResource resource, PhysicalEnvironment physicalEnv)
          Creates a new ResourceMapping with mandatory parameters.
 

Uses of AbstractResource in org.figure8.join.businessobjects.environment.persistence
 

Methods in org.figure8.join.businessobjects.environment.persistence with parameters of type AbstractResource
 java.util.List HibernateResourceMappingDao.getResourceMappingsForResource(AbstractResource resource, java.util.Date startDate, java.util.Date endDate)
          Retrieve a list of resource mappings done onto a resource during a specified interval
 java.util.List ResourceMappingDao.getResourceMappingsForResource(AbstractResource resource, java.util.Date startDate, java.util.Date endDate)
          Retrieve a list of resource mappings done onto a resource during a specified interval
 

Uses of AbstractResource in org.figure8.join.control.action
 

Methods in org.figure8.join.control.action that return AbstractResource
 AbstractResource ResourceActions.createResourceInstance(ResourceForm form)
          Create a new resource instance from informations contained into ResourceForm.
 



Copyright © 2005-2008 Join. All Rights Reserved.