Interface | Description |
---|---|
LCMAdminManager |
The LCMAdminManager provides all operations for creating, modifying and deleting:
- LCNodes: Machines within a Lifecycle Management model; - LCModels: State models for Lifecycle Management. |
LCMNode |
An LCMNode represents a machine within a Lifecycle Management model.
|
LCModel |
LC Models are state machines for Lifecycle Management and the state machines may not have any states that cannot be reached.
|
LCMRegistryService |
The
LCMRegistryService provides access to the administration
and runtime functionality |
LCMRuntimeManager |
The
LCMRuntimeManager provides all LCM runtime functionality
, namely: searching for LCModels, finding & setting the LCState of a given registryObject |
LCRegistryObjectState |
The
LCRegistryObjectState defines methods
for setting and getting the Pending State |
LCState |
The
LCState provides access to
the LCState and state specific operations. |
Class | Description |
---|---|
Activator |
Activator class for OSGi bundle
|
LCMFactory |
The LCMFactory is the abstract base class for factory classes for creating an LCM registry service.
|
VersioningUtil |
LCM VersioningUtil
|
Enum | Description |
---|---|
LCModelState |
LCModelState
Represents an enumeration that contains the possible
states that the model can be in.
|
LCStateChangeStatus |
Represents an enumeration that contains the possible
state change status values of OK / PENDING / REJECTED
|
Exception | Description |
---|---|
LCMException |
The
LCMException class for all exceptions thrown by the LCM API. |