sky.engine.form
Class ConsoleForm
java.lang.Object
sky.engine.form.BaseForm
sky.engine.form.ConsoleForm
- All Implemented Interfaces:
- Form
- public class ConsoleForm
- extends BaseForm
- implements Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleForm
public ConsoleForm(java.lang.String name)
throws Message
popField
public void popField(Field f)
throws ErrorMessage
- Specified by:
popField in interface Form- Overrides:
popField in class BaseForm
- Throws:
ErrorMessage
execute
public void execute()
throws ErrorMessage,
StatusMessage,
SuccessMessage
- Specified by:
execute in interface Form- Overrides:
execute in class BaseForm
- Throws:
ErrorMessage
StatusMessage
SuccessMessage
getDatabaseConnector
public DatabaseConnector getDatabaseConnector(java.lang.String jdbcDriver,
java.lang.String jdbcUrl)
throws Message
- connector functions
- Throws:
Message
getEmailConnector
public EmailConnector getEmailConnector(java.lang.String host,
java.lang.String sender)
throws Message
- Throws:
Message