org.apache.axis.management

Class Registrar

public class Registrar extends Object

class to act as a dynamic loading registrar to commons-modeler, so as to autoregister stuff

UNKNOWN: http://www.webweavertech.com/costin/archives/000168.html#000168

Field Summary
protected static Loglog
our log
Method Summary
static booleanisBound()
Check for being bound to a modeler -this will force a binding if none existed.
static booleanregister(Object objectToRegister, String name, String context)
register using reflection.

Field Detail

log

protected static Log log
our log

Method Detail

isBound

public static boolean isBound()
Check for being bound to a modeler -this will force a binding if none existed.

Returns:

register

public static boolean register(Object objectToRegister, String name, String context)
register using reflection. The perf hit is moot as jmx is all reflection anyway

Parameters: objectToRegister name context

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.