|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drupal.project.async_command.AsyncCommand
org.drupal.project.async_command.PingMe
public class PingMe
Simple command to test Drupal database connection.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.drupal.project.async_command.AsyncCommand |
---|
AsyncCommand.Control, AsyncCommand.Status |
Field Summary |
---|
Fields inherited from class org.drupal.project.async_command.AsyncCommand |
---|
commandMessage, commandStatus, druplet, logger, record |
Constructor Summary | |
---|---|
PingMe(CommandRecord record,
Druplet druplet)
|
Method Summary | |
---|---|
protected void |
afterExecute()
Usually save results back to 'record' |
protected void |
beforeExecute()
Usually initialize the command from 'record' |
protected void |
execute()
Execute this command. |
Methods inherited from class org.drupal.project.async_command.AsyncCommand |
---|
getDrupalConnection, getDruplet, getIdentifier, getRecord, run, setDruplet, setRecord |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PingMe(CommandRecord record, Druplet druplet)
Method Detail |
---|
protected void beforeExecute()
AsyncCommand
beforeExecute
in class AsyncCommand
protected void execute()
AsyncCommand
execute
in class AsyncCommand
protected void afterExecute()
AsyncCommand
afterExecute
in class AsyncCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |