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
http://www.webweavertech.com/costin/archives/000168.html.000168
protected static Log | log - our log
|
static boolean | isBound() - Check for being bound to a modeler -this will force
a binding if none existed.
|
static boolean | register(Object objectToRegister, String name, String context) - register using reflection.
|
log
protected static Log log
our log
isBound
public static boolean isBound()
Check for being bound to a modeler -this will force
a binding if none existed.
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
objectToRegister
- name
- context
-
Copyright © 2005 Apache Web Services Project. All Rights Reserved.