public interface TransportWLSArtifactDeployerExtension extends TransportWLSArtifactDeployer
| Modifier and Type | Method and Description |
|---|---|
void |
beforeSessionActivate(DomainMBean editableDomain, java.util.List<EndPointOperations.CommonOperation> operations)
Invoked after all operation callbacks are invoked but before the session itself is activated.
|
makeWLSChangesOnCreate, makeWLSChangesOnDelete, makeWLSChangesOnResume, makeWLSChangesOnSuspend, makeWLSChangesOnUpdate, sessionActivationFailed, sessionActivationSucceeded
void beforeSessionActivate(DomainMBean editableDomain,
java.util.List<EndPointOperations.CommonOperation> operations)
throws TransportException
editableDomain - the domain mbean that should be used to perform WLS related changes. Any changes made via this mbean will go to a WLS change list.operations - ordered list of operations.TransportException - an exception occurred, all changes made during the session will be rollbacked.