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:pop3-protocol:simpleCommandStart

started processing of simple POP3 command event

Synopsis

glassfish:javamail:pop3-protocol:simpleCommandStart (
java.lang.String command)

Description

This event is sent when the JavaMail service starts to process a low-level Post Office Protocol - Version 3 (POP3) command. This event indicates the start of a command that accepts only single-line responses.

Use this event with the glassfish:javamail:pop3-protocol:simpleCommandEnd event to measure the amount of time that the JavaMail service spends communicating with the POP3 server.

Parameters

command

The POP3 command and its parameters.