Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

generic-probe

generic event description

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:

event-id

The event ID, which uniquely identifies the event.

param-type

The type of the event parameter. This type is a Java language primitive, such as int, boolean, or java.lang.String.

param-name

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:

module-provider

Text that identifies the application that is source of the event. For example, for events from Oracle GlassFish Server, module-provider is glassfish.

module

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.

submodule

The submodule of module for which the event is defined, for example, web-module.

event-type

The type of the event, for example, webModuleStartedEvent.