com.oracle.weblogic.lifecycle
.See: Description
Interface | Description |
---|---|
ClientContext |
Provides a mechanism to let REST, or REST api customers, pass the client's
locale to the back end so that the text in exceptions thrown by LCM can be
i18n'd to the client's locale.
|
Environment |
A logical construct that contain references to one or more Partitions across different component types
A Service in turn runs on top of one of these environments.
|
LifecycleAssociation |
Represents the association between two lifecycle partitions
All associations are between two partitions
|
LifecycleContext | |
LifecycleManager |
LifecycleManager provides APIs to manage environments in LCM system
|
LifecyclePartition |
This class represents a unique Partition object identified by name,type, Id and properties
|
LifecycleRuntime |
A LifecycleRuntime represents a component / Managed service like WLS, OTD, Database etc.
|
LifecycleTask |
There are certain operations performed via LCM that are naturally long running asynchronous operations.
|
LifecycleTaskManager |
For a asynchronous operation initiated via LCM - we return a LifecycleTask which represents the asynchronous task
This class exposes ways of getting status of a asynchronous operation and cancelling the async operation
|
LifecycleTaskPlugin |
A component implements this interface when it wants to support async operations and expose these async operations via LCM
|
Orchestrator | |
Orchestrator.Operation | |
RuntimeManager |
Class | Description |
---|---|
MTHelper | |
PartitionPlugin | |
RuntimePlugin |
A component implements this plugin for LCM to be able to manage runtime operations on it
|
Enum | Description |
---|---|
LifecycleOperationType |
The types of Operations being performed.
|
Exception | Description |
---|---|
LifecycleException |
LifecycleException wraps any exception that is encountered that is intended to be propagated to a caller.
|
com.oracle.weblogic.lifecycle
.