Uses of Class
org.gcube.common.core.resources.GCUBERunningInstance

Packages that use GCUBERunningInstance
org.gcube.common.core.contexts   
org.gcube.common.resources.kxml.runninginstance   
 

Uses of GCUBERunningInstance in org.gcube.common.core.contexts
 

Methods in org.gcube.common.core.contexts that return GCUBERunningInstance
 GCUBERunningInstance GCUBEServiceContext.getInstance()
          Returns the GCUBERunningInstance resource of the service.
 GCUBERunningInstance LocalInstanceContext.getInstance(String id)
          Gets the registered instance given its ID
 GCUBERunningInstance LocalInstanceContext.getInstance(String clazz, String name)
          Gets a registered instance
 

Methods in org.gcube.common.core.contexts that return types with arguments of type GCUBERunningInstance
 Collection<GCUBERunningInstance> LocalInstanceContext.getAllInstances()
          Gets all the instances registered in this context
 List<GCUBERunningInstance> LocalInstanceContext.getAllInstancesForPlatform(PlatformDescription platform)
          Gets all the instances belonging to the platform
 

Methods in org.gcube.common.core.contexts with parameters of type GCUBERunningInstance
 void LocalInstanceContext.registerInstance(GCUBERunningInstance instance)
          Registers the instance in the context
 void LocalInstanceContext.unregisterInstance(GCUBERunningInstance instance)
          Unregisters the instance from the context
 

Uses of GCUBERunningInstance in org.gcube.common.resources.kxml.runninginstance
 

Subclasses of GCUBERunningInstance in org.gcube.common.resources.kxml.runninginstance
 class KGCUBERunningInstance
          An implementation of GCUBERunningInstance based on KXml parser.
 



Copyright © 2013. All Rights Reserved.