Modifier and Type | Method and Description |
---|---|
ComponentInstanceId |
ComponentInstanceDescriptor.getInstanceId() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentInstanceManager.createComponentInstance(ComponentTypeId componentTypeId,
ComponentInstanceId componentInstanceId)
Creates a component instance of the given type with the given id.
|
void |
ComponentInstanceManager.deleteComponentInstance(ComponentInstanceId componentInstanceId)
Deletes the given component instance.
|
ComponentInstanceDescriptor |
ComponentInstanceManager.getComponentInstanceDescriptor(ComponentInstanceId componentInstanceId) |
boolean |
ComponentInstanceManager.hasComponentInstance(ComponentInstanceId componentInstanceId) |
Constructor and Description |
---|
ComponentInstanceDescriptor(ComponentTypeId typeId,
ComponentInstanceId instanceId,
ComponentInstanceStatus instanceStatus) |
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.