A WLST Deployment Objects
- WLSTPlan Object
TheWLSTPlan
object enables you to make changes to an application deployment plan after loading an application using theloadApplication
command. - WLSTProgress Object
TheWLSTProgress
object enables you to check the status of an executed deployment command.
WLSTPlan Object
The WLSTPlan
object enables you to make changes to an application deployment plan after loading an application using the loadApplication
command.
loadApplication in WLST Command Reference for Oracle WebLogic Server describes the command in more detail.
The following table Table A-1describes the WLSTPlan
object methods that you can use to operate on the deployment plan.
Table A-1 WLSTPlan Object Methods
To operate on the... | Use this method... | To... |
---|---|---|
Deployment Plan |
|
Return the |
Deployment Plan |
|
Save the deployment plan to a file from which it was read. |
Module Descriptors |
|
Create a |
Module Overrides |
|
Return the |
Module Overrides |
|
Return all |
Module Overrides |
|
Print all of the |
Variables |
|
Create a |
Variables |
|
Destroy the |
Variables |
|
Return the |
Variables |
|
Return all |
Variables |
|
Set the variable |
Variables |
|
Print all of the |
Variable Assignment |
|
Create a |
Variable Assignment |
|
Destroy the |
Variable Assignment |
|
Return the |
Parent topic: WLST Deployment Objects
WLSTProgress Object
The WLSTProgress
object enables you to check the status of an executed deployment command.
The WLSTProgress
object is returned by the following commands (refer to the associated command section in WLST Command Reference for Oracle WebLogic Server ):
Table A-2 describes the WLSTProgress
object methods that you can use to check the status of the current deployment action.
Table A-2 WLSTProgress Object Methods
Use this method... | To... |
---|---|
|
Return the deployment |
|
Return information about the status of this event. |
|
Return the |
|
Retrieve the state of the current deployment action. |
|
Determine if the current deployment action has been completed. |
|
Determine if the current deployment action has failed. |
|
Determine if the current deployment action is running. |
|
Print the current status of the deployment action, including the command type, the state, additional messages, and so on. |
Parent topic: WLST Deployment Objects