C F G I L O S T U V 

C

check() - Method in interface tigase.licence.Licence
 
check(Licence) - Method in interface tigase.licence.LicenceValidator
 
CLUSTER_MODE - Static variable in class tigase.licence.LicenceCheckerUpdater
Constant CLUSTER_MODE sets the cluster mode to either true or false.
configurator - Static variable in class tigase.licence.LicenceCheckerUpdater
Holds configurator implementation which handles all configuration of Tigase
create() - Static method in class tigase.licence.LicenceLoaderFactory
 

F

failCount - Static variable in class tigase.licence.LicenceChecker
Number of failed attempts to send the statistics
failCountLimit - Static variable in class tigase.licence.LicenceChecker
Limit number of all possible attempts to send statistics

G

getBytes() - Method in interface tigase.licence.Licence
 
getClusterNodesCount() - Static method in class tigase.licence.LicenceCheckerUpdater
 
getComponentAdditionalData() - Method in interface tigase.licence.LicenceCheckerUpdateCallback
Method responsible for obtaining additional component information to be submitted to the server.
getComponentAdditionalData() - Method in class tigase.licence.LicenceCheckerUpdateCallbackImpl
 
getComponentInfo() - Static method in class tigase.licence.LicenceCheckerUpdater
Returns Component Information about all system components
getHeapMax() - Static method in class tigase.licence.LicenceCheckerUpdater
Returns Maxim Heap Memory usage, either OLD memory pool size as this is what is the most interesting to us or if this is not possible then total Heap size.
getHeapUsed() - Static method in class tigase.licence.LicenceCheckerUpdater
Returns Heap Memory usage, either OLD memory pool size as this is what is the most interesting to us or if this is not possible then total Heap size.
getHostname() - Static method in class tigase.licence.LicenceCheckerUpdater
Return default hostname of the node (i.e.
getLicenceChecker(String) - Static method in class tigase.licence.LicenceChecker
Creates a LicenceChecker with default update callback LicenceCheckerUpdateCallbackImpl for the component which name was provided as parameter.
getLicenceChecker(String, LicenceCheckerUpdateCallback) - Static method in class tigase.licence.LicenceChecker
Creates a LicenceChecker with custom implementation of LicenceCheckerUpdateCallback interface for the component which name was provided as parameter.
getMissingLicenseWarning() - Method in interface tigase.licence.LicenceCheckerUpdateCallback
Method responsible for retrieving warning about missing licence.
getMissingLicenseWarning() - Method in class tigase.licence.LicenceCheckerUpdateCallbackImpl
 
getMissingLicenseWarning() - Method in class tigase.licence.LicenceCheckerUpdater
 
getPropertyAsBoolean(String) - Method in interface tigase.licence.Licence
Searches for the property with the specified key in licence and try to convert property to Boolean.
getPropertyAsCalendar(String) - Method in interface tigase.licence.Licence
Searches for the property with the specified key in licence and try to convert property to Calendar.
getPropertyAsDate(String) - Method in interface tigase.licence.Licence
Searches for the property with the specified key in licence and try to convert property to Integer.
getPropertyAsDouble(String) - Method in interface tigase.licence.Licence
Searches for the property with the specified key in licence and try to convert property to Double.
getPropertyAsInteger(String) - Method in interface tigase.licence.Licence
Searches for the property with the specified key in licence and try to convert property to Integer.
getPropertyAsString(String) - Method in interface tigase.licence.Licence
Searches for the property with the specified key in licence.
getUpdateCall() - Method in class tigase.licence.LicenceChecker
Return callback used to update statistics data for particular licenceChecker
getUptime() - Static method in class tigase.licence.LicenceCheckerUpdater
Returns uptime of the instance.
getUserActive() - Static method in class tigase.licence.LicenceCheckerUpdater
Returns number of all active users connections (i.e.
getUserOnline() - Static method in class tigase.licence.LicenceCheckerUpdater
Returns number of all online users connections on given node.
getValidUntil() - Method in class tigase.licence.LicenceChecker
Returns date until which licence is valid.
getVHosts() - Static method in class tigase.licence.LicenceCheckerUpdater
Returns list of all Virtual Hosts on that particular Tigase instance.

I

init() - Static method in class tigase.licence.LicenceCheckerUpdater
 

L

Licence - Interface in tigase.licence
 
LicenceChecker - Class in tigase.licence
Class used to perform periodic licence check and/or upload of statistics data.
LicenceChecker.ResCall - Class in tigase.licence
Implementation for handling results of uploading statistics.
LicenceChecker.ResCall() - Constructor for class tigase.licence.LicenceChecker.ResCall
 
licenceCheckers - Static variable in class tigase.licence.LicenceChecker
Factory methods for LicenceChecker.
LicenceCheckerUpdateCallback - Interface in tigase.licence
Interface for handling updates of statistics data on per-component basis.
LicenceCheckerUpdateCallbackImpl - Class in tigase.licence
Default implementation of LicenceCheckerUpdateCallback
LicenceCheckerUpdateCallbackImpl(String) - Constructor for class tigase.licence.LicenceCheckerUpdateCallbackImpl
 
LicenceCheckerUpdater - Class in tigase.licence
 
LicenceCheckerUpdater() - Constructor for class tigase.licence.LicenceCheckerUpdater
 
LicenceLoader - Interface in tigase.licence
 
LicenceLoaderFactory - Class in tigase.licence
 
licencePeriodicCheck - Static variable in class tigase.licence.LicenceChecker
Timer task responsible for licence checking
LicenceValidator - Interface in tigase.licence
 
LicenceValidator.ValidationResult - Enum in tigase.licence
 
loadLicence(File) - Method in interface tigase.licence.LicenceLoader
 
loadLicence(InputStream) - Method in interface tigase.licence.LicenceLoader
 
loadLicence(String) - Method in interface tigase.licence.LicenceLoader
 

O

onFailure(Exception) - Method in class tigase.licence.LicenceChecker.ResCall
onFailure callback.
onSuccess(Element) - Method in class tigase.licence.LicenceChecker.ResCall
onSuccess callback resulting in reset of failed attempts counter as well as switching to less strict licence checking which allows running component for 10 days without successful execution.

S

sess - Static variable in class tigase.licence.LicenceCheckerUpdater
Holds SessionManager
sessclust - Static variable in class tigase.licence.LicenceCheckerUpdater
Holds SessionManagerClustered
SIGNATURE_ALGO - Static variable in interface tigase.licence.Licence
 
signer - Static variable in class tigase.licence.LicenceChecker
DefaultElementSigner used to sing uploaded data
stats - Static variable in class tigase.licence.LicenceCheckerUpdater
Holds StatisticsCollector implementation which manages all statistics related functionality in Tigase

T

tigase.licence - package tigase.licence
 
timer - Static variable in class tigase.licence.LicenceChecker
Executor service handling timed execution of licence checking

U

updateData() - Static method in class tigase.licence.LicenceCheckerUpdater
 
uploader - Static variable in class tigase.licence.LicenceChecker
Uploader object using created signer to upload data

V

VALID_SINCE_KEY - Static variable in interface tigase.licence.Licence
 
VALID_UNTIL_KEY - Static variable in interface tigase.licence.Licence
 
valueOf(String) - Static method in enum tigase.licence.LicenceValidator.ValidationResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum tigase.licence.LicenceValidator.ValidationResult
Returns an array containing the constants of this enum type, in the order they are declared.
vhost - Static variable in class tigase.licence.LicenceCheckerUpdater
Holds VHostManagerIfc implementation which manages all virtual host related funcionality in Tigase
C F G I L O S T U V 

Copyright © 2011–2014 Tigase. All rights reserved.