com.borland.sctm.ws.logon
Interface SystemService

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
SccsystemSoapBindingStub, SystemServiceProxy

public interface SystemService
extends java.rmi.Remote


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)
           
 ExtendedAppModule[] getExtendedApplicationModules(long sessionId)
           
 java.lang.String getRepositoryInstanceID(long sessionId)
           
 long logonUser(java.lang.String username, java.lang.String plainPwd)
           
 

Method Detail

logonUser

long logonUser(java.lang.String username,
               java.lang.String plainPwd)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

convertToReadableTime

java.lang.String convertToReadableTime(long time)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

convertFromReadableTime

long convertFromReadableTime(java.lang.String time)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getApplicationModules

AppModule[] getApplicationModules(long sessionId)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getExtendedApplicationModules

ExtendedAppModule[] getExtendedApplicationModules(long sessionId)
                                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

encryptPassword

java.lang.String encryptPassword(long sessionId,
                                 java.lang.String plainPwd)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRepositoryInstanceID

java.lang.String getRepositoryInstanceID(long sessionId)
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2010. All Rights Reserved.