Package de.xima.fc.mdl.license
Class LicenseDataSnapshot
java.lang.Object
de.xima.fc.mdl.license.LicenseDataSnapshot
- All Implemented Interfaces:
Serializable
- Author:
- XIMA MEDIA GmbH, Dresden
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseDataSnapshot
(int frontendServerCount, int clientCount) LicenseDataSnapshot
(int frontendServerCount, int aciveFormCount, int recordCount) LicenseDataSnapshot
(int frontendServerCount, int clientCount, int aciveFormCount, int recordCount) -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the aciveFormCountint
Gets the clientCountint
Gets the frontendServerCountint
Gets the recordCount
-
Constructor Details
-
LicenseDataSnapshot
public LicenseDataSnapshot() -
LicenseDataSnapshot
public LicenseDataSnapshot(int frontendServerCount, int clientCount) -
LicenseDataSnapshot
public LicenseDataSnapshot(int frontendServerCount, int aciveFormCount, int recordCount) -
LicenseDataSnapshot
public LicenseDataSnapshot(int frontendServerCount, int clientCount, int aciveFormCount, int recordCount)
-
-
Method Details
-
getFrontendServerCount
public int getFrontendServerCount()Gets the frontendServerCount- Returns:
- the frontendServerCount
-
getClientCount
public int getClientCount()Gets the clientCount- Returns:
- the clientCount
-
getAciveFormCount
public int getAciveFormCount()Gets the aciveFormCount- Returns:
- the aciveFormCount
-
getRecordCount
public int getRecordCount()Gets the recordCount- Returns:
- the recordCount
-