|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.admingui.plugin.jms.PluginConsoleProvider
@Service public class PluginConsoleProvider
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.
| Field Summary |
|---|
| Fields inherited from interface org.glassfish.api.admingui.ConsoleProvider |
|---|
DEFAULT_CONFIG_FILENAME |
| Constructor Summary | |
|---|---|
PluginConsoleProvider()
|
|
| Method Summary | |
|---|---|
java.net.URL |
getConfiguration()
Returns a URL to the console-config.xml
file, or null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginConsoleProvider()
| Method Detail |
|---|
public java.net.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.
getConfiguration in interface ConsoleProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||