|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.ServerAdministration.License
public static final class ServerAdministration.License
Information about the licenses registered on a StarTeam Server.
ServerAdministration.getLicenseInformation()| Nested Class Summary | |
|---|---|
static class |
ServerAdministration.License.BLS
A license managed by the Borland License Server. |
| Method Summary | |
|---|---|
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. |
ServerAdministration.License.BLS[] |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getUnassignedLicenseUsers()
public int getTotalFixedLicenses()
public int getAvailableFixedLicenses()
public int getTotalFloatingLicenses()
public int getAvailableFloatingLicenses()
public ServerAdministration.License.BLS[] getBLSLicenses()
public int[] getBLSSlipGUIDs()
public int getNumUsersForBLSLicense(int slipGuid)
slipGuid - The Slip ID of a BLS license.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||