public class DropBoxFileSystemClientConnection extends AbstractFileSystemClientConnection
Title: OSF Service Library
Description: ClientConnection
implementation for dropbox file system.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Constructor and Description |
---|
DropBoxFileSystemClientConnection() |
Modifier and Type | Method and Description |
---|---|
void |
connect()
Connects to the target system.
|
void |
disconnect()
Disconnects from the target system.
|
void |
init(ClientFactory factory)
Initializes this connection with a set of parameters hosted in
Properties.
|
int |
ping()
Tests the connection, possibly returning a test result code.
|
void |
setFileSystem(FileSystem fileSystem) |
getFileSystem, raiseException
getExceptionEventListener, getName, getServiceLogger, getState, getStateNotificationEventListener, isActive, isPrimary, isSuspended, resume, setExceptionEventListener, setName, setPrimary, setServiceLogger, setStateNotificationEventListener, suspend
public void init(ClientFactory factory) throws ClientException
ClientConnection
ClientException
public int ping() throws ClientException
ClientConnection
ClientException
public void connect() throws ClientException
ClientConnection
ClientException
public void disconnect() throws ClientException
ClientConnection
ClientException
public void setFileSystem(FileSystem fileSystem)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.