|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The connector interface gives all information needed to connect to a source
| Field Summary | |
static java.lang.String |
BD
The connector used to connect to a data base |
static java.lang.String |
FILE
The connector used to connect to a file server |
| Method Summary | |
Adapter |
getAdapter()
Get the adapter used by the connector to adapt the data format of the source to the OpenSync format |
boolean |
getIncremental()
|
Protocol |
getProtocol()
Get the protocol used by the connector to connect to the source |
java.lang.String |
getType()
Get the type of the connector (eg: bd, file, ...) |
java.lang.String |
getUrl()
Get the url of the source |
void |
release()
|
void |
releaseWithException()
|
void |
setIncremental(boolean incremental)
|
void |
validate()
|
| Field Detail |
public static final java.lang.String BD
public static final java.lang.String FILE
| Method Detail |
public Adapter getAdapter()
public Protocol getProtocol()
public java.lang.String getType()
public java.lang.String getUrl()
public void validate()
throws OpenSyncException
OpenSyncException
public void release()
throws java.sql.SQLException
java.sql.SQLException
public void releaseWithException()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setIncremental(boolean incremental)
public boolean getIncremental()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||