Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
generic event description
No detailed information is available for this event.
The event signature contains information that you can use in JavaScript programs that you write for monitoring GlassFish Server.
An event signature consists of the event identifier (ID) followed by a list of the event's parameters in the following format:
event-id(param-type param-name[,param-type param-name]...)
The replaceable items in this format are as follows:
The event ID, which uniquely identifies the event.
The type of the event parameter. This type is a Java language primitive, such as int
, boolean
, or java.lang.String
.
The name of the event parameter.
The format of an event ID is as follows:
module-provider:module:submodule:event
The replaceable items in this format are as follows:
Text that identifies the application that is source of the event. For example, for events from Oracle GlassFish Server, module-provider is glassfish
.
The name of the module for which the event is defined. A module provides significant functionality of GlassFish Server. Examples of module names are web-container
, ejb-container
, transaction
, and webservices
.
The submodule of module for which the event is defined, for example, web-module
.
The type of the event, for example, webModuleStartedEvent
.