GridGain™ 2.1.0
Java API Specification

Uses of Class
org.gridgain.grid.spi.discovery.mail.GridMailDiscoveryType

Packages that use GridMailDiscoveryType
org.gridgain.grid.spi.discovery.mail icon Contains IMAP/POP3 implementation for discovery SPI. 
 

Uses of GridMailDiscoveryType in org.gridgain.grid.spi.discovery.mail
 

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

Methods in org.gridgain.grid.spi.discovery.mail with parameters of type GridMailDiscoveryType
 void GridMailDiscoverySpi.setInConnectionType(GridMailDiscoveryType type)
          Sets type of incoming mail connection which should be one of the following: GridMailDiscoveryType.NONE GridMailDiscoveryType.SSL GridMailDiscoveryType.STARTTLS If not provided the default value is GridMailDiscoveryType.NONE.
 void GridMailDiscoverySpi.setOutConnectionType(GridMailDiscoveryType type)
          Sets type of outgoing mail connection which should be one of the following: GridMailDiscoveryType.NONE GridMailDiscoveryType.SSL GridMailDiscoveryType.STARTTLS If not provided the default value is GridMailDiscoveryType.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.