public class QuartzResourceAdapter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
QuartzResourceAdapter.JobEndpoint |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPENEJB_QUARTZ_TIMEOUT |
Constructor and Description |
---|
QuartzResourceAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
endpointActivation(MessageEndpointFactory messageEndpointFactory,
ActivationSpec activationSpec) |
void |
endpointDeactivation(MessageEndpointFactory messageEndpointFactory,
ActivationSpec activationSpec) |
BootstrapContext |
getBootstrapContext() |
Scheduler |
getScheduler() |
javax.transaction.xa.XAResource[] |
getXAResources(ActivationSpec[] activationSpecs) |
void |
start(BootstrapContext bootstrapContext) |
void |
stop() |
public static final java.lang.String OPENEJB_QUARTZ_TIMEOUT
public void start(BootstrapContext bootstrapContext) throws ResourceAdapterInternalException
ResourceAdapterInternalException
public Scheduler getScheduler()
public BootstrapContext getBootstrapContext()
public void stop()
public void endpointActivation(MessageEndpointFactory messageEndpointFactory, ActivationSpec activationSpec) throws ResourceException
ResourceException
public void endpointDeactivation(MessageEndpointFactory messageEndpointFactory, ActivationSpec activationSpec)
public javax.transaction.xa.XAResource[] getXAResources(ActivationSpec[] activationSpecs) throws ResourceException
ResourceException