org.kaoriha.marimite.viewer.jmx
クラス JmxRemote

java.lang.Object
  上位を拡張 org.kaoriha.marimite.viewer.jmx.JmxRemote

public class JmxRemote
extends java.lang.Object


フィールドの概要
static javax.management.ObjectName MONITOR_LIVE_OBJNAME
           
static javax.management.ObjectName MONITOR_LOG_OBJNAME
           
 
メソッドの概要
static javax.management.MBeanServerConnection getConnection()
           
static java.util.Set<java.lang.String> getLiveSectionSet()
           
static java.util.Set<java.lang.String> getLogSectionSet()
           
static void notifyLostConnection()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

MONITOR_LOG_OBJNAME

public static final javax.management.ObjectName MONITOR_LOG_OBJNAME

MONITOR_LIVE_OBJNAME

public static final javax.management.ObjectName MONITOR_LIVE_OBJNAME
メソッドの詳細

getConnection

public static javax.management.MBeanServerConnection getConnection()
                                                            throws java.io.IOException
例外:
java.io.IOException

notifyLostConnection

public static void notifyLostConnection()

getLogSectionSet

public static java.util.Set<java.lang.String> getLogSectionSet()
                                                        throws java.io.IOException,
                                                               javax.management.ReflectionException,
                                                               javax.management.InstanceNotFoundException
例外:
java.io.IOException
javax.management.ReflectionException
javax.management.InstanceNotFoundException

getLiveSectionSet

public static java.util.Set<java.lang.String> getLiveSectionSet()
                                                         throws java.io.IOException,
                                                                javax.management.ReflectionException,
                                                                javax.management.InstanceNotFoundException
例外:
java.io.IOException
javax.management.ReflectionException
javax.management.InstanceNotFoundException