SMILA (incubation) API documentation

org.eclipse.smila.connectivity.deltaindexing
Interface DeltaIndexingManagerAgent

All Known Implementing Classes:
AbstractDeltaIndexingManagerAgent, DeltaIndexingManagerAgentImpl, DeltaIndexingManagerAgentImpl

public interface DeltaIndexingManagerAgent

The Interface DeltaIndexingManagerAgent.


Method Summary
 void clear(java.lang.String dataSourceID)
          Clear.
 void clearAll()
          Clear all.
 void unlockAll()
          Unlock all.
 

Method Detail

clear

void clear(java.lang.String dataSourceID)
Clear.

Parameters:
dataSourceID - the data source id

clearAll

void clearAll()
Clear all.


unlockAll

void unlockAll()
Unlock all.


SMILA (incubation) API documentation