|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICmMailRetrievalStatus
This interface represents the status of mail retrieval for a cm session.
| Field Summary | |
|---|---|
static int |
STATUS_FAIL
This constant represents the retrieval 'fail' status. |
static int |
STATUS_NO_INFO
This constant represents the retrieval 'no info' status. |
static int |
STATUS_NOT_RUNNING
This constant represents the retrieval 'not running' status. |
static int |
STATUS_SUCCESS
This constant represents the retrieval 'success' status. |
| Method Summary | |
|---|---|
Date |
getEndDate()
Gets the last retrieval end date. |
int |
getMessageProcessedCount()
Gets the messages processed count during the last retrieval. |
int |
getSessionCount()
Gets the number of sessions using the timer. |
Date |
getStartDate()
Gets the last retrieval start date. |
int |
getStatus()
Gets the status. |
String |
getStatusMessage()
Gets the status message. |
String |
getStatusStackTrace()
Gets the status stack trace. |
| Field Detail |
|---|
static final int STATUS_SUCCESS
static final int STATUS_FAIL
static final int STATUS_NOT_RUNNING
static final int STATUS_NO_INFO
| Method Detail |
|---|
Date getStartDate()
Date getEndDate()
int getMessageProcessedCount()
int getStatus()
STATUS_ constants)int getSessionCount()
String getStatusMessage()
String getStatusStackTrace()
null if not RETRIEVAL_STATUS_ERROR
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||