Class EventBusNotifierPlugin
- java.lang.Object
-
- fish.payara.admingui.notifier.eventbus.EventBusNotifierPlugin
-
- All Implemented Interfaces:
ConsoleProvider
@Service public class EventBusNotifierPlugin extends Object implements ConsoleProvider
- Author:
- Andrew Pielage
-
-
Field Summary
-
Fields inherited from interface org.glassfish.api.admingui.ConsoleProvider
DEFAULT_CONFIG_FILENAME
-
-
Constructor Summary
Constructors Constructor Description EventBusNotifierPlugin()
-
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()
Description copied from interface:ConsoleProviderReturns a
URLto theconsole-config.xmlfile, ornull. Ifnullis returned, the default (ConsoleProvider.DEFAULT_CONFIG_FILENAME) will be used.- Specified by:
getConfigurationin interfaceConsoleProvider
-
-