|
|||||||||
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.PyAsyncCommand
public abstract class PyAsyncCommand
Stub class for commands written in Jython.
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 | |
---|---|
protected |
PyAsyncCommand()
|
|
PyAsyncCommand(CommandRecord record,
Druplet druplet)
Call to a function to initialize in Jython, because Jython doesn't support function overloading. |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Derived function has to override it. |
protected void |
initialize()
|
Methods inherited from class org.drupal.project.async_command.AsyncCommand |
---|
afterExecute, beforeExecute, execute, getDrupalConnection, getDruplet, 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 PyAsyncCommand(CommandRecord record, Druplet druplet)
record
- druplet
- protected PyAsyncCommand()
Method Detail |
---|
protected void initialize()
public java.lang.String getIdentifier()
getIdentifier
in class AsyncCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |