public class SQSJMSActivationSpec extends Object implements javax.resource.spi.ActivationSpec, Serializable, com.amazonaws.auth.AWSCredentialsProvider
ActivationSpec for SQS.| Constructor and Description |
|---|
SQSJMSActivationSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcknowledgeMode() |
String |
getAwsAccessKeyId() |
com.amazonaws.regions.AwsRegionProvider |
getAwsRegionProvider() |
String |
getAwsSecretKey() |
com.amazonaws.auth.AWSCredentials |
getCredentials() |
String |
getDestination() |
String |
getDestinationType() |
String |
getRegion() |
javax.resource.spi.ResourceAdapter |
getResourceAdapter() |
void |
refresh() |
void |
setAcknowledgeMode(String acknowledgeMode) |
void |
setAwsAccessKeyId(String awsAccessKeyId) |
void |
setAwsSecretKey(String awsSecretKey) |
void |
setDestination(String destination) |
void |
setDestinationType(String destinationType) |
void |
setRegion(String region) |
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter ra) |
void |
validate() |
public javax.resource.spi.ResourceAdapter getResourceAdapter()
getResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationpublic void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
throws javax.resource.ResourceException
setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationjavax.resource.ResourceExceptionpublic void validate()
throws javax.resource.spi.InvalidPropertyException
validate in interface javax.resource.spi.ActivationSpecjavax.resource.spi.InvalidPropertyExceptionpublic String getAwsAccessKeyId()
public void setAwsAccessKeyId(String awsAccessKeyId)
public String getAwsSecretKey()
public void setAwsSecretKey(String awsSecretKey)
public com.amazonaws.auth.AWSCredentials getCredentials()
getCredentials in interface com.amazonaws.auth.AWSCredentialsProviderpublic String getAcknowledgeMode()
public void setAcknowledgeMode(String acknowledgeMode)
public String getRegion()
public void setRegion(String region)
public String getDestinationType()
public void setDestinationType(String destinationType)
public String getDestination()
public void setDestination(String destination)
public void refresh()
refresh in interface com.amazonaws.auth.AWSCredentialsProviderpublic com.amazonaws.regions.AwsRegionProvider getAwsRegionProvider()
Copyright © 2020. All rights reserved.