net.sf.dropboxmq.resource.spi
Class ResourceAdapterImpl
java.lang.Object
   net.sf.dropboxmq.resource.spi.CommonBean
net.sf.dropboxmq.resource.spi.CommonBean
       net.sf.dropboxmq.resource.spi.ResourceAdapterImpl
net.sf.dropboxmq.resource.spi.ResourceAdapterImpl
- All Implemented Interfaces: 
- Serializable, ResourceAdapter
- public class ResourceAdapterImpl 
- extends CommonBean- implements ResourceAdapter
Created: 03 Oct 2006
- Version:
- $Revision: 211 $, $Date: 2010-11-14 14:21:24 -0700 (Sun, 14 Nov 2010) $
- Author:
- Dwayne Schultz
- See Also:
- Serialized Form
 
 
| Methods inherited from class net.sf.dropboxmq.resource.spi.CommonBean | 
| equals, getClassLoadedProperties, getMessageTranscoderFactory, getPollingInterval, getProperty, getRedeliveryAttempts, getRoot, getTargetScanTimeout, hashCode, isConsumeExpiredMessages, isDeleteCompleteTransactions, isDeleteExpiredMessages, isDeleteProcessedMessages, isPreserveDeletedDropboxes, setClassLoadedProperties, setConsumeExpiredMessages, setDeleteCompleteTransactions, setDeleteExpiredMessages, setDeleteProcessedMessages, setMessageTranscoderFactory, setPollingInterval, setPreserveDeletedDropboxes, setRedeliveryAttempts, setRoot, setTargetScanTimeout, toObjectString, validateCommon | 
 
 
ResourceAdapterImpl
public ResourceAdapterImpl()
start
public void start(BootstrapContext bootstrapContextParam)
           throws ResourceAdapterInternalException
- 
- Specified by:
- startin interface- ResourceAdapter
 
- 
- Throws:
- ResourceAdapterInternalException
 
stop
public void stop()
- 
- Specified by:
- stopin interface- ResourceAdapter
 
- 
 
endpointActivation
public void endpointActivation(MessageEndpointFactory messageEndpointFactory,
                               ActivationSpec activationSpec)
                        throws ResourceException
- 
- Specified by:
- endpointActivationin interface- ResourceAdapter
 
- 
- Throws:
- ResourceException
 
endpointDeactivation
public void endpointDeactivation(MessageEndpointFactory messageEndpointFactory,
                                 ActivationSpec activationSpec)
- 
- Specified by:
- endpointDeactivationin interface- ResourceAdapter
 
- 
 
getXAResources
public XAResource[] getXAResources(ActivationSpec[] activationSpecs)
                            throws ResourceException
- 
- Specified by:
- getXAResourcesin interface- ResourceAdapter
 
- 
- Throws:
- ResourceException
 
getBootstrapContext
public BootstrapContext getBootstrapContext()
- 
 
- 
 
getOnMessageMethod
public Method getOnMessageMethod()
- 
 
-