Uses of Class
org.apache.mailet.MailetContext.RecordType

Packages that use MailetContext.RecordType
org.apache.mailet This package constitutes the Mailet API. 
 

Uses of MailetContext.RecordType in org.apache.mailet
 

Methods in org.apache.mailet that return MailetContext.RecordType
static MailetContext.RecordType MailetContext.RecordType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MailetContext.RecordType[] MailetContext.RecordType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.mailet with parameters of type MailetContext.RecordType
 List<String> MailetContext.dnsLookup(String name, MailetContext.RecordType type)
          Lookups the DNS system for a given record type.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.