|
||||||||
PREV NEXT | FRAMES NO FRAMES |
LCMRegistryService
for the given JAXR connection.
LCMAdminManager
.
LCMRuntimeManager
.
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 LCStatesLCMException
class for all exceptions thrown by the LCM API.LCMException
with null
as its detail message.
LCMException
with the specified detail message.
LCMException
with the specified detail message and cause.
LCMException
with the specified cause and a detail message of
cause==null ?
LCMFactory
is the abstract base class for factory classes
for creating an LCM registry service.LCMNode
allow addition of new registry types,
setting & getting name and description and
removal of existing registry typesLCModel
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
provides access to the administration
and runtime functionalityLCMRuntimeManager
provides all LCM runtime functionality
viz., searching for LCModels, finding & setting the LCState of a given registryObjectLCRegistryObjectState
defines methods
for setting and getting the Pending StateLCState
provides access to
the LCState and state specific operations.LCMFactory
object.
LCMRuntimeManager.setLCState(RegistryObject, LCState)
and
LCMRuntimeManager.setLCStateEx(RegistryObject, LCState)
is in
case of LCMRuntimeManager.setLCState(RegistryObject, LCState)
the
policies required to execute & state persisting is happen immediately but
in case of
LCMRuntimeManager.setLCStateEx(RegistryObject, LCState)
we attach
listeners to registry object to perform Pre and Post operations and those listeners invoked by the
LifeCycleManager
so the state change is happen as part of saveObjects.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |