Uses of Class
org.jboss.byteman.sample.helper.KeyInfo
-
Packages that use KeyInfo Package Description org.jboss.byteman.sample.helper -
-
Uses of KeyInfo in org.jboss.byteman.sample.helper
Fields in org.jboss.byteman.sample.helper declared as KeyInfo Modifier and Type Field Description private KeyInfoJMXHelper. keyInfothe key information identifying the counters being sampled and the type of information they provideMethods in org.jboss.byteman.sample.helper that return KeyInfo Modifier and Type Method Description KeyInfoKeyInfo. addKey(java.lang.String keyName, int keyType)KeyInfoKeyInfo. addKey(java.lang.String keyName, int keyType, java.lang.String keyLabel)private KeyInfoJMXHelper. getKeyInfo()fetch the info describing the counter keys and typesprivate KeyInfoJMXHelper. keyInfo()method called once by the helper thread when it is activated to obtain the list of keys identifying counters which are to be displayed by the helper mbean.Methods in org.jboss.byteman.sample.helper with parameters of type KeyInfo Modifier and Type Method Description private voidJMXHelper. setKeyInfo(KeyInfo keyInfo)assign the info describing the counter keys and types
-