org.apache.axis.management

Class 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

Field Summary

protected static 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(Object objectToRegister, String name, String context)
register using reflection.

Field Details

log

protected static Log log
our log

Method Details

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 © 2005 Apache Web Services Project. All Rights Reserved.