Package com.sun.enterprise.deployment
Class OutboundResourceAdapter
- java.lang.Object
-
- java.util.Observable
-
- org.glassfish.deployment.common.DynamicAttributesDescriptor
-
- org.glassfish.deployment.common.Descriptor
-
- com.sun.enterprise.deployment.OutboundResourceAdapter
-
- All Implemented Interfaces:
Serializable
public class OutboundResourceAdapter extends Descriptor
Deployment Information for connector outbound-resourceadapter- Author:
- Qingqing Ouyang, Sheetal Vartak
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.glassfish.deployment.common.Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
-
-
Constructor Summary
Constructors Constructor Description OutboundResourceAdapter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddAuthMechanism(int mech)Add a AuthMechanism object with given auth mech value to the set return value : false = found true = not foundbooleanaddAuthMechanism(AuthMechanism mech)Add a AuthMechanism object to the set return value : false = found true = not foundvoidaddConfigProperty(EnvironmentProperty configProperty)Add a configProperty to the setvoidaddConnectionDefDescriptor(ConnectionDefDescriptor conDefDesc)adds an entry to the set of connection definitionsSet<AuthMechanism>getAuthMechanisms()Set of AuthMechanism objectsSetgetConfigProperties()Set of EnvironmentPropertyConnectionDefDescriptorgetConnectionDef()Set<ConnectionDefDescriptor>getConnectionDefs()returns the set of connection definitionsStringgetConnectionFactoryImpl()Get connection factory implStringgetConnectionFactoryIntf()Get connection factory intfStringgetConnectionImpl()Get connection implStringgetConnectionIntf()Get connection intfstatic StringgetCredentialInterfaceName(jakarta.resource.spi.AuthenticationMechanism.CredentialInterface ci)StringgetManagedConnectionFactoryImpl()Gets the value of ManagedconnectionFactoryImplStringgetReauthenticationSupport()intgetTransactionSupport()StringgetTransSupport()Returns NO_TRANSACTION, LOCAL_TRANSACTION, XA_TRANSACTION as defined in PoolManagerConstants interfacebooleanhasConnectionDefDescriptor(String connectionFactoryIntf)booleanisReauthenticationSupportSet()booleanisTransactionSupportSet()booleanremoveAuthMechanism(int mech)Remove a AuthMechanism object with given auth mech value from the set return value : false = found true = not foundbooleanremoveAuthMechanism(AuthMechanism mech)Remove a AuthMechanism object to the set return value : false = found true = not foundvoidremoveConfigProperty(EnvironmentProperty configProperty)Add a configProperty to the setvoidremoveConnectionDefDescriptor(ConnectionDefDescriptor conDefDesc)removes an entry from the set of connection definitionsvoidsetConnectionDef(ConnectionDefDescriptor conDef)For being able to read 1.0 and write 1.5voidsetConnectionFactoryImpl(String cf)set connection factory implvoidsetConnectionFactoryIntf(String cf)set connection factory intfvoidsetConnectionImpl(String con)set connection intfvoidsetConnectionIntf(String con)set connection intfvoidsetManagedConnectionFactoryImpl(String managedConnectionFactoryImpl)Sets the value of ManagedconnectionFactoryImplvoidsetReauthenticationSupport(boolean reauthenticationSupport)Sets the value of supportsReauthenticationvoidsetReauthenticationSupport(String reauthSupport)sets the value of supportsReauthentication DOL rearchitecturevoidsetTransactionSupport(int transactionSupport)Set value of transactionSupport to NO_TRANSACTION, LOCAL_TRANSACTION, XA_TRANSACTION as defined in PoolManagerConstants interfacevoidsetTransactionSupport(String support)Set value of transactionSupport to NO_TRANSACTION, LOCAL_TRANSACTION, XA_TRANSACTION as defined in PoolManagerConstants interfacebooleansupportsReauthentication()Gets the value of supportsReauthentication-
Methods inherited from class org.glassfish.deployment.common.Descriptor
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
-
Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Method Detail
-
supportsReauthentication
public boolean supportsReauthentication()
Gets the value of supportsReauthentication
-
getReauthenticationSupport
public String getReauthenticationSupport()
-
setReauthenticationSupport
public void setReauthenticationSupport(boolean reauthenticationSupport)
Sets the value of supportsReauthentication
-
setReauthenticationSupport
public void setReauthenticationSupport(String reauthSupport)
sets the value of supportsReauthentication DOL rearchitecture
-
getTransSupport
public String getTransSupport()
Returns NO_TRANSACTION, LOCAL_TRANSACTION, XA_TRANSACTION as defined in PoolManagerConstants interface
-
getTransactionSupport
public int getTransactionSupport()
-
setTransactionSupport
public void setTransactionSupport(int transactionSupport)
Set value of transactionSupport to NO_TRANSACTION, LOCAL_TRANSACTION, XA_TRANSACTION as defined in PoolManagerConstants interface
-
setTransactionSupport
public void setTransactionSupport(String support)
Set value of transactionSupport to NO_TRANSACTION, LOCAL_TRANSACTION, XA_TRANSACTION as defined in PoolManagerConstants interface
-
getAuthMechanisms
public Set<AuthMechanism> getAuthMechanisms()
Set of AuthMechanism objects
-
addAuthMechanism
public boolean addAuthMechanism(AuthMechanism mech)
Add a AuthMechanism object to the set return value : false = found true = not found
-
removeAuthMechanism
public boolean removeAuthMechanism(AuthMechanism mech)
Remove a AuthMechanism object to the set return value : false = found true = not found
-
addAuthMechanism
public boolean addAuthMechanism(int mech)
Add a AuthMechanism object with given auth mech value to the set return value : false = found true = not found
-
removeAuthMechanism
public boolean removeAuthMechanism(int mech)
Remove a AuthMechanism object with given auth mech value from the set return value : false = found true = not found
-
addConnectionDefDescriptor
public void addConnectionDefDescriptor(ConnectionDefDescriptor conDefDesc)
adds an entry to the set of connection definitions
-
hasConnectionDefDescriptor
public boolean hasConnectionDefDescriptor(String connectionFactoryIntf)
-
removeConnectionDefDescriptor
public void removeConnectionDefDescriptor(ConnectionDefDescriptor conDefDesc)
removes an entry from the set of connection definitions
-
getConnectionDefs
public Set<ConnectionDefDescriptor> getConnectionDefs()
returns the set of connection definitions
-
setConnectionDef
public void setConnectionDef(ConnectionDefDescriptor conDef)
For being able to read 1.0 and write 1.5
-
getConnectionDef
public ConnectionDefDescriptor getConnectionDef()
-
getManagedConnectionFactoryImpl
public String getManagedConnectionFactoryImpl()
Gets the value of ManagedconnectionFactoryImpl
-
setManagedConnectionFactoryImpl
public void setManagedConnectionFactoryImpl(String managedConnectionFactoryImpl)
Sets the value of ManagedconnectionFactoryImpl
-
getConfigProperties
public Set getConfigProperties()
Set of EnvironmentProperty
-
addConfigProperty
public void addConfigProperty(EnvironmentProperty configProperty)
Add a configProperty to the set
-
removeConfigProperty
public void removeConfigProperty(EnvironmentProperty configProperty)
Add a configProperty to the set
-
getConnectionFactoryImpl
public String getConnectionFactoryImpl()
Get connection factory impl
-
setConnectionFactoryImpl
public void setConnectionFactoryImpl(String cf)
set connection factory impl
-
getConnectionFactoryIntf
public String getConnectionFactoryIntf()
Get connection factory intf
-
setConnectionFactoryIntf
public void setConnectionFactoryIntf(String cf)
set connection factory intf
-
getConnectionIntf
public String getConnectionIntf()
Get connection intf
-
setConnectionIntf
public void setConnectionIntf(String con)
set connection intf
-
getConnectionImpl
public String getConnectionImpl()
Get connection impl
-
setConnectionImpl
public void setConnectionImpl(String con)
set connection intf
-
isReauthenticationSupportSet
public boolean isReauthenticationSupportSet()
-
isTransactionSupportSet
public boolean isTransactionSupportSet()
-
getCredentialInterfaceName
public static String getCredentialInterfaceName(jakarta.resource.spi.AuthenticationMechanism.CredentialInterface ci)
-
-