|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteFileOperations<T>
Remote file operations based on some backing framework
| Method Summary | |
|---|---|
boolean |
connect(RemoteFileConfiguration configuration)
Connects to the remote server |
void |
disconnect()
Disconnects from the remote server |
boolean |
isConnected()
Returns whether we are connected to the remote server or not |
boolean |
sendNoop()
Sends a noop command to the remote server |
boolean |
sendSiteCommand(String command)
Sends a site command to the remote server |
| Methods inherited from interface org.apache.camel.component.file.GenericFileOperations |
|---|
buildDirectory, changeCurrentDirectory, changeToParentDirectory, deleteFile, existsFile, getCurrentDirectory, listFiles, listFiles, releaseRetreivedFileResources, renameFile, retrieveFile, setEndpoint, storeFile |
| Method Detail |
|---|
boolean connect(RemoteFileConfiguration configuration)
throws org.apache.camel.component.file.GenericFileOperationFailedException
configuration - configuration
org.apache.camel.component.file.GenericFileOperationFailedException - can be thrown
boolean isConnected()
throws org.apache.camel.component.file.GenericFileOperationFailedException
org.apache.camel.component.file.GenericFileOperationFailedException - can be thrown
void disconnect()
throws org.apache.camel.component.file.GenericFileOperationFailedException
org.apache.camel.component.file.GenericFileOperationFailedException - can be thrown
boolean sendNoop()
throws org.apache.camel.component.file.GenericFileOperationFailedException
org.apache.camel.component.file.GenericFileOperationFailedException - can be thrown
boolean sendSiteCommand(String command)
throws org.apache.camel.component.file.GenericFileOperationFailedException
command - the command
org.apache.camel.component.file.GenericFileOperationFailedException - can be thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||