public class OutboundResourceAdapter extends Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
Constructor and Description |
---|
OutboundResourceAdapter() |
Modifier and Type | Method and Description |
---|---|
boolean |
addAuthMechanism(AuthMechanism mech)
Add a AuthMechanism object to the set return value :
false = found
true = not found
|
boolean |
addAuthMechanism(int mech)
Add a AuthMechanism object with given auth mech value to the set
return value : false = found
true = not found
|
void |
addConfigProperty(EnvironmentProperty configProperty)
Add a configProperty to the set
|
void |
addConnectionDefDescriptor(ConnectionDefDescriptor conDefDesc)
adds an entry to the set of connection definitions
|
Set |
getAuthMechanisms()
Set of AuthMechanism objects
|
Set |
getConfigProperties()
Set of EnvironmentProperty
|
ConnectionDefDescriptor |
getConnectionDef() |
Set |
getConnectionDefs()
returns the set of connection definitions
|
String |
getConnectionFactoryImpl()
Get connection factory impl
|
String |
getConnectionFactoryIntf()
Get connection factory intf
|
String |
getConnectionImpl()
Get connection impl
|
String |
getConnectionIntf()
Get connection intf
|
static String |
getCredentialInterfaceName(javax.resource.spi.AuthenticationMechanism.CredentialInterface ci) |
String |
getManagedConnectionFactoryImpl()
Gets the value of ManagedconnectionFactoryImpl
|
String |
getReauthenticationSupport() |
int |
getTransactionSupport() |
String |
getTransSupport()
Returns NO_TRANSACTION, LOCAL_TRANSACTION, XA_TRANSACTION
as defined in PoolManagerConstants interface
|
boolean |
hasConnectionDefDescriptor(String connectionFactoryIntf) |
boolean |
isReauthenticationSupportSet() |
boolean |
isTransactionSupportSet() |
boolean |
removeAuthMechanism(AuthMechanism mech)
Remove a AuthMechanism object to the set
return value : false = found
true = not found
|
boolean |
removeAuthMechanism(int mech)
Remove a AuthMechanism object with given auth mech value from the set
return value : false = found
true = not found
|
void |
removeConfigProperty(EnvironmentProperty configProperty)
Add a configProperty to the set
|
void |
removeConnectionDefDescriptor(ConnectionDefDescriptor conDefDesc)
removes an entry from the set of connection definitions
|
void |
setConnectionDef(ConnectionDefDescriptor conDef)
For being able to read 1.0 and write 1.5
|
void |
setConnectionFactoryImpl(String cf)
set connection factory impl
|
void |
setConnectionFactoryIntf(String cf)
set connection factory intf
|
void |
setConnectionImpl(String con)
set connection intf
|
void |
setConnectionIntf(String con)
set connection intf
|
void |
setManagedConnectionFactoryImpl(String managedConnectionFactoryImpl)
Sets the value of ManagedconnectionFactoryImpl
|
void |
setReauthenticationSupport(boolean reauthenticationSupport)
Sets the value of supportsReauthentication
|
void |
setReauthenticationSupport(String reauthSupport)
sets the value of supportsReauthentication
DOL rearchitecture
|
void |
setTransactionSupport(int transactionSupport)
Set value of transactionSupport to NO_TRANSACTION,
LOCAL_TRANSACTION, XA_TRANSACTION as defined in
PoolManagerConstants interface
|
void |
setTransactionSupport(String support)
Set value of transactionSupport to NO_TRANSACTION,
LOCAL_TRANSACTION, XA_TRANSACTION as defined in
PoolManagerConstants interface
|
boolean |
supportsReauthentication()
Gets the value of supportsReauthentication
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public boolean supportsReauthentication()
public String getReauthenticationSupport()
public void setReauthenticationSupport(boolean reauthenticationSupport)
public void setReauthenticationSupport(String reauthSupport)
public String getTransSupport()
public int getTransactionSupport()
public void setTransactionSupport(int transactionSupport)
public void setTransactionSupport(String support)
public Set getAuthMechanisms()
public boolean addAuthMechanism(AuthMechanism mech)
public boolean removeAuthMechanism(AuthMechanism mech)
public boolean addAuthMechanism(int mech)
public boolean removeAuthMechanism(int mech)
public void addConnectionDefDescriptor(ConnectionDefDescriptor conDefDesc)
public boolean hasConnectionDefDescriptor(String connectionFactoryIntf)
public void removeConnectionDefDescriptor(ConnectionDefDescriptor conDefDesc)
public Set getConnectionDefs()
public void setConnectionDef(ConnectionDefDescriptor conDef)
public ConnectionDefDescriptor getConnectionDef()
public String getManagedConnectionFactoryImpl()
public void setManagedConnectionFactoryImpl(String managedConnectionFactoryImpl)
public Set getConfigProperties()
public void addConfigProperty(EnvironmentProperty configProperty)
public void removeConfigProperty(EnvironmentProperty configProperty)
public String getConnectionFactoryImpl()
public void setConnectionFactoryImpl(String cf)
public String getConnectionFactoryIntf()
public void setConnectionFactoryIntf(String cf)
public String getConnectionIntf()
public void setConnectionIntf(String con)
public String getConnectionImpl()
public void setConnectionImpl(String con)
public boolean isReauthenticationSupportSet()
public boolean isTransactionSupportSet()
public static String getCredentialInterfaceName(javax.resource.spi.AuthenticationMechanism.CredentialInterface ci)
Copyright © 2020. All rights reserved.