com.borland.sctm.ws.logon
Class SystemServiceProxy

java.lang.Object
  extended by com.borland.sctm.ws.logon.SystemServiceProxy
All Implemented Interfaces:
SystemService, java.rmi.Remote

public class SystemServiceProxy
extends java.lang.Object
implements SystemService


Constructor Summary
SystemServiceProxy()
           
SystemServiceProxy(java.lang.String endpoint)
           
 
Method Summary
 long convertFromReadableTime(java.lang.String time)
           
 java.lang.String convertToReadableTime(long time)
           
 java.lang.String encryptPassword(long sessionId, java.lang.String plainPwd)
           
 AppModule[] getApplicationModules(long sessionId)
           
 java.lang.String getEndpoint()
           
 ExtendedAppModule[] getExtendedApplicationModules(long sessionId)
           
 java.lang.String getRepositoryInstanceID(long sessionId)
           
 SystemService getSystemService()
           
 long logonUser(java.lang.String username, java.lang.String plainPwd)
           
 void setEndpoint(java.lang.String endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemServiceProxy

public SystemServiceProxy()

SystemServiceProxy

public SystemServiceProxy(java.lang.String endpoint)
Method Detail

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.