A B C G S V 
All Classes All Packages

A

ASQLVelocityScheduler<T> - Class in com.glyart.asql.velocity
Represents a task scheduling behavior through a Velocity Context.
ASQLVelocityScheduler() - Constructor for class com.glyart.asql.velocity.ASQLVelocityScheduler
 
async(Runnable) - Method in class com.glyart.asql.velocity.ASQLVelocityScheduler
async(Runnable, long, long) - Method in class com.glyart.asql.velocity.ASQLVelocityScheduler
Executes an asynchronous repeating task every given milliseconds, after the given milliseconds delay time.

B

build() - Method in class com.glyart.asql.velocity.VelocityASQLContext.ContextBuilder
Builds a new VelocityASQLContext.
builder() - Static method in class com.glyart.asql.velocity.VelocityASQLContext
 

C

com.glyart.asql.velocity - package com.glyart.asql.velocity
 

G

getDataSourceHandler() - Method in class com.glyart.asql.velocity.VelocityASQLContext
 
getDataTemplate() - Method in class com.glyart.asql.velocity.VelocityASQLContext
 
getLogger() - Method in class com.glyart.asql.velocity.VelocityASQLContext
 
getPlugin() - Method in class com.glyart.asql.velocity.VelocityASQLContext
 
getScheduler() - Method in class com.glyart.asql.velocity.VelocityASQLContext
 

S

setCredentials(DataSourceCredentials) - Method in class com.glyart.asql.velocity.VelocityASQLContext.ContextBuilder
Sets the given credentials for connecting to a data source.
setDatabaseHandler(DataSourceHandler) - Method in class com.glyart.asql.velocity.VelocityASQLContext.ContextBuilder
Sets the handler for the data source interaction.
setLogger(Logger) - Method in class com.glyart.asql.velocity.VelocityASQLContext.ContextBuilder
Sets the Logger that should use this VelocityASQLContext
setPlugin(Object) - Method in class com.glyart.asql.velocity.VelocityASQLContext.ContextBuilder
Sets the Object plugin which created this VelocityASQLContext.
setServer(ProxyServer) - Method in class com.glyart.asql.velocity.VelocityASQLContext.ContextBuilder
Sets the ProxyServer of this VelocityASQLContext
sync(Runnable) - Method in class com.glyart.asql.velocity.ASQLVelocityScheduler
Don't call this method.
sync(Runnable, long, long) - Method in class com.glyart.asql.velocity.ASQLVelocityScheduler
Don't call this method.

V

VelocityASQLContext - Class in com.glyart.asql.velocity
Represents a modelled ASQLContext inside a Velocity Context.
VelocityASQLContext(ProxyServer, Object, Logger, DataSourceCredentials, DataSourceHandler) - Constructor for class com.glyart.asql.velocity.VelocityASQLContext
 
VelocityASQLContext.ContextBuilder - Class in com.glyart.asql.velocity
 
A B C G S V 
All Classes All Packages