edu.yale.emailet
Class QueryEmailetImp

java.lang.Object
  |
  +--edu.yale.emailet.QueryEmailetImp
All Implemented Interfaces:
Emailet, QueryEmailet, java.io.Serializable

public abstract class QueryEmailetImp
extends java.lang.Object
implements QueryEmailet

Author:
Hong Jiang This is an abstract class that give the generic setReplyAddresses and getReplyAddresses implementation.
See Also:
Serialized Form

Constructor Summary
QueryEmailetImp()
           
 
Method Summary
 java.lang.String[] getReplyAddresses()
          Get the addresses to which an reply emailet should be sent.
 void setReplyAddresses(java.lang.String[] newReplyAddresses)
          Set the addresses to which an reply emailet should be sent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.yale.emailet.QueryEmailet
getReply
 
Methods inherited from interface edu.yale.emailet.Emailet
getHandlerName
 

Constructor Detail

QueryEmailetImp

public QueryEmailetImp()
Method Detail

setReplyAddresses

public void setReplyAddresses(java.lang.String[] newReplyAddresses)
Set the addresses to which an reply emailet should be sent.

Specified by:
setReplyAddresses in interface Emailet
Parameters:
newReplyAddresses - An array of addresses.

getReplyAddresses

public java.lang.String[] getReplyAddresses()
Get the addresses to which an reply emailet should be sent.

Specified by:
getReplyAddresses in interface Emailet
Returns:
An array of addresses.