SMILA (incubation) API documentation

org.eclipse.smila.connectivity
Interface ConnectivityManager

All Known Implementing Classes:
ConnectivityManagerImpl

public interface ConnectivityManager

The Interface ConnectivityManager.


Field Summary
static java.lang.String ATTRIBUTE_JOB_ID
          Record annotation jobId.
 
Method Summary
 int add(Record[] records)
          Put the given records for further processing to the ADD Queue.
 int delete(Record[] records)
          Put the the given records for Deletion from the system to the DELETE Queue.
 

Field Detail

ATTRIBUTE_JOB_ID

static final java.lang.String ATTRIBUTE_JOB_ID
Record annotation jobId.

See Also:
Constant Field Values
Method Detail

add

int add(Record[] records)
        throws ConnectivityException
Put the given records for further processing to the ADD Queue.

Parameters:
records - a list of Record objects
Returns:
the number of records successfully added to the ADD Queue
Throws:
ConnectivityException - if any error occurs

delete

int delete(Record[] records)
           throws ConnectivityException
Put the the given records for Deletion from the system to the DELETE Queue.

Parameters:
records - a list of records to delete
Returns:
the number of records successfully added to the DELETE Queue
Throws:
ConnectivityException - if any error occurs

SMILA (incubation) API documentation