Class XAResourceAdapterImpl
java.lang.Object
com.sun.ts.tests.common.connector.whitebox.XAResourceAdapterImpl
- All Implemented Interfaces:
- jakarta.resource.spi.ResourceAdapter,- Serializable
public class XAResourceAdapterImpl
extends Object
implements jakarta.resource.spi.ResourceAdapter, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidendpointActivation(jakarta.resource.spi.endpoint.MessageEndpointFactory mef, jakarta.resource.spi.ActivationSpec as) voidendpointDeactivation(jakarta.resource.spi.endpoint.MessageEndpointFactory mef, jakarta.resource.spi.ActivationSpec as) booleanintintgetXAResources(jakarta.resource.spi.ActivationSpec[] as) inthashCode()voidsetCounter(int val) voidsetMefcount(int val) voidvoidvoidstart(jakarta.resource.spi.BootstrapContext bsc) voidstop()
- 
Constructor Details- 
XAResourceAdapterImplpublic XAResourceAdapterImpl()
 
- 
- 
Method Details- 
startpublic void start(jakarta.resource.spi.BootstrapContext bsc) throws jakarta.resource.spi.ResourceAdapterInternalException - Specified by:
- startin interface- jakarta.resource.spi.ResourceAdapter
- Throws:
- jakarta.resource.spi.ResourceAdapterInternalException
 
- 
stoppublic void stop()- Specified by:
- stopin interface- jakarta.resource.spi.ResourceAdapter
 
- 
endpointActivationpublic void endpointActivation(jakarta.resource.spi.endpoint.MessageEndpointFactory mef, jakarta.resource.spi.ActivationSpec as) - Specified by:
- endpointActivationin interface- jakarta.resource.spi.ResourceAdapter
 
- 
endpointDeactivationpublic void endpointDeactivation(jakarta.resource.spi.endpoint.MessageEndpointFactory mef, jakarta.resource.spi.ActivationSpec as) - Specified by:
- endpointDeactivationin interface- jakarta.resource.spi.ResourceAdapter
 
- 
getXAResources- Specified by:
- getXAResourcesin interface- jakarta.resource.spi.ResourceAdapter
 
- 
checkAssociationpublic void checkAssociation()
- 
equals
- 
hashCodepublic int hashCode()
- 
setRAName
- 
getRAName
- 
setUseSecurityMapping
- 
getUseSecurityMapping
- 
setCounterpublic void setCounter(int val) 
- 
getCounterpublic int getCounter()
- 
setMefcountpublic void setMefcount(int val) 
- 
getMefcountpublic int getMefcount()
 
-