com.trackstudio.securedkernel
Class SecuredTSInfoAdapterManager

java.lang.Object
  extended by com.trackstudio.securedkernel.SecuredTSInfoAdapterManager

public class SecuredTSInfoAdapterManager
extends java.lang.Object

This manager is used for getting info about Track Studion


Constructor Summary
SecuredTSInfoAdapterManager()
           
 
Method Summary
 long getSupportExpireDate(SessionContext sc)
          Get date of product exipre.
 java.lang.String getTSVersion(SessionContext sc)
          Get product version
 java.lang.String getTSVersionDescription(SessionContext sc)
          Get description of product version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredTSInfoAdapterManager

public SecuredTSInfoAdapterManager()
Method Detail

getTSVersion

public java.lang.String getTSVersion(SessionContext sc)
Get product version

Parameters:
sc - session context
Returns:
version

getTSVersionDescription

public java.lang.String getTSVersionDescription(SessionContext sc)
                                         throws GranException
Get description of product version

Parameters:
sc - session context
Returns:
description of version
Throws:
GranException

getSupportExpireDate

public long getSupportExpireDate(SessionContext sc)
                          throws GranException
Get date of product exipre.

Parameters:
sc - session context
Returns:
expire date
Throws:
GranException


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.