public class WIOFileSystemPOATie extends WIOFileSystemPOA
VERSION| Constructor and Description |
|---|
WIOFileSystemPOATie(WIOFileSystemOperations delegate) |
WIOFileSystemPOATie(WIOFileSystemOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA() |
WIOFileSystemOperations |
_delegate() |
void |
_delegate(WIOFileSystemOperations delegate) |
WIOFileSystem |
_this() |
WIOFileSystem |
_this(ORB orb) |
boolean |
checkPassword(String userId,
String passwd) |
int |
getMaxOpenedProjects() |
int |
getMaxReadKb() |
int |
getMaxWriteKb() |
int |
getNumOpenedProjects() |
String[] |
getProjects(String userId,
String passwd) |
UserProject[] |
getProjectsFromOthers(String userId,
String passwd) |
String |
getSeparatorChar() |
String |
getServerVersion() |
WIOProject |
openProject(String userId,
String passwd,
String projectId) |
WIOProject |
openProjectFromOthers(String userId,
String passwd,
String ownerId,
String projectId) |
String |
preLogin2Web(String login,
String password,
String projectName,
AlgorithmInfo algorithm) |
_all_interfaces, _invoke_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic WIOFileSystemPOATie(WIOFileSystemOperations delegate)
public WIOFileSystemPOATie(WIOFileSystemOperations delegate, POA poa)
public WIOFileSystem _this()
_this in class WIOFileSystemPOApublic WIOFileSystem _this(ORB orb)
_this in class WIOFileSystemPOApublic WIOFileSystemOperations _delegate()
public void _delegate(WIOFileSystemOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic int getMaxWriteKb()
throws WIOServiceException
WIOServiceExceptionpublic String[] getProjects(String userId, String passwd) throws WIOServiceException
WIOServiceExceptionpublic int getMaxOpenedProjects()
throws WIOServiceException
WIOServiceExceptionpublic int getNumOpenedProjects()
throws WIOServiceException
WIOServiceExceptionpublic String getServerVersion()
public WIOProject openProjectFromOthers(String userId, String passwd, String ownerId, String projectId) throws WIOServiceException
WIOServiceExceptionpublic int getMaxReadKb()
throws WIOServiceException
WIOServiceExceptionpublic String getSeparatorChar() throws WIOServiceException
WIOServiceExceptionpublic String preLogin2Web(String login, String password, String projectName, AlgorithmInfo algorithm)
public UserProject[] getProjectsFromOthers(String userId, String passwd) throws WIOServiceException
WIOServiceExceptionpublic WIOProject openProject(String userId, String passwd, String projectId) throws WIOServiceException
WIOServiceExceptionCopyright © 2020. All rights reserved.