BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.configuration
Interface ConnectorComponentMBean


public interface ConnectorComponentMBean
extends ComponentMBean

This bean defines a Resource Adapter.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.management.configuration.DeploymentMBean
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER
 
Method Summary
 java.util.HashSet getAuthenticationMechanisms()
          The authentication mechanism
 int getCapacityIncrement()
          The increment by which the pool capacity is expanded.
 java.lang.ClassLoader getClassLoader()
          The classloader
 java.util.Hashtable getConfigProperties()
          The configuration properties
 int getConnectionCleanupFrequency()
          Frequency which connection duration times are checked.
 int getConnectionDurationTime()
          Duration of time which connections are allowed to be active.
 java.lang.String getConnectionFactoryDescription()
          The connection factory description
 java.lang.String getConnectionFactoryImpl()
          The Connection Factory Implmentation
 java.lang.String getConnectionFactoryInterface()
          The Connection Factory Interface
 java.lang.String getConnectionFactoryName()
          The connection factory name
 java.lang.String getConnectionImpl()
          The Connection Implementation
 java.lang.String getConnectionInterface()
          The Connection Interface
 java.lang.String getDescription()
          The Resource Adapter Component description
 java.lang.String getDisplayName()
          The Resource Adapter Component's display name
 java.lang.String getEisType()
          The EIS type of the Resource Adapter Component
 int getInitialCapacity()
          The initial number of connections.
 java.lang.String getJndiName()
          The JNDI name for the Managed Connection Factory reference
 java.lang.String getLargeIcon()
          The large icon name for the Resource Adapter Component
 java.lang.String getLicenseDescription()
          The license description
 boolean getLicenseRequired()
          A flag which indicates whether/not a license is required
 java.lang.String getLogFileName()
          The ManagedConnectionFactory log file
 boolean getLoggingEnabled()
          The ManagedConnectionFactory logger flag
 java.lang.String getManagedConnectionFactoryClass()
          The Managed Connection Factory Class
 java.util.Hashtable getMapConfigProperties()
          The mapped configuration properties (those that are overriden from the default configuration properties
 int getMaxCapacity()
          The maximum number of connections.
 java.lang.String getNativeLibDir()
          The native library directory
 java.lang.String getRALinkRef()
          The Resource Adapter Link reference
 boolean getreauthenticationSupport()
          Flag which indicates whether/not reauthorization is supported
 java.util.HashSet getSecurityPermissions()
          The security permission
 java.util.Hashtable getSecurityPrincipalMaps()
          The security principal maps
 int getShrinkPeriodMinutes()
           
 java.lang.String getSmallIcon()
          The small icon name for the Resource Adapter Component
 java.lang.String getSpecVersion()
          The version of the Resource Adapter Component specification
 java.lang.String getTransactionSupport()
          The transaction support (none, local, XA)
 java.lang.String getVendorName()
          The name of the Resource Adapter Component vendor
 java.lang.String getVersion()
          The version of the Resource Adapter Component
 boolean isDelayedBinding()
           
 boolean isShrinkingEnabled()
          Set to true to enable pool shrinking.
 void setAuthenticationMechanisms(java.util.HashSet authMech)
           
 void setCapacityIncrement(int capacity)
           
 void setClassLoader(java.lang.ClassLoader classLoader)
           
 void setConfigProperties(java.util.Hashtable configProperties)
           
 void setConnectionCleanupFrequency(int cleanupFrequency)
           
 void setConnectionDurationTime(int durationTime)
           
 void setConnectionFactoryDescription(java.lang.String cfDescription)
           
 void setConnectionFactoryImpl(java.lang.String connectionFactoryImpl)
           
 void setConnectionFactoryInterface(java.lang.String connectionFactoryInterface)
           
 void setConnectionFactoryName(java.lang.String cfName)
           
 void setConnectionImpl(java.lang.String connectionImpl)
           
 void setConnectionInterface(java.lang.String connectionInterface)
           
 void setDelayedBinding(boolean delayed)
           
 void setDescription(java.lang.String description)
           
 void setDisplayName(java.lang.String displayName)
           
 void setEisType(java.lang.String eisType)
           
 void setInitialCapacity(int capacity)
           
 void setJndiName(java.lang.String jndiName)
           
 void setLargeIcon(java.lang.String largeIcon)
           
 void setLicenseDescription(java.lang.String licenseDescription)
           
 void setLicenseRequired(boolean licenseRequired)
           
 void setLogFileName(java.lang.String fileName)
           
 void setLoggingEnabled(boolean enabled)
           
 void setManagedConnectionFactoryClass(java.lang.String managedConnectionFactoryClass)
           
 void setMapConfigProperties(java.util.Hashtable mapConfigProperties)
           
 void setMaxCapacity(int capacity)
           
 void setNativeLibDir(java.lang.String nativeLibDir)
           
 void setRALinkRef(java.lang.String RALinkRef)
           
 void setreauthenticationSupport(boolean reauthenticationSupport)
           
 void setSecurityPermissions(java.util.HashSet securityPermissions)
           
 void setSecurityPrincipalMaps(java.util.Hashtable securityPrincipalMaps)
           
 void setShrinkingEnabled(boolean enable)
           
 void setShrinkPeriodMinutes(int minutes)
           
 void setSmallIcon(java.lang.String smallIcon)
           
 void setSpecVersion(java.lang.String specVersion)
           
 void setTransactionSupport(java.lang.String transactionSupport)
           
 void setVendorName(java.lang.String vendorName)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from interface weblogic.management.configuration.ComponentMBean
getApplication, getURI, setApplication, setURI
 
Methods inherited from interface weblogic.management.configuration.DeploymentMBean
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
getNotes, setNotes, setPersistenceEnabled
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getDescription

public java.lang.String getDescription()
The Resource Adapter Component description

A non-configurable MBean attribute.

setDescription

public void setDescription(java.lang.String description)
                    throws javax.management.InvalidAttributeValueException


getDisplayName

public java.lang.String getDisplayName()
The Resource Adapter Component's display name

A non-configurable MBean attribute.

setDisplayName

public void setDisplayName(java.lang.String displayName)
                    throws javax.management.InvalidAttributeValueException


getEisType

public java.lang.String getEisType()
The EIS type of the Resource Adapter Component

A non-configurable MBean attribute.

setEisType

public void setEisType(java.lang.String eisType)
                throws javax.management.InvalidAttributeValueException


getSmallIcon

public java.lang.String getSmallIcon()
The small icon name for the Resource Adapter Component

A non-configurable MBean attribute.

setSmallIcon

public void setSmallIcon(java.lang.String smallIcon)
                  throws javax.management.InvalidAttributeValueException


getLargeIcon

public java.lang.String getLargeIcon()
The large icon name for the Resource Adapter Component

A non-configurable MBean attribute.

setLargeIcon

public void setLargeIcon(java.lang.String largeIcon)
                  throws javax.management.InvalidAttributeValueException


getLicenseDescription

public java.lang.String getLicenseDescription()
The license description

A non-configurable MBean attribute.

setLicenseDescription

public void setLicenseDescription(java.lang.String licenseDescription)
                           throws javax.management.InvalidAttributeValueException


getLicenseRequired

public boolean getLicenseRequired()
A flag which indicates whether/not a license is required

A non-configurable MBean attribute.

setLicenseRequired

public void setLicenseRequired(boolean licenseRequired)
                        throws javax.management.InvalidAttributeValueException


getSpecVersion

public java.lang.String getSpecVersion()
The version of the Resource Adapter Component specification

A non-configurable MBean attribute.

setSpecVersion

public void setSpecVersion(java.lang.String specVersion)
                    throws javax.management.InvalidAttributeValueException


getVendorName

public java.lang.String getVendorName()
The name of the Resource Adapter Component vendor

A non-configurable MBean attribute.

setVendorName

public void setVendorName(java.lang.String vendorName)
                   throws javax.management.InvalidAttributeValueException


getVersion

public java.lang.String getVersion()
The version of the Resource Adapter Component

A non-configurable MBean attribute.

setVersion

public void setVersion(java.lang.String version)
                throws javax.management.InvalidAttributeValueException


getConnectionFactoryImpl

public java.lang.String getConnectionFactoryImpl()
The Connection Factory Implmentation

A non-configurable MBean attribute.

setConnectionFactoryImpl

public void setConnectionFactoryImpl(java.lang.String connectionFactoryImpl)
                              throws javax.management.InvalidAttributeValueException


getConnectionFactoryInterface

public java.lang.String getConnectionFactoryInterface()
The Connection Factory Interface

A non-configurable MBean attribute.

setConnectionFactoryInterface

public void setConnectionFactoryInterface(java.lang.String connectionFactoryInterface)
                                   throws javax.management.InvalidAttributeValueException


getConnectionImpl

public java.lang.String getConnectionImpl()
The Connection Implementation

A non-configurable MBean attribute.

setConnectionImpl

public void setConnectionImpl(java.lang.String connectionImpl)
                       throws javax.management.InvalidAttributeValueException


getConnectionInterface

public java.lang.String getConnectionInterface()
The Connection Interface

A non-configurable MBean attribute.

setConnectionInterface

public void setConnectionInterface(java.lang.String connectionInterface)
                            throws javax.management.InvalidAttributeValueException


getManagedConnectionFactoryClass

public java.lang.String getManagedConnectionFactoryClass()
The Managed Connection Factory Class

A non-configurable MBean attribute.

setManagedConnectionFactoryClass

public void setManagedConnectionFactoryClass(java.lang.String managedConnectionFactoryClass)
                                      throws javax.management.InvalidAttributeValueException


getreauthenticationSupport

public boolean getreauthenticationSupport()
Flag which indicates whether/not reauthorization is supported

A non-configurable MBean attribute.

setreauthenticationSupport

public void setreauthenticationSupport(boolean reauthenticationSupport)
                                throws javax.management.InvalidAttributeValueException


getTransactionSupport

public java.lang.String getTransactionSupport()
The transaction support (none, local, XA)

A non-configurable MBean attribute.

setTransactionSupport

public void setTransactionSupport(java.lang.String transactionSupport)
                           throws javax.management.InvalidAttributeValueException


getConfigProperties

public java.util.Hashtable getConfigProperties()
The configuration properties

A non-configurable MBean attribute.

setConfigProperties

public void setConfigProperties(java.util.Hashtable configProperties)


getAuthenticationMechanisms

public java.util.HashSet getAuthenticationMechanisms()
The authentication mechanism

A non-configurable MBean attribute.

setAuthenticationMechanisms

public void setAuthenticationMechanisms(java.util.HashSet authMech)


getSecurityPermissions

public java.util.HashSet getSecurityPermissions()
The security permission

A non-configurable MBean attribute.

setSecurityPermissions

public void setSecurityPermissions(java.util.HashSet securityPermissions)


getClassLoader

public java.lang.ClassLoader getClassLoader()
The classloader

A non-configurable MBean attribute.

setClassLoader

public void setClassLoader(java.lang.ClassLoader classLoader)
                    throws javax.management.InvalidAttributeValueException


getConnectionFactoryName

public java.lang.String getConnectionFactoryName()
The connection factory name

A non-configurable MBean attribute.

setConnectionFactoryName

public void setConnectionFactoryName(java.lang.String cfName)
                              throws javax.management.InvalidAttributeValueException


getConnectionFactoryDescription

public java.lang.String getConnectionFactoryDescription()
The connection factory description

A non-configurable MBean attribute.

setConnectionFactoryDescription

public void setConnectionFactoryDescription(java.lang.String cfDescription)
                                     throws javax.management.InvalidAttributeValueException


getJndiName

public java.lang.String getJndiName()
The JNDI name for the Managed Connection Factory reference

A non-configurable MBean attribute.

setJndiName

public void setJndiName(java.lang.String jndiName)
                 throws javax.management.InvalidAttributeValueException


getRALinkRef

public java.lang.String getRALinkRef()
The Resource Adapter Link reference

A non-configurable MBean attribute.

setRALinkRef

public void setRALinkRef(java.lang.String RALinkRef)
                  throws javax.management.InvalidAttributeValueException


getNativeLibDir

public java.lang.String getNativeLibDir()
The native library directory

A non-configurable MBean attribute.

setNativeLibDir

public void setNativeLibDir(java.lang.String nativeLibDir)
                     throws javax.management.InvalidAttributeValueException


getMapConfigProperties

public java.util.Hashtable getMapConfigProperties()
The mapped configuration properties (those that are overriden from the default configuration properties

A non-configurable MBean attribute.

setMapConfigProperties

public void setMapConfigProperties(java.util.Hashtable mapConfigProperties)


getSecurityPrincipalMaps

public java.util.Hashtable getSecurityPrincipalMaps()
The security principal maps

A non-configurable MBean attribute.

setSecurityPrincipalMaps

public void setSecurityPrincipalMaps(java.util.Hashtable securityPrincipalMaps)


getLoggingEnabled

public boolean getLoggingEnabled()
The ManagedConnectionFactory logger flag

A non-configurable MBean attribute.

setLoggingEnabled

public void setLoggingEnabled(boolean enabled)


getLogFileName

public java.lang.String getLogFileName()
The ManagedConnectionFactory log file

A non-configurable MBean attribute.

setLogFileName

public void setLogFileName(java.lang.String fileName)


getInitialCapacity

public int getInitialCapacity()
The initial number of connections.

A non-configurable MBean attribute.
Default Value: 1
Legal Minimum Value: 0

setInitialCapacity

public void setInitialCapacity(int capacity)
                        throws javax.management.InvalidAttributeValueException


getMaxCapacity

public int getMaxCapacity()
The maximum number of connections.

A non-configurable MBean attribute.
Default Value: 10
Legal Minimum Value: 1

setMaxCapacity

public void setMaxCapacity(int capacity)
                    throws javax.management.InvalidAttributeValueException


getCapacityIncrement

public int getCapacityIncrement()
The increment by which the pool capacity is expanded.

A non-configurable MBean attribute.
Default Value: 1
Legal Minimum Value: 0

setCapacityIncrement

public void setCapacityIncrement(int capacity)
                          throws javax.management.InvalidAttributeValueException


isShrinkingEnabled

public boolean isShrinkingEnabled()
Set to true to enable pool shrinking.

A non-configurable MBean attribute.
Default Value: true

setShrinkingEnabled

public void setShrinkingEnabled(boolean enable)
                         throws javax.management.InvalidAttributeValueException


isDelayedBinding

public boolean isDelayedBinding()

A non-configurable MBean attribute.
Default Value: false

setDelayedBinding

public void setDelayedBinding(boolean delayed)


getShrinkPeriodMinutes

public int getShrinkPeriodMinutes()

A non-configurable MBean attribute.
Default Value: 15
Legal Minimum Value: 0

setShrinkPeriodMinutes

public void setShrinkPeriodMinutes(int minutes)
                            throws javax.management.InvalidAttributeValueException


getConnectionCleanupFrequency

public int getConnectionCleanupFrequency()
Frequency which connection duration times are checked. Connections are cleaned up if they have exceeded their duration time.

A non-configurable MBean attribute.
Default Value: -1

setConnectionCleanupFrequency

public void setConnectionCleanupFrequency(int cleanupFrequency)
                                   throws javax.management.InvalidAttributeValueException


getConnectionDurationTime

public int getConnectionDurationTime()
Duration of time which connections are allowed to be active.

A non-configurable MBean attribute.
Default Value: -1

setConnectionDurationTime

public void setConnectionDurationTime(int durationTime)
                               throws javax.management.InvalidAttributeValueException


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.