public class WIOFileSystemPOATie extends WIOFileSystemPOA
VERSION| Constructor and Description |
|---|
WIOFileSystemPOATie(WIOFileSystemOperations delegate) |
WIOFileSystemPOATie(WIOFileSystemOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
WIOFileSystemOperations |
_delegate() |
void |
_delegate(WIOFileSystemOperations delegate) |
WIOFileSystem |
_this() |
WIOFileSystem |
_this(org.omg.CORBA.ORB orb) |
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) |
_all_interfaces, _invokepublic WIOFileSystemPOATie(WIOFileSystemOperations delegate)
public WIOFileSystemPOATie(WIOFileSystemOperations delegate, org.omg.PortableServer.POA poa)
public WIOFileSystem _this()
_this in class WIOFileSystemPOApublic WIOFileSystem _this(org.omg.CORBA.ORB orb)
_this in class WIOFileSystemPOApublic WIOFileSystemOperations _delegate()
public void _delegate(WIOFileSystemOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic int getMaxWriteKb()
throws WIOServiceException
WIOServiceExceptionpublic java.lang.String[] getProjects(java.lang.String userId,
java.lang.String passwd)
throws WIOServiceException
WIOServiceExceptionpublic int getMaxOpenedProjects()
throws WIOServiceException
WIOServiceExceptionpublic int getNumOpenedProjects()
throws WIOServiceException
WIOServiceExceptionpublic java.lang.String getServerVersion()
public boolean checkPassword(java.lang.String userId,
java.lang.String passwd)
public WIOProject openProjectFromOthers(java.lang.String userId, java.lang.String passwd, java.lang.String ownerId, java.lang.String projectId) throws WIOServiceException
WIOServiceExceptionpublic int getMaxReadKb()
throws WIOServiceException
WIOServiceExceptionpublic java.lang.String getSeparatorChar()
throws WIOServiceException
WIOServiceExceptionpublic java.lang.String preLogin2Web(java.lang.String login,
java.lang.String password,
java.lang.String projectName,
AlgorithmInfo algorithm)
public UserProject[] getProjectsFromOthers(java.lang.String userId, java.lang.String passwd) throws WIOServiceException
WIOServiceExceptionpublic WIOProject openProject(java.lang.String userId, java.lang.String passwd, java.lang.String projectId) throws WIOServiceException
WIOServiceExceptionCopyright © 2018. All Rights Reserved.