Package org.apache.axis.management
Class Registrar
java.lang.Object
org.apache.axis.management.Registrar
class to act as a dynamic loading registrar to commons-modeler, so
as to autoregister stuff
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
protected static org.apache.commons.logging.Log logour log
-
-
Constructor Details
-
Registrar
public Registrar()
-
-
Method Details
-
register
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:
-