AppDeploymentMBean
@Deprecated public interface ConnectorComponentMBean extends ComponentMBean
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method and Description |
---|---|
java.util.HashSet |
getAuthenticationMechanisms()
Deprecated.
|
java.lang.ClassLoader |
getClassLoader()
Deprecated.
|
java.util.Hashtable |
getConfigProperties()
Deprecated.
|
java.lang.String |
getConnectionFactoryDescription()
Deprecated.
|
java.lang.String |
getConnectionFactoryImpl()
Deprecated.
|
java.lang.String |
getConnectionFactoryInterface()
Deprecated.
|
java.lang.String |
getConnectionFactoryName()
Deprecated.
|
java.lang.String |
getConnectionImpl()
Deprecated.
|
java.lang.String |
getConnectionInterface()
Deprecated.
|
boolean |
getConnectionProfilingEnabled()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
java.lang.String |
getDisplayName()
Deprecated.
|
java.lang.String |
getEisType()
Deprecated.
|
java.lang.String |
getLargeIcon()
Deprecated.
|
java.lang.String |
getLicenseDescription()
Deprecated.
|
boolean |
getLicenseRequired()
Deprecated.
|
java.lang.String |
getManagedConnectionFactoryClass()
Deprecated.
|
int |
getMaxCapacity()
Deprecated.
|
boolean |
getreauthenticationSupport()
Deprecated.
|
java.util.HashSet |
getSecurityPermissions()
Deprecated.
|
java.lang.String |
getSmallIcon()
Deprecated.
|
java.lang.String |
getSpecVersion()
Deprecated.
|
java.lang.String |
getTransactionSupport()
Deprecated.
|
java.lang.String |
getVendorName()
Deprecated.
|
java.lang.String |
getVersion()
Deprecated.
|
void |
setAuthenticationMechanisms(java.util.HashSet authMech)
Deprecated.
|
void |
setClassLoader(java.lang.ClassLoader classLoader)
Deprecated.
|
void |
setConfigProperties(java.util.Hashtable configProperties)
Deprecated.
|
void |
setConnectionFactoryDescription(java.lang.String cfDescription)
Deprecated.
|
void |
setConnectionFactoryImpl(java.lang.String connectionFactoryImpl)
Deprecated.
|
void |
setConnectionFactoryInterface(java.lang.String connectionFactoryInterface)
Deprecated.
|
void |
setConnectionFactoryName(java.lang.String cfName)
Deprecated.
|
void |
setConnectionImpl(java.lang.String connectionImpl)
Deprecated.
|
void |
setConnectionInterface(java.lang.String connectionInterface)
Deprecated.
|
void |
setConnectionProfilingEnabled(boolean value)
Deprecated.
|
void |
setDescription(java.lang.String description)
Deprecated.
|
void |
setDisplayName(java.lang.String displayName)
Deprecated.
|
void |
setEisType(java.lang.String eisType)
Deprecated.
|
void |
setLargeIcon(java.lang.String largeIcon)
Deprecated.
|
void |
setLicenseDescription(java.lang.String licenseDescription)
Deprecated.
|
void |
setLicenseRequired(boolean licenseRequired)
Deprecated.
|
void |
setManagedConnectionFactoryClass(java.lang.String managedConnectionFactoryClass)
Deprecated.
|
void |
setMaxCapacity(int capacity)
Deprecated.
|
void |
setreauthenticationSupport(boolean reauthenticationSupport)
Deprecated.
|
void |
setSecurityPermissions(java.util.HashSet securityPermissions)
Deprecated.
|
void |
setSmallIcon(java.lang.String smallIcon)
Deprecated.
|
void |
setSpecVersion(java.lang.String specVersion)
Deprecated.
|
void |
setTransactionSupport(java.lang.String transactionSupport)
Deprecated.
|
void |
setVendorName(java.lang.String vendorName)
Deprecated.
|
void |
setVersion(java.lang.String version)
Deprecated.
|
activated, addActivatedTarget, getActivatedTargets, getApplication, getURI, refreshDDsIfNeeded, removeActivatedTarget, setActivatedTargets, setApplication, setURI
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets
addTag, freezeCurrentValue, getComments, getId, getInheritedProperties, getName, getNotes, getTags, isDefaultedMBean, isDynamicallyCreated, isInherited, isPersistenceEnabled, isSet, removeTag, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, setTags, touch, unSet
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
@Deprecated java.lang.String getDescription()
The Resource Adapter Component description.
@Deprecated void setDescription(java.lang.String description) throws javax.management.InvalidAttributeValueException
The parameter description.
description
- The new description valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getDisplayName()
The Resource Adapter Component display name.
@Deprecated void setDisplayName(java.lang.String displayName) throws javax.management.InvalidAttributeValueException
displayName
- The new displayName valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getEisType()
The EIS type of the Resource Adapter Component.
@Deprecated void setEisType(java.lang.String eisType) throws javax.management.InvalidAttributeValueException
eisType
- The new eisType valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getSmallIcon()
The small icon name for the Resource Adapter Component.
@Deprecated void setSmallIcon(java.lang.String smallIcon) throws javax.management.InvalidAttributeValueException
smallIcon
- The new smallIcon valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getLargeIcon()
The large icon name for the Resource Adapter Component.
@Deprecated void setLargeIcon(java.lang.String largeIcon) throws javax.management.InvalidAttributeValueException
largeIcon
- The new largeIcon valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getLicenseDescription()
The license description.
@Deprecated void setLicenseDescription(java.lang.String licenseDescription) throws javax.management.InvalidAttributeValueException
licenseDescription
- The new licenseDescription valuejavax.management.InvalidAttributeValueException
@Deprecated boolean getLicenseRequired()
A flag that indicates whether or not a license is required.
@Deprecated void setLicenseRequired(boolean licenseRequired) throws javax.management.InvalidAttributeValueException
licenseRequired
- The new licenseRequired valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getSpecVersion()
The version of the Resource Adapter Component specification.
@Deprecated void setSpecVersion(java.lang.String specVersion) throws javax.management.InvalidAttributeValueException
specVersion
- The new specVersion valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getVendorName()
The name of the Resource Adapter Component vendor.
@Deprecated void setVendorName(java.lang.String vendorName) throws javax.management.InvalidAttributeValueException
vendorName
- The new vendorName valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getVersion()
The version of the Resource Adapter Component.
@Deprecated void setVersion(java.lang.String version) throws javax.management.InvalidAttributeValueException
version
- The new version valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getConnectionFactoryImpl()
The Connection Factory Implementation.
@Deprecated void setConnectionFactoryImpl(java.lang.String connectionFactoryImpl) throws javax.management.InvalidAttributeValueException
connectionFactoryImpl
- The new connectionFactoryImpl valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getConnectionFactoryInterface()
The Connection Factory Interface.
@Deprecated void setConnectionFactoryInterface(java.lang.String connectionFactoryInterface) throws javax.management.InvalidAttributeValueException
connectionFactoryInterface
- The new connectionFactoryInterface valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getConnectionImpl()
The Connection Implementation.
@Deprecated void setConnectionImpl(java.lang.String connectionImpl) throws javax.management.InvalidAttributeValueException
connectionImpl
- The new connectionImpl valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getConnectionInterface()
The Connection Interface.
@Deprecated void setConnectionInterface(java.lang.String connectionInterface) throws javax.management.InvalidAttributeValueException
connectionInterface
- The new connectionInterface valuejavax.management.InvalidAttributeValueException
@Deprecated boolean getConnectionProfilingEnabled()
The flag that indicates whether to store connection call stacks.
@Deprecated void setConnectionProfilingEnabled(boolean value) throws javax.management.InvalidAttributeValueException
value
- The new connectionProfilingEnabled valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getManagedConnectionFactoryClass()
The Managed Connection Factory Class.
@Deprecated void setManagedConnectionFactoryClass(java.lang.String managedConnectionFactoryClass) throws javax.management.InvalidAttributeValueException
managedConnectionFactoryClass
- The new managedConnectionFactoryClass
valuejavax.management.InvalidAttributeValueException
@Deprecated boolean getreauthenticationSupport()
Flag that indicates whether reauthorization is supported.
@Deprecated void setreauthenticationSupport(boolean reauthenticationSupport) throws javax.management.InvalidAttributeValueException
reauthenticationSupport
- javax.management.InvalidAttributeValueException
@Deprecated java.lang.String getTransactionSupport()
The transaction support (choices are none, local, XA).
@Deprecated void setTransactionSupport(java.lang.String transactionSupport) throws javax.management.InvalidAttributeValueException
transactionSupport
- The new transactionSupport valuejavax.management.InvalidAttributeValueException
@Deprecated java.util.Hashtable getConfigProperties()
The configuration properties.
@Deprecated void setConfigProperties(java.util.Hashtable configProperties)
configProperties
- The new configProperties value@Deprecated java.util.HashSet getAuthenticationMechanisms()
The authentication mechanism @transient.
@Deprecated void setAuthenticationMechanisms(java.util.HashSet authMech)
authMech
- The new authenticationMechanisms value@Deprecated java.util.HashSet getSecurityPermissions()
The security permission.
@Deprecated void setSecurityPermissions(java.util.HashSet securityPermissions)
securityPermissions
- The new securityPermissions value@Deprecated java.lang.ClassLoader getClassLoader()
The classloader
@Deprecated void setClassLoader(java.lang.ClassLoader classLoader) throws javax.management.InvalidAttributeValueException
classLoader
- The new classLoader valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getConnectionFactoryName()
The connection factory name.
@Deprecated void setConnectionFactoryName(java.lang.String cfName) throws javax.management.InvalidAttributeValueException
cfName
- The new connectionFactoryName valuejavax.management.InvalidAttributeValueException
@Deprecated java.lang.String getConnectionFactoryDescription()
The connection factory description.
@Deprecated void setConnectionFactoryDescription(java.lang.String cfDescription) throws javax.management.InvalidAttributeValueException
cfDescription
- The new connectionFactoryDescription valuejavax.management.InvalidAttributeValueException
@Deprecated int getMaxCapacity()
The maximum number of physical database connections (between 0 and a positive 32-bit integer) that this Connector connection pool can contain.
The maximum number of connections.
@Deprecated void setMaxCapacity(int capacity) throws javax.management.InvalidAttributeValueException
capacity
- The new maxCapacity valuejavax.management.InvalidAttributeValueException