com.infoengine.email
Class QueryObjects

java.lang.Object
  extended bycom.infoengine.email.AbstractWebject
      extended bycom.infoengine.email.QueryObjects

public class QueryObjects
extends AbstractWebject


Field Summary
 
Fields inherited from class com.infoengine.email.AbstractWebject
domain, groupOut, groupOutName, logWriter, serviceName, task, webject
 
Constructor Summary
QueryObjects()
           
 
Method Summary
 void run(javax.mail.Store store)
          Queries the message store for messages matching specified search criteria.
 
Methods inherited from class com.infoengine.email.AbstractWebject
addElement, addElement, addElement, addElements, addGroup, addGroupOut, getGroupOutName, getParam, getParam, getParams, getParamsAsArray, getTask, getType, getType, getWhere, initialize, query, query
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryObjects

public QueryObjects()
Method Detail

run

public void run(javax.mail.Store store)
         throws IEException
Queries the message store for messages matching specified search criteria.

Specified by:
run in class AbstractWebject
Parameters:
store - The message store to query.
Throws:
IEException