|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.impl.ConnectivityManagerImpl
public class ConnectivityManagerImpl
The Class ConnectivityManagerImpl.
| Constructor Summary | |
|---|---|
ConnectivityManagerImpl()
Default Constructor. |
|
| Method Summary | |
|---|---|
int |
add(Record[] records)
Put the given records for further processing to the ADD Queue. |
int |
delete(Id[] ids)
Put the the given ids for Deletion from the system to the DELETE Queue. |
void |
setRouterService(Router router)
Sets the RouterService. |
void |
unsetRouterService(Router router)
Unsets the RouterService. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectivityManagerImpl()
| Method Detail |
|---|
public void setRouterService(Router router)
router - the RouterService to setpublic void unsetRouterService(Router router)
router - the RouterService to unset
public int add(Record[] records)
throws ConnectivityException
add in interface ConnectivityManagerrecords - a list of Record objects
ConnectivityException - if any error occursConnectivityManager.add(org.eclipse.smila.datamodel.record.Record[])
public int delete(Id[] ids)
throws ConnectivityException
delete in interface ConnectivityManagerids - a list of IDs to delete
ConnectivityException - if any error occursorg.eclipse.smila.connectivity.ConnectivityManager#delete(org.eclipse.smila.datamodel.id.ID[])
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||