Class RestMonitoringPlugin
- java.lang.Object
-
- fish.payara.admingui.monitoring.rest.RestMonitoringPlugin
-
- All Implemented Interfaces:
ConsoleProvider
@Service public class RestMonitoringPlugin extends Object implements ConsoleProvider
- Author:
- Michael Ranaldo
-
-
Field Summary
-
Fields inherited from interface org.glassfish.api.admingui.ConsoleProvider
DEFAULT_CONFIG_FILENAME
-
-
Constructor Summary
Constructors Constructor Description RestMonitoringPlugin()
-
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
-
-