org.glassfish.admingui.plugin.jms
Class PluginConsoleProvider
java.lang.Object
org.glassfish.admingui.plugin.jms.PluginConsoleProvider
- All Implemented Interfaces:
- ConsoleProvider
@Service
public class PluginConsoleProvider
- extends Object
- implements ConsoleProvider
This class serves as a marker to indicate this OSGi bundle provides GUI
content which is to be displayed in the GlassFish admin console. The
getConfiguration() method should either return
(null), or a URL to the
console-config.xml file.
- Author:
- Ken Paulsen (ken.paulsen@sun.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginConsoleProvider
public PluginConsoleProvider()
getConfiguration
public URL getConfiguration()
Returns a URL to the console-config.xml
file, or null. If null is returned, the
default ("META-INF/admingui/console-config.xml") will be used.
- Specified by:
getConfiguration in interface ConsoleProvider
Copyright © 2012. All Rights Reserved.