Package org.glassfish.jdbc.admingui
Class JdbcConsolePlugin
- java.lang.Object
-
- org.glassfish.jdbc.admingui.JdbcConsolePlugin
-
- All Implemented Interfaces:
ConsoleProvider
@Service public class JdbcConsolePlugin extends Object implements ConsoleProvider
- Author:
- anilam
-
-
Field Summary
-
Fields inherited from interface org.glassfish.api.admingui.ConsoleProvider
DEFAULT_CONFIG_FILENAME
-
-
Constructor Summary
Constructors Constructor Description JdbcConsolePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
getConfiguration()
Returns the URL of the Integration Point configuration file console-config.xml
-
-
-
Method Detail
-
getConfiguration
public URL getConfiguration()
Returns the URL of the Integration Point configuration file console-config.xml
- Specified by:
getConfiguration
in interfaceConsoleProvider
- Returns:
- URL of configration file.
-
-