public class ResourceAdapterConfig extends ObjectConfig
Modifier and Type | Class and Description |
---|---|
static class |
ResourceAdapterConfig.AuthenticationMechanism |
static class |
ResourceAdapterConfig.SecurityPermission |
Constructor and Description |
---|
ResourceAdapterConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addAdminobject(AdminObjectConfig adminObject)
Adds an admin object.
|
ResourceAdapterConfig.AuthenticationMechanism |
createAuthenticationMechanism()
Creates an authentication mechanism
|
InboundResourceAdapterConfig |
createInboundResourceadapter()
Adds an inbound resource adapter.
|
OutboundResourceAdapterConfig |
createOutboundResourceadapter()
Adds an outbound resource adapter.
|
ResourceAdapterConfig.SecurityPermission |
createSecurityPermission()
Creates a security permission
|
AdminObjectConfig |
getAdminObject(java.lang.String type)
Gets the resource adapter class
|
ConnectionDefinition |
getConnectionDefinition(java.lang.String type)
Gets the connection definition for the named class.
|
MessageListenerConfig |
getMessageListener(java.lang.String type)
Gets the resource adapter class
|
java.lang.Class<?> |
getResourceadapterClass()
Gets the resource adapter class
|
java.lang.String |
getTransactionSupport()
Gets the transaction support.
|
void |
setConnectionfactoryImplClass(java.lang.String cl)
Sets the ConnectionFactory impl class
|
void |
setConnectionfactoryInterface(java.lang.String cl)
Sets the ConnectionFactory interface
|
void |
setConnectionImplClass(java.lang.String cl)
Sets the Connection impl class
|
void |
setConnectionInterface(java.lang.String cl)
Sets the Connection interface
|
void |
setManagedconnectionfactoryClass(java.lang.Class<?> cl)
Sets the ManagedConnectionFactory class.
|
void |
setReauthenticationSupport(boolean support)
Sets the reauthentication support.
|
void |
setResourceadapterClass(java.lang.Class<?> cl)
Sets the resource adapter class
|
void |
setTransactionSupport(java.lang.String xa)
Sets the transaction support.
|
addConfigProperty, getType, instantiate, setType
public void setResourceadapterClass(java.lang.Class<?> cl) throws ConfigException
ConfigException
public java.lang.Class<?> getResourceadapterClass()
public void addAdminobject(AdminObjectConfig adminObject)
public void setManagedconnectionfactoryClass(java.lang.Class<?> cl) throws ConfigException
ConfigException
public void setConnectionfactoryInterface(java.lang.String cl)
public void setConnectionfactoryImplClass(java.lang.String cl)
public void setConnectionInterface(java.lang.String cl)
public void setConnectionImplClass(java.lang.String cl)
public ConnectionDefinition getConnectionDefinition(java.lang.String type)
public MessageListenerConfig getMessageListener(java.lang.String type)
public AdminObjectConfig getAdminObject(java.lang.String type)
public void setTransactionSupport(java.lang.String xa)
public java.lang.String getTransactionSupport()
public void setReauthenticationSupport(boolean support)
public ResourceAdapterConfig.AuthenticationMechanism createAuthenticationMechanism()
public ResourceAdapterConfig.SecurityPermission createSecurityPermission()
public OutboundResourceAdapterConfig createOutboundResourceadapter() throws ConfigException
ConfigException
public InboundResourceAdapterConfig createInboundResourceadapter() throws ConfigException
ConfigException