|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final java.lang.String ATTRIBUTE_JOB_ID
| Method Detail |
|---|
int add(Record[] records)
throws ConnectivityException
records - a list of Record objects
ConnectivityException - if any error occurs
int delete(Record[] records)
throws ConnectivityException
records - a list of records to delete
ConnectivityException - if any error occurs
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||