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

glassfish:javamail:iap-protocol:commandStart

started processing of IMAP command event

Synopsis

glassfish:javamail:iap-protocol:commandStart (
java.lang.String command)

Description

This event is sent when the JavaMail service starts to process a low-level Internet Message Access Protocol (IMAP) command.

Use this event with the glassfish:javamail:iap-protocol:commandEnd event to measure the amount of time that the JavaMail service spends communicating with the IMAP server.

Parameters

command

The name of the IMAP command, without any parameters, for example FETCH.