wicket.jmx
Class Initializer

java.lang.Object
  extended by wicket.jmx.Initializer
All Implemented Interfaces:
wicket.IDestroyer, wicket.IInitializer

public class Initializer
extends java.lang.Object
implements wicket.IInitializer, wicket.IDestroyer

Registers Wicket's MBeans.

Author:
eelcohillenius

Constructor Summary
Initializer()
           
 
Method Summary
 void destroy(wicket.Application application)
           
 void init(wicket.Application application)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Initializer

public Initializer()
Method Detail

destroy

public void destroy(wicket.Application application)
Specified by:
destroy in interface wicket.IDestroyer
See Also:
IDestroyer.destroy(wicket.Application)

init

public void init(wicket.Application application)
Specified by:
init in interface wicket.IInitializer
See Also:
IInitializer.init(wicket.Application)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2004-2007 Wicket developers. All Rights Reserved.