com.borland.sctm.ws.logon
Class SystemServiceProxy
java.lang.Object
com.borland.sctm.ws.logon.SystemServiceProxy
- All Implemented Interfaces:
- SystemService, java.rmi.Remote
public class SystemServiceProxy
- extends java.lang.Object
- implements SystemService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemServiceProxy
public SystemServiceProxy()
SystemServiceProxy
public SystemServiceProxy(java.lang.String endpoint)
getEndpoint
public java.lang.String getEndpoint()
setEndpoint
public void setEndpoint(java.lang.String endpoint)
getSystemService
public SystemService getSystemService()
logonUser
public long logonUser(java.lang.String username,
java.lang.String plainPwd)
throws java.rmi.RemoteException
- Specified by:
logonUser in interface SystemService
- Throws:
java.rmi.RemoteException
convertToReadableTime
public java.lang.String convertToReadableTime(long time)
throws java.rmi.RemoteException
- Specified by:
convertToReadableTime in interface SystemService
- Throws:
java.rmi.RemoteException
convertFromReadableTime
public long convertFromReadableTime(java.lang.String time)
throws java.rmi.RemoteException
- Specified by:
convertFromReadableTime in interface SystemService
- Throws:
java.rmi.RemoteException
getApplicationModules
public AppModule[] getApplicationModules(long sessionId)
throws java.rmi.RemoteException
- Specified by:
getApplicationModules in interface SystemService
- Throws:
java.rmi.RemoteException
getExtendedApplicationModules
public ExtendedAppModule[] getExtendedApplicationModules(long sessionId)
throws java.rmi.RemoteException
- Specified by:
getExtendedApplicationModules in interface SystemService
- Throws:
java.rmi.RemoteException
encryptPassword
public java.lang.String encryptPassword(long sessionId,
java.lang.String plainPwd)
throws java.rmi.RemoteException
- Specified by:
encryptPassword in interface SystemService
- Throws:
java.rmi.RemoteException
getRepositoryInstanceID
public java.lang.String getRepositoryInstanceID(long sessionId)
throws java.rmi.RemoteException
- Specified by:
getRepositoryInstanceID in interface SystemService
- Throws:
java.rmi.RemoteException
Copyright © 2010. All Rights Reserved.