GridGain™ 2.1.0
Java API Specification

Uses of Class
org.gridgain.grid.spi.communication.mail.GridMailCommunicationType

Packages that use GridMailCommunicationType
org.gridgain.grid.spi.communication.mail icon Contains IMAP/POP3-based implementation for communication SPI. 
 

Uses of GridMailCommunicationType in org.gridgain.grid.spi.communication.mail
 

Methods in org.gridgain.grid.spi.communication.mail that return GridMailCommunicationType
static GridMailCommunicationType GridMailCommunicationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GridMailCommunicationType[] GridMailCommunicationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.gridgain.grid.spi.communication.mail with parameters of type GridMailCommunicationType
 void GridMailCommunicationSpi.setInConnectionType(GridMailCommunicationType type)
          Sets type of incoming mail connection which should be one of the following: GridMailCommunicationType.NONE GridMailCommunicationType.SSL GridMailCommunicationType.STARTTLS If not provided, default value is GridMailCommunicationType.NONE.
 void GridMailCommunicationSpi.setOutConnectionType(GridMailCommunicationType type)
          Sets type of outgoing mail connection which should be one of the following: GridMailCommunicationType.NONE GridMailCommunicationType.SSL GridMailCommunicationType.STARTTLS If not provided, default value is GridMailCommunicationType.NONE.
 


GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.