public class WIOProjectPOATie extends WIOProjectPOA
| Constructor and Description |
|---|
WIOProjectPOATie(WIOProjectOperations delegate) |
WIOProjectPOATie(WIOProjectOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
WIOProjectOperations |
_delegate() |
void |
_delegate(WIOProjectOperations delegate) |
WIOProject |
_this() |
WIOProject |
_this(org.omg.CORBA.ORB orb) |
void |
copyFile(java.lang.String fromPath,
java.lang.String toPath) |
WIOFile |
createDirectory(java.lang.String path) |
WIOFile |
createFile(java.lang.String path,
java.lang.String type,
java.lang.String userId) |
void |
deleteFile(java.lang.String path) |
void |
destroy() |
boolean |
fileExists(java.lang.String path) |
WIOFile |
getFile(java.lang.String path) |
FileInfo[] |
getFilesInfo(java.lang.String path,
boolean recursive) |
java.lang.String |
getId() |
int |
getMaxOpenedFiles() |
int |
getNumOpenedFiles() |
WIOFile |
getRootFile() |
java.lang.String |
getUser() |
void |
moveFile(java.lang.String fromPath,
java.lang.String toPath) |
void |
renameFile(java.lang.String path,
java.lang.String newName) |
_all_interfaces, _invokepublic WIOProjectPOATie(WIOProjectOperations delegate)
public WIOProjectPOATie(WIOProjectOperations delegate, org.omg.PortableServer.POA poa)
public WIOProject _this()
_this in class WIOProjectPOApublic WIOProject _this(org.omg.CORBA.ORB orb)
_this in class WIOProjectPOApublic WIOProjectOperations _delegate()
public void _delegate(WIOProjectOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic void renameFile(java.lang.String path,
java.lang.String newName)
throws WIOServiceException
WIOServiceExceptionpublic java.lang.String getUser()
throws WIOServiceException
WIOServiceExceptionpublic void deleteFile(java.lang.String path)
throws WIOServiceException
WIOServiceExceptionpublic int getMaxOpenedFiles()
throws WIOServiceException
WIOServiceExceptionpublic int getNumOpenedFiles()
throws WIOServiceException
WIOServiceExceptionpublic WIOFile createDirectory(java.lang.String path) throws WIOServiceException
WIOServiceExceptionpublic FileInfo[] getFilesInfo(java.lang.String path, boolean recursive) throws WIOServiceException
WIOServiceExceptionpublic void moveFile(java.lang.String fromPath,
java.lang.String toPath)
throws WIOServiceException
WIOServiceExceptionpublic java.lang.String getId()
throws WIOServiceException
WIOServiceExceptionpublic WIOFile createFile(java.lang.String path, java.lang.String type, java.lang.String userId) throws WIOServiceException
WIOServiceExceptionpublic void destroy()
throws WIOServiceException
WIOServiceExceptionpublic void copyFile(java.lang.String fromPath,
java.lang.String toPath)
throws WIOServiceException
WIOServiceExceptionpublic WIOFile getRootFile() throws WIOServiceException
WIOServiceExceptionpublic boolean fileExists(java.lang.String path)
throws WIOServiceException
WIOServiceExceptionpublic WIOFile getFile(java.lang.String path) throws WIOServiceException
WIOServiceExceptionCopyright © 2018. All Rights Reserved.