Class Registrar

java.lang.Object
org.apache.axis.management.Registrar

public class Registrar extends Object
class to act as a dynamic loading registrar to commons-modeler, so as to autoregister stuff
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static org.apache.commons.logging.Log
    our log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static org.apache.commons.logging.Log log
      our log
  • Constructor Details

    • Registrar

      public Registrar()
  • Method Details

    • 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 -
    • isBound

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