Package org.drupal.project.async_command

Class Summary
AsyncCommand Individual command to be executed.
BatchUploader This is thread that upload data through JDBC concurrently.
CommandLineLauncher This handler deals with CommandLineInterface launching Druplets.
CommandRecord Database record for this AsyncCommand.
DefaultDruplet This Druplet is mostly used for testing/demo purposes.
DrupalConnection Handles database connection to a Drupal site.
Druplet This is the new Druplet class.
DrupletConfig This class encapsulate the config.properties file.
DrupletUtils A group of useful tools to help with Druplet apps.
EncryptedFieldAdapter This class handles encryption through the Encrypted Field Drupal Module.
PingMe Simple command to test Drupal database connection.
PyAsyncCommand Stub class for commands written in Jython.
PyDruplet  
 

Enum Summary
AsyncCommand.Control  
AsyncCommand.Status  
DrupalConnection.DatabaseType  
Druplet.AccessMode  
Druplet.RunningMode Various running mode of the Druplet
EncryptedFieldAdapter.Method Encryption method.
 

Annotation Types Summary
Identifier Provides an optional identifier to Druplet or AsyncCommand.