Interface PurgingOperations
public interface PurgingOperations
- 
Method Summary
Modifier and TypeMethodDescriptionpurgeAsync(com.onwbp.adaptation.AdaptationTable table) Executes a purging process on Matching results of the specified matching table in asynchronous mode.voidpurgeSync(com.onwbp.adaptation.AdaptationTable table) Executes a purging process on Matching results of the specified matching table in synchronous mode. 
- 
Method Details
- 
purgeSync
void purgeSync(com.onwbp.adaptation.AdaptationTable table) throws com.orchestranetworks.addon.mame.common.InvalidStateException Executes a purging process on Matching results of the specified matching table in synchronous mode.- Parameters:
 table- A matching table- Throws:
 com.orchestranetworks.addon.mame.common.InvalidStateException
 - 
purgeAsync
PurgingProcess purgeAsync(com.onwbp.adaptation.AdaptationTable table) throws com.orchestranetworks.addon.mame.common.InvalidStateException Executes a purging process on Matching results of the specified matching table in asynchronous mode.- Parameters:
 table- A matching table- Returns:
 - current purging process
 - Throws:
 com.orchestranetworks.addon.mame.common.InvalidStateException
 
 -