|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opensync.engine.server.DefaultConnector
org.opensync.engine.server.connector.FileConnector
The connector used to connect to a file server
| Field Summary |
| Fields inherited from class org.opensync.engine.server.DefaultConnector |
adapter, incremental, protocol, type, url |
| Fields inherited from interface org.opensync.engine.server.Connector |
BD, FILE |
| Constructor Summary | |
FileConnector()
Construct a FileConnetor object |
|
| Method Summary | |
java.lang.String |
getPassword()
Get the user password used to connect to the file server |
java.lang.String |
getUser()
Get the user login |
void |
setPassword(java.lang.String password)
Set the user password used to connect to the file server |
void |
setUser(java.lang.String user)
Set the user login used to connect to the file server |
| Methods inherited from class org.opensync.engine.server.DefaultConnector |
getAdapter, getIncremental, getProtocol, getType, getUrl, release, releaseWithException, setAdapter, setIncremental, setProtocol, setType, setUrl, toString, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FileConnector()
| Method Detail |
public void setUser(java.lang.String user)
user - the user loginpublic java.lang.String getUser()
public void setPassword(java.lang.String password)
password - the passwordpublic java.lang.String getPassword()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||