com.infoengine.email
Class CreateObjects

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

public class CreateObjects
extends AbstractWebject


Field Summary
private static String RESOURCE
           
private static long seqNo
           
 
Fields inherited from class com.infoengine.email.AbstractWebject
domain, groupOut, groupOutName, logWriter, serviceName, task, webject
 
Constructor Summary
CreateObjects()
           
 
Method Summary
private  void createFolder(javax.mail.Store store)
          Creates a new folder in the message store,
private  void createMessage(javax.mail.Store store)
          Creates a new message in the message store,
 void run(javax.mail.Store store)
          Creates new objects in the message store,
 
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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

seqNo

private static long seqNo
Constructor Detail

CreateObjects

public CreateObjects()
Method Detail

run

public void run(javax.mail.Store store)
         throws IEException
Creates new objects in the message store,

Specified by:
run in class AbstractWebject
Parameters:
store - The message store in which to create the new message.
Throws:
IEException

createMessage

private void createMessage(javax.mail.Store store)
                    throws IEException
Creates a new message in the message store,

Parameters:
store - The message store in which to create the new message.
Throws:
IEException

createFolder

private void createFolder(javax.mail.Store store)
                   throws IEException
Creates a new folder in the message store,

Parameters:
store - The message store in which to create the new folder.
Throws:
IEException