org.jacorb.notification.jmx.mx4j
Class JMXMain

java.lang.Object
  extended by org.jacorb.notification.jmx.mx4j.JMXMain
All Implemented Interfaces:
org.tanukisoftware.wrapper.WrapperListener

public class JMXMain
extends Object
implements org.tanukisoftware.wrapper.WrapperListener

MX4J specific startup class for JMX-enabled Notification Service

Author:
Alphonse Bendt

Field Summary
static String DEFAULT_DOMAIN
           
 
Method Summary
 void controlEvent(int event)
           
static void main(String[] args)
           
 Integer start(String[] args)
           
 int stop(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DOMAIN

public static final String DEFAULT_DOMAIN
See Also:
Constant Field Values
Method Detail

start

public Integer start(String[] args)
Specified by:
start in interface org.tanukisoftware.wrapper.WrapperListener

stop

public int stop(int code)
Specified by:
stop in interface org.tanukisoftware.wrapper.WrapperListener

controlEvent

public void controlEvent(int event)
Specified by:
controlEvent in interface org.tanukisoftware.wrapper.WrapperListener

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2015 JacORB. All rights reserved.