Package org.apache.axis.management
Class Registrar
- java.lang.Object
-
- org.apache.axis.management.Registrar
-
public class Registrar extends java.lang.Object
class to act as a dynamic loading registrar to commons-modeler, so as to autoregister stuff
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
our log
-
Constructor Summary
Constructors Constructor Description Registrar()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isBound()
Check for being bound to a modeler -this will force a binding if none existed.static boolean
register(java.lang.Object objectToRegister, java.lang.String name, java.lang.String context)
register using reflection.
-
-
-
Method Detail
-
register
public static boolean register(java.lang.Object objectToRegister, java.lang.String name, java.lang.String context)
register using reflection. The perf hit is moot as jmx is all reflection anyway- Parameters:
objectToRegister
-name
-context
-
-
isBound
public static boolean isBound()
Check for being bound to a modeler -this will force a binding if none existed.- Returns:
-
-