The dispose operation is called at the end of a components lifecycle.
Instances of this class use this method to release and destroy any
resources that they own.
This implementation no longer shuts down org.xbill.DNS.Cache
because dnsjava 2.0.0 removed the need for a cleaner thread!
throws: Exception - if an error is encountered during shutdown
See Also: org.apache.avalon.framework.activity.Initializable.initialize
lookup
public Record[] lookup(String name, int type)(Code)
Looks up DNS records of the specified type for the specified name.
This method is a public wrapper for the private implementation
method
Parameters: name - the name of the host to be looked up Parameters: type - the type of record desired