wt.container.batch.service
Interface BatchContainerDelegate

All Known Subinterfaces:
RoleBatchContainerDelegate

public interface BatchContainerDelegate

Instances of BatchContainerDelegates know how to process specific types of assertions.

Supported API: false

Extendable: false


Field Summary
static String BATCH_CONTAINER
          Label for the attribute.
 
Method Summary
 void commitAssertion(Assertion assertion)
          

Supported API: false
 

Field Detail

BATCH_CONTAINER

public static final String BATCH_CONTAINER
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

commitAssertion

public void commitAssertion(Assertion assertion)
                     throws WTException


Supported API: false

Parameters:
assertion -
Throws:
WTException