|
SMILA 1.0 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_IMPORT_RUN_ID
Record attribute '_importRunId'. |
| Method Summary | |
|---|---|
int |
add(Record[] records,
java.lang.String jobName)
Push the given records to the given job. |
void |
checkJobIsActive(java.lang.String jobName)
check if records can be added or deleted using this job name. |
int |
delete(Record[] records,
java.lang.String jobName)
Delete the given records for the given job. |
| Field Detail |
|---|
static final java.lang.String ATTRIBUTE_IMPORT_RUN_ID
| Method Detail |
|---|
void checkJobIsActive(java.lang.String jobName)
throws ConnectivityException
jobName - name of job to check.
ConnectivityException - if job is not active currently, message and cause may contain further details.
int add(Record[] records,
java.lang.String jobName)
throws ConnectivityException
records - a list of Record objectsjobName - name of the jobs for which to push the records.
ConnectivityException - if any error occurs
int delete(Record[] records,
java.lang.String jobName)
throws ConnectivityException
records - a list of records to delete
ConnectivityException - if any error occurs
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||