public class JmsJcaConsumerEndpoint extends AbstractConsumerEndpoint implements JmsEndpointType
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JmsJcaConsumerEndpoint.SimpleBootstrapContext |
PROP_JMS_CONTEXTloggerdefinition, description, endpoint, interfaceName, service, serviceUnit| Constructor and Description |
|---|
JmsJcaConsumerEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.resource.spi.ActivationSpec |
getActivationSpec() |
javax.resource.spi.BootstrapContext |
getBootstrapContext() |
java.lang.String |
getLocationURI() |
javax.resource.spi.ResourceAdapter |
getResourceAdapter() |
void |
setActivationSpec(javax.resource.spi.ActivationSpec activationSpec)
Specifies the activation information needed by the endpoint.
|
void |
setBootstrapContext(javax.resource.spi.BootstrapContext bootstrapContext)
Specifies the
BootStrapContext used to start the resource
adapter. |
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter resourceAdapter)
Specifies the resource adapter used for the endpoint.
|
void |
start() |
void |
stop() |
void |
validate() |
activate, deactivate, getConnectionFactory, getDestinationChooser, getDestinationResolver, getMarshaler, getReplyDeliveryMode, getReplyDestination, getReplyDestination, getReplyDestinationName, getReplyPriority, getReplyProperties, getReplyTimeToLive, getStore, getStoreFactory, getUseMessageIdInResponse, handleException, isJms102, isPubSubDomain, isReplyExplicitQosEnabled, isStateless, isSynchronous, onMessage, process, processExchange, send, sendError, setConnectionFactory, setCorrelationId, setDestinationChooser, setDestinationResolver, setJms102, setMarshaler, setPubSubDomain, setReplyDeliveryMode, setReplyDestination, setReplyDestinationName, setReplyExplicitQosEnabled, setReplyPriority, setReplyProperties, setReplyTimeToLive, setStateless, setStore, setStoreFactory, setSynchronous, setUseMessageIdInResponse, treatExceptionAsFaultconfigureExchangeTarget, getRole, getTargetEndpoint, getTargetInterface, getTargetOperation, getTargetService, getTargetUri, setTargetEndpoint, setTargetInterface, setTargetOperation, setTargetService, setTargetUridone, fail, getChannel, getContext, getExchangeFactory, send, sendSyncgetDefinition, getDescription, getEndpoint, getInterfaceName, getKey, getService, getServiceUnit, isExchangeOkay, prepareExchange, setDefinition, setDescription, setEndpoint, setInterfaceName, setService, setServiceUnit, toStringpublic javax.resource.spi.BootstrapContext getBootstrapContext()
public void setBootstrapContext(javax.resource.spi.BootstrapContext bootstrapContext)
BootStrapContext used to start the resource
adapter. If this property is not set, a default
BootstrpContext will be created.bootstrapContext - the BootstrapContext to usepublic javax.resource.spi.ActivationSpec getActivationSpec()
public void setActivationSpec(javax.resource.spi.ActivationSpec activationSpec)
activationSpec - the ActivationSpec containing the activation informationpublic javax.resource.spi.ResourceAdapter getResourceAdapter()
public void setResourceAdapter(javax.resource.spi.ResourceAdapter resourceAdapter)
resourceAdapter - the ResourceAdapter to usepublic java.lang.String getLocationURI()
getLocationURI in class AbstractConsumerEndpointpublic void start()
throws java.lang.Exception
start in interface Endpointstart in class SimpleEndpointjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
stop in interface Endpointstop in class SimpleEndpointjava.lang.Exceptionpublic void validate()
throws javax.jbi.management.DeploymentException
validate in interface Endpointvalidate in class ConsumerEndpointjavax.jbi.management.DeploymentExceptionCopyright © 2005-2014 FuseSource. All Rights Reserved.