org.mortbay.jetty.plus.jmx

Class PlusWebAppContextMBean

public class PlusWebAppContextMBean extends WebApplicationContextMBean

Author: janb To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
PlusWebAppContextMBean()
Constructor.
Method Summary
voidaddEnvEntry(String name, String value)
Method only on JMX bean to deal with String values
protected voiddefineManagedResource()
voidpostDeregister()
voidpostRegister(Boolean ok)

Constructor Detail

PlusWebAppContextMBean

public PlusWebAppContextMBean()
Constructor.

Throws: MBeanException

Method Detail

addEnvEntry

public void addEnvEntry(String name, String value)
Method only on JMX bean to deal with String values

Parameters: name value

defineManagedResource

protected void defineManagedResource()

postDeregister

public void postDeregister()

postRegister

public void postRegister(Boolean ok)

Parameters: ok

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.