@SPI(useRestriction=Public,
status=Stable)
public interface IRuntimeEnvironmentMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
partitionCreated(org.eclipse.stardust.engine.core.runtime.beans.IAuditTrailPartition partition)
Propagate creation of a new audittrail partition.
|
void |
partitionDropped(org.eclipse.stardust.engine.core.runtime.beans.IAuditTrailPartition partition)
Propagate deletion of an audittrail partition.
|
void partitionCreated(org.eclipse.stardust.engine.core.runtime.beans.IAuditTrailPartition partition)
partition - The new partition.void partitionDropped(org.eclipse.stardust.engine.core.runtime.beans.IAuditTrailPartition partition)
partition - The deleted partition.Copyright © 2016 Eclipse Stardust. All Rights Reserved.