Package wt.container.batch
Class RemoveAssertion
java.lang.Object
wt.container.batch.Assertion
wt.container.batch.RemoveAssertion
- All Implemented Interfaces:
Serializable
Assertion which indicates that the target is being removed from the BatchContainer
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveAssertion(BatchContainer container, Object target) Create a RemoveAssertion against the BatchContainer and target object. -
Method Summary
-
Constructor Details
-
RemoveAssertion
Create a RemoveAssertion against the BatchContainer and target object.
Supported API: true- Parameters:
container-target-
-