|
|||||||||
| Home >> All >> com >> flexstor >> remote >> resourcefork >> [ ntfs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.remote.resourcefork.ntfs
Class NtfsForkServer

java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.flexstor.remote.resourcefork.ntfs.NtfsForkServer
- All Implemented Interfaces:
- java.rmi.Remote, com.flexstor.common.services.remote.resourcefork.RsrcForkServerI, java.io.Serializable
- public class NtfsForkServer
- extends java.rmi.server.UnicastRemoteObject
- implements com.flexstor.common.services.remote.resourcefork.RsrcForkServerI
- extends java.rmi.server.UnicastRemoteObject
Server side implementation for requesting resource fork operations to files residing in a NTFS system.
| Field Summary | |
(package private) static java.lang.String |
IDENTIFIER
|
| Fields inherited from class java.rmi.server.UnicastRemoteObject |
|
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Constructor Summary | |
NtfsForkServer()
|
|
| Method Summary | |
boolean |
copyFile(java.lang.String sInFile,
java.lang.String sDestination)
Copies a file from one location to another, both location in the remote server |
boolean |
decodeMacBinary(java.lang.String sInFile,
java.lang.String sDestination)
Splits a MacBinary file in the remote server |
boolean |
deleteFile(java.lang.String sInFile)
Deletes a file in the remote server |
boolean |
encodeMacBinary(java.lang.String sInFile,
java.lang.String sDestination)
Creates a MacBinary file in the remote server |
boolean |
moveFile(java.lang.String sInFile,
java.lang.String sDestination)
Moves a file from one location to another, both location in the remote server |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
IDENTIFIER
static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
| Constructor Detail |
NtfsForkServer
public NtfsForkServer()
throws java.rmi.RemoteException
| Method Detail |
encodeMacBinary
public boolean encodeMacBinary(java.lang.String sInFile, java.lang.String sDestination) throws java.rmi.RemoteException
- Creates a MacBinary file in the remote server
- Specified by:
encodeMacBinaryin interfacecom.flexstor.common.services.remote.resourcefork.RsrcForkServerI
decodeMacBinary
public boolean decodeMacBinary(java.lang.String sInFile, java.lang.String sDestination) throws java.rmi.RemoteException
- Splits a MacBinary file in the remote server
- Specified by:
decodeMacBinaryin interfacecom.flexstor.common.services.remote.resourcefork.RsrcForkServerI
copyFile
public boolean copyFile(java.lang.String sInFile, java.lang.String sDestination) throws java.rmi.RemoteException
- Copies a file from one location to another, both location in the remote server
- Specified by:
copyFilein interfacecom.flexstor.common.services.remote.resourcefork.RsrcForkServerI
moveFile
public boolean moveFile(java.lang.String sInFile, java.lang.String sDestination) throws java.rmi.RemoteException
- Moves a file from one location to another, both location in the remote server
- Specified by:
moveFilein interfacecom.flexstor.common.services.remote.resourcefork.RsrcForkServerI
deleteFile
public boolean deleteFile(java.lang.String sInFile) throws java.rmi.RemoteException
- Deletes a file in the remote server
- Specified by:
deleteFilein interfacecom.flexstor.common.services.remote.resourcefork.RsrcForkServerI
|
|||||||||
| Home >> All >> com >> flexstor >> remote >> resourcefork >> [ ntfs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC