public class _WIOFileSystemStub extends org.omg.CORBA.portable.ObjectImpl implements WIOFileSystem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class |
_opsClass |
VERSION| Constructor and Description |
|---|
_WIOFileSystemStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
boolean |
checkPassword(java.lang.String userId,
java.lang.String passwd) |
int |
getMaxOpenedProjects() |
int |
getMaxReadKb() |
int |
getMaxWriteKb() |
int |
getNumOpenedProjects() |
java.lang.String[] |
getProjects(java.lang.String userId,
java.lang.String passwd) |
UserProject[] |
getProjectsFromOthers(java.lang.String userId,
java.lang.String passwd) |
java.lang.String |
getSeparatorChar() |
java.lang.String |
getServerVersion() |
WIOProject |
openProject(java.lang.String userId,
java.lang.String passwd,
java.lang.String projectId) |
WIOProject |
openProjectFromOthers(java.lang.String userId,
java.lang.String passwd,
java.lang.String ownerId,
java.lang.String projectId) |
java.lang.String |
preLogin2Web(java.lang.String login,
java.lang.String password,
java.lang.String projectName,
AlgorithmInfo algorithm) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringpublic java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImplpublic int getMaxWriteKb()
throws WIOServiceException
getMaxWriteKb in interface WIOFileSystemOperationsWIOServiceExceptionpublic java.lang.String[] getProjects(java.lang.String userId,
java.lang.String passwd)
throws WIOServiceException
getProjects in interface WIOFileSystemOperationsWIOServiceExceptionpublic int getMaxOpenedProjects()
throws WIOServiceException
getMaxOpenedProjects in interface WIOFileSystemOperationsWIOServiceExceptionpublic int getNumOpenedProjects()
throws WIOServiceException
getNumOpenedProjects in interface WIOFileSystemOperationsWIOServiceExceptionpublic java.lang.String getServerVersion()
getServerVersion in interface WIOFileSystemOperationspublic boolean checkPassword(java.lang.String userId,
java.lang.String passwd)
checkPassword in interface WIOFileSystemOperationspublic WIOProject openProjectFromOthers(java.lang.String userId, java.lang.String passwd, java.lang.String ownerId, java.lang.String projectId) throws WIOServiceException
openProjectFromOthers in interface WIOFileSystemOperationsWIOServiceExceptionpublic int getMaxReadKb()
throws WIOServiceException
getMaxReadKb in interface WIOFileSystemOperationsWIOServiceExceptionpublic java.lang.String getSeparatorChar()
throws WIOServiceException
getSeparatorChar in interface WIOFileSystemOperationsWIOServiceExceptionpublic java.lang.String preLogin2Web(java.lang.String login,
java.lang.String password,
java.lang.String projectName,
AlgorithmInfo algorithm)
preLogin2Web in interface WIOFileSystemOperationspublic UserProject[] getProjectsFromOthers(java.lang.String userId, java.lang.String passwd) throws WIOServiceException
getProjectsFromOthers in interface WIOFileSystemOperationsWIOServiceExceptionpublic WIOProject openProject(java.lang.String userId, java.lang.String passwd, java.lang.String projectId) throws WIOServiceException
openProject in interface WIOFileSystemOperationsWIOServiceExceptionCopyright © 2016. All Rights Reserved.