com.googlecode.jpattern.service.mail
Class SendMailCommand
java.lang.Object
com.googlecode.jpattern.core.command.ICommand
com.googlecode.jpattern.core.command.ACommand
com.googlecode.jpattern.service.mail.SendMailCommand
- All Implemented Interfaces:
- Serializable, Runnable
public class SendMailCommand
- extends ACommand
- Author:
- Francesco Cina'
04/nov/2009
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SendMailCommand
public SendMailCommand(StringBuffer from,
StringBuffer to,
StringBuffer subject,
StringBuffer body)
SendMailCommand
public SendMailCommand(StringBuffer from,
StringBuffer to,
StringBuffer subject,
StringBuffer body,
ICommand aSuccessor)
internalRollBack
protected void internalRollBack()
result
protected void result(ICommandResult result)
- Specified by:
result in class ACommand
createMessages
protected void createMessages(ICommandResult result,
boolean valid)
internalRollBack
protected void internalRollBack(ICommandResult result)
- Specified by:
internalRollBack in class ACommand
Copyright © 2011. All Rights Reserved.