com.infoengine.email
Class CreateObjects
java.lang.Object
com.infoengine.email.AbstractWebject
com.infoengine.email.CreateObjects
- public class CreateObjects
- extends AbstractWebject
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 |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
seqNo
private static long seqNo
CreateObjects
public CreateObjects()
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