public class ResourceAdapterImpl extends ResourceBean implements javax.resource.spi.ResourceAdapter
DEFAULT_MONITOR_POLL_INTERVAL, DEFAULT_VALUE_STRING, EJB_SERVANT_BASE_URL, EJB_SERVICE_PROPERTIES_URL, LOG_LEVEL, MONITOR_EJB_SERVICE_PROPERTIES, MONITOR_POLL_INTERVAL| Constructor and Description |
|---|
ResourceAdapterImpl() |
ResourceAdapterImpl(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as) |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as) |
javax.resource.spi.BootstrapContext |
getBootstrapContext() |
protected Set<Bus> |
getBusCache() |
XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] as) |
void |
registerBus(Bus bus) |
protected void |
setBusCache(Set<Bus> cache) |
void |
start(javax.resource.spi.BootstrapContext aCtx) |
void |
stop() |
createURL, getPluginProps, getPropsURL, setDisableConsoleLogging, setProperty, validateURLStringpublic ResourceAdapterImpl()
public ResourceAdapterImpl(Properties props)
public void registerBus(Bus bus)
public void start(javax.resource.spi.BootstrapContext aCtx)
throws javax.resource.spi.ResourceAdapterInternalException
start in interface javax.resource.spi.ResourceAdapterjavax.resource.spi.ResourceAdapterInternalExceptionpublic void stop()
stop in interface javax.resource.spi.ResourceAdapterpublic XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] as) throws javax.resource.ResourceException
getXAResources in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionpublic void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as)
throws javax.resource.ResourceException
endpointActivation in interface javax.resource.spi.ResourceAdapterjavax.resource.ResourceExceptionpublic void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as)
endpointDeactivation in interface javax.resource.spi.ResourceAdapterpublic javax.resource.spi.BootstrapContext getBootstrapContext()
Apache CXF