|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ISyncService class contains host and port information for making a connection to the DB2 Everyplace Sync Server.
ISyncProvider
,
ISyncConfigStore
Method Summary | |
void |
close()
Closes the synchronization service. |
java.lang.String |
getCharEncoding()
Gets the character encoding. |
ISyncConfigStore |
getConfigStore(java.lang.String path)
Gets a configuration store instance. |
java.lang.String |
getHost()
Gets server hostname or IP. |
java.lang.String |
getPort()
Gets server port. |
Method Detail |
public java.lang.String getHost() throws ISyncException
throws
- ISyncException with code:
ISyncException
public java.lang.String getPort() throws ISyncException
throws
- ISyncException with code:
ISyncException
public ISyncConfigStore getConfigStore(java.lang.String path) throws ISyncException
path
- target path for storing the data for synchronization
throws
- ISyncException with code:
ISyncException
public java.lang.String getCharEncoding() throws ISyncException
This page defines the values,
http://java.sun.com/j2se/1.3/docs/guide/intl/encoding.doc.htmlAlthough not all are supported.
The code page can be set by specifying the "isync.encoding" property in the Properties object of ISyncManager.getISyncService.
ISyncException
public void close() throws ISyncException
ISyncException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |