public class QuartzResourceAdapter extends Object implements javax.resource.spi.ResourceAdapter
| Modifier and Type | Class and Description |
|---|---|
static class |
QuartzResourceAdapter.JobEndpoint |
| Modifier and Type | Field and Description |
|---|---|
static String |
OPENEJB_QUARTZ_TIMEOUT |
| Constructor and Description |
|---|
QuartzResourceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec) |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec) |
javax.resource.spi.BootstrapContext |
getBootstrapContext() |
org.apache.openejb.quartz.Scheduler |
getScheduler() |
XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] activationSpecs) |
void |
start(javax.resource.spi.BootstrapContext bootstrapContext) |
void |
stop() |
public static final String OPENEJB_QUARTZ_TIMEOUT
public void start(javax.resource.spi.BootstrapContext bootstrapContext)
throws javax.resource.spi.ResourceAdapterInternalException
start in interface javax.resource.spi.ResourceAdapterjavax.resource.spi.ResourceAdapterInternalExceptionpublic org.apache.openejb.quartz.Scheduler getScheduler()
public javax.resource.spi.BootstrapContext getBootstrapContext()
public void stop()
stop in interface javax.resource.spi.ResourceAdapterpublic void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec)
throws javax.resource.ResourceException
endpointActivation in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionpublic void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
javax.resource.spi.ActivationSpec activationSpec)
endpointDeactivation in interface javax.resource.spi.ResourceAdapterpublic XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] activationSpecs) throws javax.resource.ResourceException
getXAResources in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.