| Package | Description |
|---|---|
| org.gcube.common.core.contexts | |
| org.gcube.common.resources.kxml.runninginstance |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalInstanceContext.registerInstance(GCUBERunningInstance instance)
Registers the instance in the context
|
void |
LocalInstanceContext.unregisterInstance(GCUBERunningInstance instance)
Unregisters the instance from the context
|
| Modifier and Type | Class and Description |
|---|---|
class |
KGCUBERunningInstance
An implementation of
GCUBERunningInstance based on KXml parser. |
Copyright © 2015. All Rights Reserved.