com.borland.scc.sccsystem
Interface SystemService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- SccsystemSoapBindingStub, SystemServiceProxy
public interface SystemService
- extends java.rmi.Remote
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 © 2008. All Rights Reserved.