|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GridMailCommunicationInProtocol>
org.gridgain.grid.spi.communication.mail.GridMailCommunicationInProtocol
public enum GridMailCommunicationInProtocol
Grid mail communication SPI in protocol.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0
![]() |
![]() |
| Enum Constant Summary | |
|---|---|
IMAP
IMAP protocol. |
|
IMAPS
Secure IMAP protocol. |
|
POP3
POP3 protocol. |
|
POP3S
Secure POP3 protocol. |
|
| Method Summary | |
|---|---|
static GridMailCommunicationInProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GridMailCommunicationInProtocol[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GridMailCommunicationInProtocol POP3
public static final GridMailCommunicationInProtocol POP3S
public static final GridMailCommunicationInProtocol IMAP
public static final GridMailCommunicationInProtocol IMAPS
| Method Detail |
|---|
public static final GridMailCommunicationInProtocol[] values()
for(GridMailCommunicationInProtocol c : GridMailCommunicationInProtocol.values())
System.out.println(c);
public static GridMailCommunicationInProtocol valueOf(String name)
IllegalArgumentException - if this enum type has no constant
with the specified namename - the name of the enum constant to be returned.
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|