Class PluginConsoleProvider
- java.lang.Object
-
- org.glassfish.admingui.plugin.jms.PluginConsoleProvider
-
- All Implemented Interfaces:
org.glassfish.api.admingui.ConsoleProvider
@Service public class PluginConsoleProvider extends Object implements org.glassfish.api.admingui.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 aURLto theconsole-config.xmlfile.- Author:
- Ken Paulsen (ken.paulsen@sun.com)
-
-
Constructor Summary
Constructors Constructor Description PluginConsoleProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLgetConfiguration()Returns aURLto theconsole-config.xmlfile, ornull.
-
-
-
Method Detail
-
getConfiguration
public URL getConfiguration()
Returns a
URLto theconsole-config.xmlfile, ornull. Ifnullis returned, the default ("META-INF/admingui/console-config.xml") will be used.- Specified by:
getConfigurationin interfaceorg.glassfish.api.admingui.ConsoleProvider
-
-