public class Initializer extends Object implements IInitializer
Users can specify the MBeanServer implementation in which to register the MBeans by setting the
org.apache.wicket.mbean.server.agentid
property to the agent id of the MBeanServer
implementation they want, or by setting org.apache.wicket.mbean.server.class
to the
mbean server class they want (if both are provided, and the agent id returns a server, that one
is used). This initializer will log an error when no mbean server with the provided agent id can
be found, and will then fall back to use the platform mbean server. When no agent id is provided,
the platform mbean server will be used.
Constructor and Description |
---|
Initializer() |
Modifier and Type | Method and Description |
---|---|
void |
destroy(Application application) |
void |
init(Application application) |
String |
toString() |
public void destroy(Application application)
destroy
in interface IInitializer
application
- The application loading the componentpublic void init(Application application)
init
in interface IInitializer
application
- The application loading the componentCopyright © 2006–2022 Apache Software Foundation. All rights reserved.