Package org.glassfish.web.admin.monitor
Class WebModuleProbeProvider
java.lang.Object
org.glassfish.web.admin.monitor.WebModuleProbeProvider
Provider interface for web module lifecycle related probe events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwebModuleStartedEvent(String appName, String hostName) Emits probe event that the web module with the givenappNamehas been loaded on the virtual server with the givenhostName.voidwebModuleStoppedEvent(String appName, String hostName) Emits probe event that the web module with the givenappNamehas been unloaded from the virtual server with the givenhostName.
-
Constructor Details
-
WebModuleProbeProvider
public WebModuleProbeProvider()
-
-
Method Details
-
webModuleStartedEvent
Emits probe event that the web module with the givenappNamehas been loaded on the virtual server with the givenhostName.- Parameters:
appName-
-
webModuleStoppedEvent
Emits probe event that the web module with the givenappNamehas been unloaded from the virtual server with the givenhostName.
-