Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
K
L
M
O
P
Q
R
S
T
U
V
W
D
d(String)
- Method in class org.drupal.project.computing.
DDatabase
"Decorates" the SQL statement for Drupal.
DApplication
- Class in
org.drupal.project.computing
This is the application class.
DApplication()
- Constructor for class org.drupal.project.computing.
DApplication
Default constructor.
DApplication.RunningMode
- Enum in
org.drupal.project.computing
Various running mode of the Druplet
dataSource
- Variable in class org.drupal.project.computing.
DDatabase
JDBC datasource for this Drupal connection.
dbProperties
- Variable in class org.drupal.project.computing.
DDatabase
DCommand
- Class in
org.drupal.project.computing
Individual command to be executed.
DCommand()
- Constructor for class org.drupal.project.computing.
DCommand
DCommandExecutionException
- Exception in
org.drupal.project.computing
Expected failure from executing a DCommand.
DCommandExecutionException()
- Constructor for exception org.drupal.project.computing.
DCommandExecutionException
DCommandExecutionException(String)
- Constructor for exception org.drupal.project.computing.
DCommandExecutionException
DCommandExecutionException(String, Throwable)
- Constructor for exception org.drupal.project.computing.
DCommandExecutionException
DCommandExecutionException(Throwable)
- Constructor for exception org.drupal.project.computing.
DCommandExecutionException
DConfig
- Class in
org.drupal.project.computing
This is the config class to help initialize DSite and DApplication.
DConfig()
- Constructor for class org.drupal.project.computing.
DConfig
DConfig(Properties)
- Constructor for class org.drupal.project.computing.
DConfig
Default constructor that construct the config object.
DConfig.UnitTest
- Class in
org.drupal.project.computing
DConfig.UnitTest()
- Constructor for class org.drupal.project.computing.
DConfig.UnitTest
DConfigException
- Exception in
org.drupal.project.computing
Throws when there's configuration exception.
DConfigException()
- Constructor for exception org.drupal.project.computing.
DConfigException
DConfigException(String)
- Constructor for exception org.drupal.project.computing.
DConfigException
DConfigException(String, Throwable)
- Constructor for exception org.drupal.project.computing.
DConfigException
DConfigException(Throwable)
- Constructor for exception org.drupal.project.computing.
DConfigException
DConnectionException
- Exception in
org.drupal.project.computing
This exception is thrown when there's something wrong communicating with the Drupal site (DSite) Caller is expected to catch this exception and handles it properly.s
DConnectionException()
- Constructor for exception org.drupal.project.computing.
DConnectionException
DConnectionException(String)
- Constructor for exception org.drupal.project.computing.
DConnectionException
DConnectionException(String, Throwable)
- Constructor for exception org.drupal.project.computing.
DConnectionException
DConnectionException(Throwable)
- Constructor for exception org.drupal.project.computing.
DConnectionException
DDatabase
- Class in
org.drupal.project.computing
Connect to Drupal through direct database access.
DDatabase(Properties)
- Constructor for class org.drupal.project.computing.
DDatabase
Initialize connection pooling and connect to the Drupal database.
DDatabase.AsyncBatchRunner
- Class in
org.drupal.project.computing
This is thread that upload data through JDBC concurrently.
DDatabase.AsyncBatchRunner(Connection, String)
- Constructor for class org.drupal.project.computing.
DDatabase.AsyncBatchRunner
Equivalent to AsyncBatchRunner(null, threadName, connection, sql, 0)
DDatabase.AsyncBatchRunner(Connection, String, int)
- Constructor for class org.drupal.project.computing.
DDatabase.AsyncBatchRunner
Initialize the AsyncBatchRunner.
DDatabase.DatabaseDriver
- Enum in
org.drupal.project.computing
Basic info about Drupal database driver's type.
DDatabase.UnitTest
- Class in
org.drupal.project.computing
DDatabase.UnitTest()
- Constructor for class org.drupal.project.computing.
DDatabase.UnitTest
DDrushSite
- Class in
org.drupal.project.computing
The Drupal instance that can be accessed locally through drush.
DDrushSite(String)
- Constructor for class org.drupal.project.computing.
DDrushSite
DDrushSite()
- Constructor for class org.drupal.project.computing.
DDrushSite
DDrushSite.UnitTest
- Class in
org.drupal.project.computing
DDrushSite.UnitTest()
- Constructor for class org.drupal.project.computing.
DDrushSite.UnitTest
DJyApplication
- Class in
org.drupal.project.computing.jython
This is to help with Jython applications.
DJyApplication()
- Constructor for class org.drupal.project.computing.jython.
DJyApplication
DJyCommand
- Class in
org.drupal.project.computing.jython
This is to help with Jython applications
DJyCommand()
- Constructor for class org.drupal.project.computing.jython.
DJyCommand
DRecord
- Class in
org.drupal.project.computing
Database record for this Command.
DRecord(Map<String, Object>)
- Constructor for class org.drupal.project.computing.
DRecord
Given the database query result, construct a Record object.
DRecord.Control
- Enum in
org.drupal.project.computing
Control how to execute the record, usually set by Drupal.
DRecord.Status
- Enum in
org.drupal.project.computing
Status of the record, usually set by the program.
DRuntimeException
- Exception in
org.drupal.project.computing
This is the default runtime exception for Drupal Hybrid Computing
DRuntimeException()
- Constructor for exception org.drupal.project.computing.
DRuntimeException
DRuntimeException(String)
- Constructor for exception org.drupal.project.computing.
DRuntimeException
DRuntimeException(String, Throwable)
- Constructor for exception org.drupal.project.computing.
DRuntimeException
DRuntimeException(Throwable)
- Constructor for exception org.drupal.project.computing.
DRuntimeException
drupalSite
- Variable in class org.drupal.project.computing.
DApplication
Drupal site for this application
DServicesClient
- Class in
org.drupal.project.computing
This is the Java client for Drupal's services module.
DServicesClient()
- Constructor for class org.drupal.project.computing.
DServicesClient
DServicesSite
- Class in
org.drupal.project.computing
Connects to Drupal site via the "services" module.
DServicesSite()
- Constructor for class org.drupal.project.computing.
DServicesSite
DSite
- Class in
org.drupal.project.computing
This is the super class to any Drupal site.
DSite()
- Constructor for class org.drupal.project.computing.
DSite
DSqlSite
- Class in
org.drupal.project.computing
Uses direct JDBC database access to connect to Drupal site database.
DSqlSite()
- Constructor for class org.drupal.project.computing.
DSqlSite
DSqlSite.UnitTest
- Class in
org.drupal.project.computing
DSqlSite.UnitTest()
- Constructor for class org.drupal.project.computing.
DSqlSite.UnitTest
DSystemExecutionException
- Exception in
org.drupal.project.computing
Throws when there's a problem executing shell command.
DSystemExecutionException()
- Constructor for exception org.drupal.project.computing.
DSystemExecutionException
DSystemExecutionException(String)
- Constructor for exception org.drupal.project.computing.
DSystemExecutionException
DSystemExecutionException(String, Throwable)
- Constructor for exception org.drupal.project.computing.
DSystemExecutionException
DSystemExecutionException(Throwable)
- Constructor for exception org.drupal.project.computing.
DSystemExecutionException
DUtils
- Class in
org.drupal.project.computing
Singleton of the utilities class.
DUtils.Drush
- Class in
org.drupal.project.computing
This is the utility class to run drush command.
DUtils.Drush(String)
- Constructor for class org.drupal.project.computing.
DUtils.Drush
DUtils.Drush(DConfig)
- Constructor for class org.drupal.project.computing.
DUtils.Drush
DUtils.Drush()
- Constructor for class org.drupal.project.computing.
DUtils.Drush
DUtils.Php
- Class in
org.drupal.project.computing
Utility class to run PHP snippet
DUtils.Php(String)
- Constructor for class org.drupal.project.computing.
DUtils.Php
DUtils.Php(DConfig)
- Constructor for class org.drupal.project.computing.
DUtils.Php
DUtils.Php()
- Constructor for class org.drupal.project.computing.
DUtils.Php
DUtils.UnitTest
- Class in
org.drupal.project.computing
DUtils.UnitTest()
- Constructor for class org.drupal.project.computing.
DUtils.UnitTest
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
K
L
M
O
P
Q
R
S
T
U
V
W