Package com.centrasite.lcmapi

Interface Summary
LCMAdminManager The LCMAdminManager provides all operations for the create, modify and delete of LCNodes - Machines within a Lifecycle Management model LCModels - State models for Lifecycle Management, models can theoretically be complex and go across multiple machines and LCStates and LCStates
LCMNode A LCMNode represents a machine within a Lifecycle Management model models can theoretically be complex and go across multiple LC Nodes (machines) The LCMNode allow addition of new registry types, setting & getting name and description and removal of existing registry types
LCModel LC Models are state machines for Lifecycle Management and the state machines may not have any states that cannot be reached The LCModel provides methods for all operations that can be performed on an LCModel When the LCModel becomes active, no change in the LCModel will be allowed.
LCMRegistryService The LCMRegistryService provides access to the administration and runtime functionality
LCMRuntimeManager The LCMRuntimeManager provides all LCM runtime functionality viz., 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 Summary
Activator  
LCMFactory The LCMFactory is the abstract base class for factory classes for creating an LCM registry service.
VersioningUtil VersioningUtil.java
 

Enum Summary
LCModelState LCModelState Represents an enumeration that contains the possible states that the model can be in.
LCStateChangeStatus LCStateChangeStatus Represents an enumeration that contains the possible state change status values of OK / PENDING / REJECTED
 

Exception Summary
LCMException The LCMException class for all exceptions thrown by the LCM API.