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 |
protected static org.apache.commons.logging.Log |
log
our log |
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
- our log
Registrar
public Registrar()
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:
Copyright ? 2003 Apache Web Services Project. All Rights Reserved.