com.starbase.starteam
Class LicenseUsage

java.lang.Object
  |
  +--com.starbase.starteam.LicenseUsage

public class LicenseUsage
extends java.lang.Object

This class is a simple container for StarTeam license usage information.


Method Summary
 boolean equals(java.lang.Object source)
          Deprecated. returns true if this object instance is equal to the source
 byte[] getEncryptedReport()
          Deprecated. Returns an encrypted version of the license usage report.
 byte[] getFormattedReport()
          Deprecated. Returns the formatted text version of the license usage report.
 int hashCode()
          Deprecated. returns a unique hash for all instances of this type
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormattedReport

public byte[] getFormattedReport()
Deprecated. 
Returns the formatted text version of the license usage report.

Returns:
the formatted text version of the license usage report.

getEncryptedReport

public byte[] getEncryptedReport()
Deprecated. 
Returns an encrypted version of the license usage report.

Returns:
an encrypted version of the license usage report.

equals

public boolean equals(java.lang.Object source)
Deprecated. 
returns true if this object instance is equal to the source

Overrides:
equals in class java.lang.Object
Parameters:
source - Object the source to comapre with
Returns:
boolean true if this object is equal to the source

hashCode

public int hashCode()
Deprecated. 
returns a unique hash for all instances of this type

Overrides:
hashCode in class java.lang.Object
Returns:
int a unique hash for all instances of this type


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.