|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.ServerLicenseInfo
Information about the licenses registered on a StarTeam Server.
ServerAdministration.getLicenseInformation(),
SystemRevisionNumbers#REV_SERVER_LICENSE_INFO_SUPPORTED| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
int |
getAvailableFixedLicenses()
Gets the number of fixed (named-user) licenses currently available on the server. |
int |
getAvailableFloatingLicenses()
Gets the number of floating (concurrent) licenses currently available on the server. |
BLSLicenseInfo[] |
getBLSLicenses()
Gets the licenses managed by the Borland License Server. |
int[] |
getBLSSlipGUIDs()
Gets the Slip IDs of the licenses managed by the Borland License Server. |
int |
getNumUsersForBLSLicense(int slipGuid)
Gets the number of users currently assigned to the BLS license with the given Slip ID. |
int |
getTotalFixedLicenses()
Gets the total number of fixed (named-user) licenses registered on the server. |
int |
getTotalFloatingLicenses()
Gets the total number of floating (concurrent) licenses registered on the server. |
int |
getUnassignedLicenseUsers()
Gets the number of users without an assigned license on the server. |
int |
hashCode()
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 |
public int getUnassignedLicenseUsers()
public int getTotalFixedLicenses()
public int getAvailableFixedLicenses()
public int getTotalFloatingLicenses()
public int getAvailableFloatingLicenses()
public BLSLicenseInfo[] getBLSLicenses()
SupportedFeatures.hasBLSLicensing()public int[] getBLSSlipGUIDs()
SupportedFeatures.hasBLSLicensing()public int getNumUsersForBLSLicense(int slipGuid)
slipGuid - The Slip ID of a BLS license.
SupportedFeatures.hasBLSLicensing()public boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||