Uses of Interface
org.eclipse.corona.management.common.IManagedResource

Packages that use IManagedResource
org.eclipse.corona.core   
org.eclipse.corona.model.container.impl   
org.eclipse.corona.model.container.project.impl   
 

Uses of IManagedResource in org.eclipse.corona.core
 

Methods in org.eclipse.corona.core that return IManagedResource
 IManagedResource SystemRuntimeContext.getContainer(java.lang.String name)
           
 IManagedResource RuntimeContext.getContainer(java.lang.String containerUri)
          why do you need to pass a name for the container isn't there only one associated with the RuntimeContext ???
 IManagedResource IRuntimeContext.getContainer(java.lang.String name)
           
 IManagedResource SystemRuntimeContext.getContainer(java.lang.String home, java.lang.String container)
           
 IManagedResource RuntimeContext.getContainer(java.lang.String homeIdentifier, java.lang.String containerUri)
           
 IManagedResource IRuntimeContext.getContainer(java.lang.String home, java.lang.String container)
           
 

Uses of IManagedResource in org.eclipse.corona.model.container.impl
 

Classes in org.eclipse.corona.model.container.impl that implement IManagedResource
 class ContextContainerImpl
          An implementation of the model object 'Context Container'
 

Uses of IManagedResource in org.eclipse.corona.model.container.project.impl
 

Classes in org.eclipse.corona.model.container.project.impl that implement IManagedResource
 class ProjectContextContainerImpl
          An implementation of the model object 'Context Container'
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.