fr.dyade.aaa.agent.management

Class MXWrapper


public class MXWrapper
extends java.lang.Object

Field Summary

static String
ServerImpl
This property allow to configure the JMX server proxy, if it is null JMX is not used.
static MXServer
mxserver

Method Summary

static void
registerMBean(Object bean, String domain, String name)
static void
setMXServer(MXServer server)
static void
unregisterMBean(String domain, String name)

Field Details

ServerImpl

public static final String ServerImpl
This property allow to configure the JMX server proxy, if it is null JMX is not used. A JMX server


mxserver

public static MXServer mxserver

Method Details

registerMBean

public static void registerMBean(Object bean,
                                 String domain,
                                 String name)
            throws Exception


setMXServer

public static void setMXServer(MXServer server)


unregisterMBean

public static void unregisterMBean(String domain,
                                   String name)
            throws Exception


Copyright B) 2004 Scalagent - All rights reserved