|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.core.rt.StaticVariableRegistry
public abstract class StaticVariableRegistry
A convenience class to statically access type specific variable registries.
| Constructor Summary | |
|---|---|
StaticVariableRegistry()
|
|
| Method Summary | |
|---|---|
static MBeanReference |
getVariableRegistryMBean(String type)
Gets a reference to the variable registry MBean of the specified variable type. |
static MBeanReference |
putRegisteredType(String type,
MBeanReference ref)
Puts a registered variable type. |
static boolean |
removeRegisteredType(String type,
MBeanReference ref)
Removes a registered variable type. |
static boolean |
removeVariableRegistryMBean(MBeanReference ref)
Removes a reference to the specified variable registry MBean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticVariableRegistry()
| Method Detail |
|---|
public static MBeanReference getVariableRegistryMBean(String type)
Note that the static registry supports only one variable registry for a named variable type.
type - the variable type.
public static boolean removeVariableRegistryMBean(MBeanReference ref)
ref - a reference to the corresponding variable registry MBean.
public static MBeanReference putRegisteredType(String type,
MBeanReference ref)
type - the variable type.ref - the corresponding registry.
public static boolean removeRegisteredType(String type,
MBeanReference ref)
type - the variable type.ref - the corresponding registry.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||