A B C D E F G H I J L M N P R S T U V Z

A

AlertCodeMap - interface com.stc.connector.management.jca.system.mbeans.AlertCodeMap.
 
AlertCodes - class com.stc.connector.management.jca.system.mbeans.AlertCodes.
 
AlertCodes() - Constructor for class com.stc.connector.management.jca.system.mbeans.AlertCodes
 
AssociateableHandle - interface com.stc.connector.framework.client.AssociateableHandle.
Interface that needs to be implemented by all application specific connection handles (including CCI Connection) in order to be managed by STCManagedConnection.
acquire() - Method in class com.stc.connector.framework.util.SemiSema
 
addASMBean(Object, String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
addASMBean(Object, String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
addAttribInfo(MBeanAttributeInfo) - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
 
addAttribute(String, Object) - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Adds a connection event listener to the ManagedConnection instance.
addConnectionHandle(AssociateableHandle) - Method in interface com.stc.connector.framework.eway.ManagedConnectionCallback
Adds a connection handle to the ManagedConnection instance.
addConnectionHandle(AssociateableHandle) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Adds a connection handle to the ManagedConnection instance.
addInboundWorkItem(Object, Object) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
addInboundWorkItem(Object, Object) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
addMBeanAttribInfoToList(String, String) - Method in class com.stc.connector.management.util.MBeanInfoConfigModelHelper
Adds an MBeanAttributeInfo to the config MBean.
addMBeanAttribToList(String, Object) - Method in class com.stc.connector.management.util.MBeanInfoConfigModelHelper
Sets an MBean Attribute value to the config MBean
addMCFMBean(Object, String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
addMCFMBean(Object, String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
addManagedConnectionMBean(Object, String) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
addManagedConnectionMBean(Object, String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
intercepts the addNotificationListener and increment listeners counter
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.stc.connector.framework.jca.system.STCConnectionManager
Allocate connection.
associateConnection(Object) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Used by the container to change the association of an application-level connection handle with a ManagedConneciton instance.

B

BASE64CARS - Static variable in class com.stc.connector.framework.util.Base64
Table of the sixty-four characters that are used as the Base64 alphabet: [A-Za-z0-9+/]
Base64 - class com.stc.connector.framework.util.Base64.
Implements Base64 encoding and decoding as defined by RFC 2045: "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies" page 23.
Base64DecodingException - exception com.stc.connector.framework.util.Base64DecodingException.
Exception that is thrown when an unexpected character is encountered during Base64 decoding.
Base64DecodingException(String, char) - Constructor for class com.stc.connector.framework.util.Base64DecodingException
Construct an new exception.
Base64Utils - class com.stc.connector.framework.util.Base64Utils.
Implements additional Base64 encoding and decoding methods.
Base64Utils() - Constructor for class com.stc.connector.framework.util.Base64Utils
 
BaseMonitorMBean - class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean.
The BaseMonitorMBean class provides the basic functionalities for buffering alerts if the Event Management framework is not yet ready for receiving alerts.
BaseMonitorMBean() - Constructor for class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
default constructor
base64Decode(String) - Static method in class com.stc.connector.framework.util.Base64Utils
Decodes a String using MIME Base64 Encryption.
base64Decode(byte[]) - Static method in class com.stc.connector.framework.util.Base64Utils
Decodes a byte array supplied in Base64-encoded format and returns the decoded data as a byte array.
base64DecodeToByte(String) - Static method in class com.stc.connector.framework.util.Base64Utils
Given a String that is in Base64 encoded format, this method will decode the data and return the decoded data as a byte array.
buildDefaultDynamicMBeanInfo() - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
Build the protected MBeanInfo field, which represents the management interface exposed by the MBean; i.e., the set of attributes, constructors, operations and notifications which are available for management.
buildDynamicMBeanInfo() - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
 
buildDynamicMBeanInfo() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Build the protected MBeanInfo field, which represents the management interface exposed by the MBean; i.e., the set of attributes, constructors, operations and notifications which are available for management.
buildDynamicMBeanInfo() - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
Build the protected MBeanInfo field, which represents the management interface exposed by the MBean; i.e., the set of attributes, constructors, operations and notifications which are available for management.
buildDynamicMBeanInfo() - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Build the protected MBeanInfo field, which represents the management interface exposed by the MBean; i.e., the set of attributes, constructors, operations and notifications which are available for management.
buildDynamicMBeanInfo() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Build the protected MBeanInfo field, which represents the management interface exposed by the MBean; i.e., the set of attributes, constructors, operations and notifications which are available for management.
byteToBase64String(byte[]) - Static method in class com.stc.connector.framework.util.Base64Utils
Given a byte array, this method will Base64-encode the byte array data and return the encoded data as a String.

C

ConfigurationHelper - class com.stc.connector.framework.util.ConfigurationHelper.
DOCUMENT ME!
ConfigurationHelper(IConfiguration) - Constructor for class com.stc.connector.framework.util.ConfigurationHelper
Creates a new instance of ConfigurationHelper
ConfigurationHelper(ISection) - Constructor for class com.stc.connector.framework.util.ConfigurationHelper
Creates a new instance of ConfigurationHelper
cleanup() - Method in interface com.stc.connector.framework.eway.EwayConnection
Perform clean up of any resources or reset of any state held by the instance of EwayConnection.
cleanup() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Application server calls this method to force any cleanup on the ManagedConnection instance.
com.stc.connector.framework.client - package com.stc.connector.framework.client
 
com.stc.connector.framework.client.appconn - package com.stc.connector.framework.client.appconn
 
com.stc.connector.framework.eway - package com.stc.connector.framework.eway
 
com.stc.connector.framework.jca.system - package com.stc.connector.framework.jca.system
 
com.stc.connector.framework.util - package com.stc.connector.framework.util
 
com.stc.connector.management - package com.stc.connector.management
 
com.stc.connector.management.jca.system.mbeans - package com.stc.connector.management.jca.system.mbeans
 
com.stc.connector.management.mbeanserver - package com.stc.connector.management.mbeanserver
 
com.stc.connector.management.util - package com.stc.connector.management.util
 
convert(IConfiguration, String) - Method in class com.stc.connector.framework.util.EwayConfigModelUtil
Convert a configuration model to a Properties object.
createCRI() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Creates a new ConnectionRequestInfo instance out of the common properties in the ManagedConnectionFactory instance and the provided ConnectionRequestInfo instance.
createConnectionFactory(ConnectionManager) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Creates a Connection Factory instance.
createConnectionFactory() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Creates a Connection Factory instance.
createDirectory(File) - Static method in class com.stc.connector.framework.util.DirUtils
Create the requested directory.
createMBean(String, String) - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Creates the MBean
createMBean(String, String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Creates the MBean
createMBean(String, String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Creates the MBean
createMBean(String, String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Creates the MBean
createMBean(String, String) - Method in interface com.stc.connector.management.STCManagedMaster
 
createMBean(String) - Method in class com.stc.connector.management.mbeanserver.MBeansRegistrar
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Creates a new physical connection to the underlying EIS resource manager, ManagedConnectionFactory uses the security information (passed as Subject) and additional ConnectionRequestInfo (which is specific to ResourceAdapter and opaque to application server) to create this new connection.
createPropertiesInfo() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Creates a new STCPropertiesInfo instance for the the ActivationSpec properties from the ActivationSpec configuration model.
createPropertiesInfo() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Creates a new STCPropertiesInfo instance for the the ResourceAdapter properties from the ResourceAdapter configuration model.

D

DirUtils - class com.stc.connector.framework.util.DirUtils.
Utilities for Directory manipulation.
DirUtils() - Constructor for class com.stc.connector.framework.util.DirUtils
 
decode(String) - Static method in class com.stc.connector.framework.util.Base64
Decode a Base64 encoded String.
decode(String, String) - Static method in class com.stc.connector.framework.util.Base64
Decode a Base64 encoded String.
decode(byte[]) - Static method in class com.stc.connector.framework.util.Base64
Decode Base64 encoded bytes.
decode(File) - Static method in class com.stc.connector.framework.util.Base64
Decode Base64 encoded data from one file to the other.
decode(File, boolean) - Static method in class com.stc.connector.framework.util.Base64
Decode Base64 encoded data from one file to the other.
decode(File, File) - Static method in class com.stc.connector.framework.util.Base64
Decode Base64 encoded data from one file to the other.
decode(File, File, boolean) - Static method in class com.stc.connector.framework.util.Base64
Decode Base64 encoded data from one file to the other.
decode(InputStream, OutputStream) - Static method in class com.stc.connector.framework.util.Base64
Decode Base64 encoded data from the InputStream to the OutputStream.
decode(InputStream, OutputStream, boolean) - Static method in class com.stc.connector.framework.util.Base64
Decode Base64 encoded data from the InputStream to the OutputStream.
deflate(byte[]) - Method in class com.stc.connector.framework.util.ZIPUtils
Compress byte data.
destroy() - Method in interface com.stc.connector.framework.eway.EwayConnection
Release any resources prior to the destruction of the associated ManagedConnection.
destroy() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Destroys the physical connection to the underlying resource manager.
disable() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
disable() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
disable() - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
disable() - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
disable() - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Disable use of managed connection
disable() - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
disable() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
disable() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
displayAttribs() - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
 

E

EWAY_ERROR - Static variable in class com.stc.connector.management.jca.system.mbeans.AlertCodes
 
EWAY_RUNNING - Static variable in class com.stc.connector.management.jca.system.mbeans.AlertCodes
 
EWAY_STARTED - Static variable in class com.stc.connector.management.jca.system.mbeans.AlertCodes
Eway started/starting Params: {0}
EWAY_STOPPED - Static variable in class com.stc.connector.management.jca.system.mbeans.AlertCodes
 
EWAY_STOPPING - Static variable in class com.stc.connector.management.jca.system.mbeans.AlertCodes
 
EWAY_SUSPENDED - Static variable in class com.stc.connector.management.jca.system.mbeans.AlertCodes
 
EWAY_SUSPENDING - Static variable in class com.stc.connector.management.jca.system.mbeans.AlertCodes
 
EwayActivationSpec - interface com.stc.connector.framework.eway.EwayActivationSpec.
Interface for eWay activation.
EwayConfigModelUtil - class com.stc.connector.framework.util.EwayConfigModelUtil.
Utility class for processing eWay configuration model.
EwayConfigModelUtil() - Constructor for class com.stc.connector.framework.util.EwayConfigModelUtil
 
EwayConnection - interface com.stc.connector.framework.eway.EwayConnection.
EwayConnection interface for ManagedConnection support
EwayResourceAdapter - interface com.stc.connector.framework.eway.EwayResourceAdapter.
Interface for eWay ResourceAdapter lifecycle.
EwayResourceAdapterImpl - class com.stc.connector.framework.eway.EwayResourceAdapterImpl.
Default implementation for EwayResourceAdapter.
EwayResourceAdapterImpl() - Constructor for class com.stc.connector.framework.eway.EwayResourceAdapterImpl
Creates a new instance of EwayResourceAdapterImpl
enable() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
enable() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
enable() - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
enable() - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
enable() - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Enable use of managed connection
enable() - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
enable() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
enable() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
encode(String) - Static method in class com.stc.connector.framework.util.Base64
Encode a String in Base64.
encode(String, String) - Static method in class com.stc.connector.framework.util.Base64
Encode a String in Base64.
encode(byte[]) - Static method in class com.stc.connector.framework.util.Base64
Encode bytes in Base64.
encode(File) - Static method in class com.stc.connector.framework.util.Base64
Encode this file in Base64.
encode(File, boolean) - Static method in class com.stc.connector.framework.util.Base64
Encode this file in Base64.
encode(File, File) - Static method in class com.stc.connector.framework.util.Base64
Encode this file in Base64.
encode(File, File, boolean) - Static method in class com.stc.connector.framework.util.Base64
Encode this file in Base64.
encode(InputStream, OutputStream) - Static method in class com.stc.connector.framework.util.Base64
Encode data from the InputStream to the OutputStream in Base64.
encode(InputStream, OutputStream, boolean) - Static method in class com.stc.connector.framework.util.Base64
Encode data from the InputStream to the OutputStream in Base64.
endpointActivation(MessageEndpointFactory, STCPropertiesInfo) - Method in interface com.stc.connector.framework.eway.EwayActivationSpec
Activate eWay endpoint.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
This is called during the activation of a message endpoint.
endpointDeactivation(MessageEndpointFactory) - Method in interface com.stc.connector.framework.eway.EwayActivationSpec
Deactivate (terminate) eWay endpoint.
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
This is called when a message endpoint is deactivated.
escapeHTML(String) - Static method in class com.stc.connector.framework.util.StringHelper
Replaces characters that may be confused by a HTML parser with their equivalent character entity references.
escapeJavaLiteral(String) - Static method in class com.stc.connector.framework.util.StringHelper
Replaces characters that are not allowed in a Java style string literal with their escape characters.
escapeSQL(String) - Static method in class com.stc.connector.framework.util.StringHelper
Replaces characters that may be confused by an SQL parser with their equivalent escape characters.
extractSubName(String) - Method in class com.stc.connector.management.util.STCMBeanNameUtil
 
extractSubName(String, String) - Method in class com.stc.connector.management.util.STCMBeanNameUtil
 

F

FileHelper - class com.stc.connector.framework.util.FileHelper.
Utilities for File manipulation.
FileHelper() - Constructor for class com.stc.connector.framework.util.FileHelper
 
findASMBean(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
findASMBean(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
findMCFMBean(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
findMCFMBean(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
findManagedConnectionMBean(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
findManagedConnectionMBean(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 

G

getActivatedTime() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Activated time
getActivatedTime() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
getActivatedTime() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Activated time
getActivatedTime() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Activated time
getActivationSpecDescription() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Getter for this activation spec's description
getActivationSpecDescription() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
getActivationSpecName() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Getter for this activation spec's name
getActivationSpecName() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
getApplicationConnectionFactoryClass() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the value of the ApplicationConnectionFactoryClass property.
getAttribute(String) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
 
getAttribute(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
getAttribute(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
 
getAttribute(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
getAttribute(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
getAttribute(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
getAttributes(String[]) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
Retrieves the value of specified attributes of the Dynamic MBean
getAttributes(String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
getAttributes(String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
getAttributes implementation
getAttributes(String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
getAttributes(String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
getAttributes(String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
getChar() - Method in class com.stc.connector.framework.util.Base64DecodingException
Get the character that caused this error.
getConfigurationInstance() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Gets the value of the ConfigurationInstance property.
getConfigurationInstance() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the value of the ConfigurationInstance property.
getConfigurationInstance() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the value of the ConfigurationInstance property.
getConfigurationModel() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the configuration model for the instance of the ManagedConnectionFactory.
getConfigurationTemplate() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Gets the value of the ConfigurationTemplate property.
getConfigurationTemplate() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the value of the ConfigurationTemplate property.
getConfigurationTemplate() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the value of the ConfigurationTemplate property.
getConnection() - Method in class com.stc.connector.framework.client.appconn.STCApplicationConnectionFactory
Gets the Application Connection which represents a connection handle to the underlying EIS.
getConnection(Properties) - Method in class com.stc.connector.framework.client.appconn.STCApplicationConnectionFactory
Gets the Application Connection which represents a connection handle to the underlying EIS using the connection information in the Properties.
getConnection(Subject, ConnectionRequestInfo) - Method in interface com.stc.connector.framework.eway.EwayConnection
Get a new instance of the connection handle (application connection).
getConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.
getConnectionHandleCount() - Method in interface com.stc.connector.framework.eway.ManagedConnectionCallback
Gets the current number active connection handles associated with an instance of ManagedConnection.
getConnectionHandleCount() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Gets the current number active connection handles associated with an instance of ManagedConnection.
getCurrentConnections() - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Getter for current number of connections
getCurrentConnections() - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
getDescription() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Resource adapter description
getDescription() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Resource adapter description
getEISProductName() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionMetaData
Returns Product name of the underlying EIS instance connected through the ManagedConnection.
getEISProductVersion() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionMetaData
Returns product version of the underlying EIS instance connected through the ManagedConnection.
getEwayActivationSpecClass() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Gets the value of the EwayActivationSpecClass property.
getEwayActivationSpecDescription() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
 
getEwayActivationSpecInstance() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Gets the EwayActivationSpec instance associated with this ActivationSpec instance.
getEwayActivationSpecMBeanClass() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Gets the value of the EwayASMBeanClass property.
getEwayActivationSpecMBeanName() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Gets the value of the EwayASMBeanName property.
getEwayActivationSpecName() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
 
getEwayConnection() - Method in interface com.stc.connector.framework.eway.ManagedConnectionCallback
Get the EwayConnection instance associated with the ManagedConnectionCallback instance.
getEwayConnection() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Get the EwayConnection instance associated with the ManagedConnection instance.
getEwayConnectionClass() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the value of the EwayConnectionClass property.
getEwayDescription() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the value of the EwayDescription property.
getEwayMCFDescription() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
 
getEwayMCFMBeanClass() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the value of the EwayMCFMBeanClass property.
getEwayMCFMBeanName() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the value of the EwayMCFMBeanName property.
getEwayMCFName() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
 
getEwayManagedConnectionMBeanClass() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the value of the EwayMCFMBeanClass property.
getEwayName() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the value of the EwayName property.
getEwayResourceAdapterClass() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the value of the EwayResourceAdapterClass property.
getEwayResourceAdapterMBeanClass() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the value of the EwayResourceAdapterMBeanClass property.
getEwayResourceAdapterMBeanName() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the value of the EwayResourceAdapterMBeanName property.
getEwayVersion() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the value of the EwayVersion property.
getLocalTransaction() - Method in interface com.stc.connector.framework.eway.EwayConnection
Get a LocalTransaction instance for local transaction demaracation.
getLocalTransaction() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Returns an javax.resource.spi.LocalTransaction instance.
getLogWriter() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Gets the log writer for this ManagedConnection instance.
getLogWriter() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Get the log writer for this ManagedConnectionFactory instance.
getMBean() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Getter for ActivationSpec's MBean
getMBean() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Getter for ManagedConnection's MBean
getMBean() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Getter for ManagedConnectionFactory's MBean
getMBean() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the RA MBean registered for this RA instance
getMBean() - Method in interface com.stc.connector.management.STCManagedMaster
 
getMBeanAttributeInfos() - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
 
getMBeanConstructorInfos() - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
 
getMBeanInfo() - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
 
getMBeanInfo() - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
 
getMBeanObject(String) - Method in class com.stc.connector.management.mbeanserver.MBeansRegistrar
Return MBean with the specified string name
getMCFDescription() - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
Getter for this activation spec's description
getMCFDescription() - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
getMCFName() - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
Getter for this activation spec's name
getMCFName() - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
getManagedConnection() - Method in interface com.stc.connector.framework.eway.ManagedConnectionCallback
Get the ManagedConnection instance associated with the ManagedConnectionCallback instance.
getManagedConnection() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Get the ManagedConnection instance associated with the ManagedConnectionCallback instance.
getManagedConnectionFactory() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Get the ManagedConnectionFactory which created this instance of ManagedConnection.
getManager(String) - Static method in class com.stc.connector.framework.util.MessageManager
Get the MessageManager for a particular package.
getMapping(String) - Method in interface com.stc.connector.management.jca.system.mbeans.AlertCodeMap
 
getMapping(String) - Method in class com.stc.connector.management.jca.system.mbeans.AlertCodes
 
getMaxConnections() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionMetaData
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes.
getMaxConnections() - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Getter for Maximum number of connections allowed
getMaxConnections() - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
getMetaData() - Method in interface com.stc.connector.framework.eway.EwayConnection
Get a new instance of the ManagedConnectionMetaData which contains connection information for the currently established connection.
getMetaData() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Gets the metadata information for this connection's underlying EIS resource manager instance.
getMinConnections() - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Getter for Minimum number of connections allowed
getMinConnections() - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
getName() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Getter for this MBean's name
getName() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
getName() - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
getName() - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
getName() - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Getter for this mbean's name
getName() - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
getName() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
getName() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
getParameter(String) - Method in class com.stc.connector.framework.util.ConfigurationHelper
Gets the Parameter for the path specified.
getProcessConfigurationParameters() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the value of the ProcessConfigurationParameters property.
getRAName() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Resource adapter name
getRAName() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Resource adapter name
getRAVersion() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Version of RA associated with eway
getRAVersion() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Version of RA associated with eway
getReference() - Method in class com.stc.connector.framework.util.JndiJCAObject
Gets the Reference to the JNDI bound object.
getResourceAdapter() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Gets the ResourceAdapter JavaBean associated with the ActivationSpec instance.
getResourceAdapter() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Getter for resource adapter class object associated with this activation
getResourceAdapter() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
getResourceAdapter() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
getSection(String) - Method in class com.stc.connector.framework.util.ConfigurationHelper
Gets the Section for the path specified.
getShutdownTime() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Shutdown time
getShutdownTime() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
getShutdownTime() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Shutdown time
getShutdownTime() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Shutdown time
getStatus() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Status string
getStatus() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
getStatus() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Status string
getStatus() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Status
getString(String) - Method in class com.stc.connector.framework.util.MessageManager
Get a string from the underlying resource bundle.
getString(String, Object[]) - Method in class com.stc.connector.framework.util.MessageManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class com.stc.connector.framework.util.MessageManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class com.stc.connector.framework.util.MessageManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class com.stc.connector.framework.util.MessageManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class com.stc.connector.framework.util.MessageManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getSupportedModes() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Gets the value of the SupportedModes property.
getSupportedModes() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
In/Out mode supported by the eway
getSupportedModes() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
In/Out mode supported by the eway
getUserName() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionMetaData
Returns name of the user associated with the ManagedConnection instance.
getVersion() - Static method in class com.stc.connector.framework.util.JndiJCAObject
Gets the version of the JNDI bind-able object.
getXAResource() - Method in interface com.stc.connector.framework.eway.EwayActivationSpec
Get the XAResource from the current active eWay endpoint.
getXAResource() - Method in interface com.stc.connector.framework.eway.EwayConnection
Get an XAResource instance for global transaction demaracation.
getXAResource() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Returns an javax.transaction.xa.XAresource instance.
getXAResources(ActivationSpec[]) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
This method is called by the application server during crash recovery.

H

handleNotification(Notification, Object) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
handleNotification(Notification, Object) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
handleNotification(Notification, Object) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
handleNotification(Notification, Object) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 

I

inflate(byte[]) - Method in class com.stc.connector.framework.util.ZIPUtils
Inflate byte data.
initialize(BootstrapContext) - Method in interface com.stc.connector.framework.eway.EwayActivationSpec
Initialize the EwayActivationSpec instance.
initialize(ManagedConnectionCallback, Subject, ConnectionRequestInfo) - Method in interface com.stc.connector.framework.eway.EwayConnection
Initialize the EwayConnection.
initialize(BootstrapContext) - Method in interface com.stc.connector.framework.eway.EwayResourceAdapter
Initialize the EwayResourceAdapter instance.
initialize(BootstrapContext) - Method in class com.stc.connector.framework.eway.EwayResourceAdapterImpl
Initialize the EwayResourceAdapter instance.
invalidateConnection() - Method in interface com.stc.connector.framework.client.AssociateableHandle
This is called by the ManagedConnection to invalidate the connection handle.
invoke(String, Object[], String[]) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
Invokes an operation on the Dynamic MBean.
invoke(String, Object[], String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
invoke(String, Object[], String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
invoke mbean operation
invoke(String, Object[], String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
invoke(String, Object[], String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
invoke(String, Object[], String[]) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
isBase64(byte[]) - Static method in class com.stc.connector.framework.util.Base64
Determines if the byte array is in base64 format.
isBase64(String) - Static method in class com.stc.connector.framework.util.Base64
Determines if the String is in base64 format.
isBase64(String, String) - Static method in class com.stc.connector.framework.util.Base64
Determines if the String is in base64 format.
isBase64(File) - Static method in class com.stc.connector.framework.util.Base64
Determines if the File is in base64 format.
isBase64(InputStream) - Static method in class com.stc.connector.framework.util.Base64
Reads data from the stream and determines if it is in base64 format.
isEnabled() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
isEnabled() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
isEnabled() - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
isEnabled() - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
isEnabled() - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Flag indicating if managed connection is enabled or not
isEnabled() - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
isEnabled() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
isEnabled() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
isRegistered(String) - Method in class com.stc.connector.management.mbeanserver.MBeansRegistrar
Return if an Mbean with the specified name is registered
isSuspended() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
isSuspended() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 

J

JndiJCAObject - class com.stc.connector.framework.util.JndiJCAObject.
Class which can be extended by JCA objects so that the objects can be JNDI bind-able.
JndiJCAObject() - Constructor for class com.stc.connector.framework.util.JndiJCAObject
Constructor for JndiJCAObject instance.

L

labels - Static variable in class com.stc.connector.framework.util.Base64
Locale specific strings displayed to the user.
labels - Static variable in class com.stc.connector.framework.util.FileHelper
Locale specific strings displayed to the user.

M

MBeanInfoConfigModelHelper - class com.stc.connector.management.util.MBeanInfoConfigModelHelper.
Utility class for obtaining stuff from eWay configuration model to put in MBeanInfo.
MBeanInfoConfigModelHelper(STCAdapterConfigurationMonitor) - Constructor for class com.stc.connector.management.util.MBeanInfoConfigModelHelper
Constructor
MBeansRegistrar - class com.stc.connector.management.mbeanserver.MBeansRegistrar.
 
MBeansRegistrar() - Constructor for class com.stc.connector.management.mbeanserver.MBeansRegistrar
 
ManagedConnectionCallback - interface com.stc.connector.framework.eway.ManagedConnectionCallback.
Interface used by the EwayConnection to request services from the ManagedConnection.
MessageManager - class com.stc.connector.framework.util.MessageManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
mAttributesInfo - Variable in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
MBean attributes
mConstructorsInfo - Variable in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
MBean constructors
mMBeanInfo - Variable in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
MBean info
mNotificationsInfo - Variable in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
MBean notifications
mOperationsInfo - Variable in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
MBean operations
main(String[]) - Static method in class com.stc.connector.framework.util.EwayConfigModelUtil
Tester main for EwayConfigModelUtil.
main(String[]) - Static method in class com.stc.connector.management.util.STCMBeanNameUtil
 
matchConnection(Subject, ConnectionRequestInfo) - Method in interface com.stc.connector.framework.eway.EwayConnection
Determines whether this instance of the EwayConnection matches the the connection request with the connection information in Subject and/or ConnectionRequestInfo.
matchConnection(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Determines whether this instance of the ManagedConnection matches the the connection request with the connection information in Subject and/or ConnectionRequestInfo.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Returns a matched connection from the candidate set of connections.
merge(Properties) - Method in class com.stc.connector.framework.jca.system.STCPropertiesInfo
Merges a Properties object into this STCConnectionRequestInfo instance by overriding any existing keys
midpad(String, int) - Static method in class com.stc.connector.framework.util.StringHelper
Pad the beginning and end of the given String with spaces until the String is of the given length.
midpad(String, int, char) - Static method in class com.stc.connector.framework.util.StringHelper
Pad the beginning and end of the given String with the given character until the result is the desired length.
move(File, File) - Static method in class com.stc.connector.framework.util.FileHelper
Move a file from one location to another.
move(File, File, boolean) - Static method in class com.stc.connector.framework.util.FileHelper
Move a file from one location to another.

N

notifyConnectionEvent(ConnectionEvent) - Method in interface com.stc.connector.framework.eway.ManagedConnectionCallback
Notify the ManagedConnectionCallback associated with the EwayConnection instance that a connection event had occurred.
notifyConnectionEvent(ConnectionEvent) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Notify the ManagedConnection associated with the EwayConnection instance that a connection event had occurred.

P

postDeregister() - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
 
postDestroy() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Last chance to do anything else after the ManagedConnection is destroyed.
postRegister(Boolean) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
 
postRegister(Boolean) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
MBeanRegistration implementation method
postRegister(Boolean) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
MBeanRegistration implementation method
postRegister(Boolean) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
MBeanRegistration implementation method
postRegister(Boolean) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
MBeanRegistration implementation method
postpad(String, int) - Static method in class com.stc.connector.framework.util.StringHelper
Pad the end of the given String with spaces until the String is of the given length.
postpad(String, int, char) - Static method in class com.stc.connector.framework.util.StringHelper
Append the given character to the String until the result is the desired length.
preDeregister() - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
 
preDestroy() - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Performs any special operations before the ManagedConnection instance is destroyed.
preRegister(MBeanServer, ObjectName) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
 
preRegister(MBeanServer, ObjectName) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
MBeanRegistration implementation method
preRegister(MBeanServer, ObjectName) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
MBeanRegistration implementation method
preRegister(MBeanServer, ObjectName) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
MBeanRegistration implementation method
preRegister(MBeanServer, ObjectName) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
MBeanRegistration implementation method
prepad(String, int) - Static method in class com.stc.connector.framework.util.StringHelper
Pad the beginning of the given String with spaces until the String is of the given length.
prepad(String, int, char) - Static method in class com.stc.connector.framework.util.StringHelper
Pre-pend the given character to the String until the result is the desired length.

R

REVERSEBASE64CHARS - Static variable in class com.stc.connector.framework.util.Base64
Reverse lookup table for the Base64 alphabet.
reassociateConnection(ManagedConnectionCallback) - Method in interface com.stc.connector.framework.client.AssociateableHandle
This is called by the ManagedConnection to associate the connection handle to the ManagedConnection.
register(Object, String) - Method in class com.stc.connector.management.mbeanserver.MBeansRegistrar
 
register(String, String) - Method in class com.stc.connector.management.mbeanserver.MBeansRegistrar
Register specified MBean to the MBeanServer
release() - Method in class com.stc.connector.framework.util.SemiSema
 
removeASBean(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
removeASBean(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
removeAllSubMBeans() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
removeAllSubMBeans() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Removes a connection event listener from the ManagedConnection instance.
removeConnectionHandle(AssociateableHandle) - Method in interface com.stc.connector.framework.eway.ManagedConnectionCallback
Removes a connection handle from the ManagedConnection instance.
removeConnectionHandle(AssociateableHandle) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Removes a connection handle from the ManagedConnection instance.
removeMCFBean(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
removeMCFBean(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
removeNotificationListener(NotificationListener) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
intercepts the removeNotificationListener and decrement listeners counter
removeSubMBeans(HashMap) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
replace(String, String, String) - Static method in class com.stc.connector.framework.util.StringHelper
Replace occurrences of a substring.
resume() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
resume() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
retrieveInboundWorkItem(Object) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
retrieveInboundWorkItem(Object) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 

S

SBYN_MBEAN_DOMAIN_NAME - Static variable in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
SEPARATOR - Static variable in class com.stc.connector.framework.util.ConfigurationHelper
The path separator string
SEPARATOR_CHAR - Static variable in class com.stc.connector.framework.util.ConfigurationHelper
The path separator character
STCActivationSpec - class com.stc.connector.framework.jca.system.STCActivationSpec.
Class implementing the ActivationSpec interface which serves as a marker.
STCActivationSpec() - Constructor for class com.stc.connector.framework.jca.system.STCActivationSpec
Constructor for STCActivationSpec.
STCActivationSpecMonitor - class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor.
 
STCActivationSpecMonitor() - Constructor for class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Constructor
STCActivationSpecMonitorBean - interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean.
 
STCAdapterConfigurationMonitor - class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor.
 
STCAdapterConfigurationMonitor() - Constructor for class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
 
STCApplicationConnectionFactory - class com.stc.connector.framework.client.appconn.STCApplicationConnectionFactory.
Generic Application Connection Factory class for the SeeBeyond resource adapters.
STCApplicationConnectionFactory(ManagedConnectionFactory) - Constructor for class com.stc.connector.framework.client.appconn.STCApplicationConnectionFactory
Constructor for STCApplicationConnectionFactory.
STCApplicationConnectionFactory(ManagedConnectionFactory, ConnectionManager) - Constructor for class com.stc.connector.framework.client.appconn.STCApplicationConnectionFactory
Constructor for STCConnectionFactoryGen.
STCConnectionDisabledException - exception com.stc.connector.framework.jca.system.STCConnectionDisabledException.
Exception class for Applcation Connection.
STCConnectionDisabledException(String) - Constructor for class com.stc.connector.framework.jca.system.STCConnectionDisabledException
Constructs an instance of STCConnectionDisabledException with the specified detail message.
STCConnectionManager - class com.stc.connector.framework.jca.system.STCConnectionManager.
Simple implementation of ConnectionManager for non-managed mode.
STCConnectionManager() - Constructor for class com.stc.connector.framework.jca.system.STCConnectionManager
Creates a new instance of STCConnectionManager
STCCreateMBeanException - exception com.stc.connector.management.STCCreateMBeanException.
Exception class for Applcation Connection.
STCCreateMBeanException() - Constructor for class com.stc.connector.management.STCCreateMBeanException
Creates a new instance of STCCreateMBeanException without detail message.
STCCreateMBeanException(String) - Constructor for class com.stc.connector.management.STCCreateMBeanException
Constructs an instance of STCCreateMBeanException with the specified detail message.
STCMBeanNameUtil - class com.stc.connector.management.util.STCMBeanNameUtil.
 
STCMBeanNameUtil() - Constructor for class com.stc.connector.management.util.STCMBeanNameUtil
 
STCMCFMonitor - class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor.
 
STCMCFMonitor() - Constructor for class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
STCMCFMonitorBean - interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean.
 
STCManagedConnection - class com.stc.connector.framework.jca.system.STCManagedConnection.
This class implements the ManagedConnection interface which represents a physical connection to the underlying EIS.
STCManagedConnection(STCManagedConnectionFactory, Subject, STCPropertiesInfo) - Constructor for class com.stc.connector.framework.jca.system.STCManagedConnection
No-args constructor needed so subclasses can use constructors with different signatures.
STCManagedConnectionFactory - class com.stc.connector.framework.jca.system.STCManagedConnectionFactory.
Class implementing the ManagedConnectionFactory interface.
STCManagedConnectionFactory() - Constructor for class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Constructor for STCManagedConnectionFactory.
STCManagedConnectionMetaData - class com.stc.connector.framework.jca.system.STCManagedConnectionMetaData.
This class implementing the ManagedConnectionMetaData interface which provides information about the underlying EIS instance associated with a ManagedConnection instance.
STCManagedConnectionMetaData(String, String, int, String) - Constructor for class com.stc.connector.framework.jca.system.STCManagedConnectionMetaData
Constructor for STCManagedConnectionMetaData.
STCManagedConnectionMonitor - class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor.
 
STCManagedConnectionMonitor() - Constructor for class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
STCManagedConnectionMonitorBean - interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean.
 
STCManagedMaster - interface com.stc.connector.management.STCManagedMaster.
Interface implemented by classes with an associated MBean
STCManagedSlave - interface com.stc.connector.management.STCManagedSlave.
Interface implemented by managed slave classes Managed masters set the parent mbean on slaves.
STCPropertiesInfo - class com.stc.connector.framework.jca.system.STCPropertiesInfo.
Class implementing the ConnectionRequestInfo interface which enables a resource adapter to pass its own request specific data structure across the connection request flow.
STCPropertiesInfo() - Constructor for class com.stc.connector.framework.jca.system.STCPropertiesInfo
Constructor for STCConnectionRequestInfo.
STCRAMonitor - class com.stc.connector.management.jca.system.mbeans.STCRAMonitor.
 
STCRAMonitor() - Constructor for class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
STCRAMonitorBean - interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean.
 
STCResourceAdapter - class com.stc.connector.framework.jca.system.STCResourceAdapter.
Abstract class implementing the ResourceAdapter interface.
STCResourceAdapter() - Constructor for class com.stc.connector.framework.jca.system.STCResourceAdapter
Constructor for STCResourceAdapter.
SemiSema - class com.stc.connector.framework.util.SemiSema.
 
SemiSema(int, boolean) - Constructor for class com.stc.connector.framework.util.SemiSema
 
StringHelper - class com.stc.connector.framework.util.StringHelper.
Utilities for String formatting, manipulation, and queries.
StringHelper() - Constructor for class com.stc.connector.framework.util.StringHelper
 
sendAlert(String, String, String, String, String[], String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
sendAlert(String, String[], String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
sendAlert(String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
sendAlert() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
sendAlert(Event) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
sendAlert() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
sendAlert(String, int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
sendAlert(String, String[], String, int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
sendAlert(String, String, String, String, String[], String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
sendAlert(String, String[], String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
sendAlert(String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
sendAlert() - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
sendAlert(Event) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
sendAlert() - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
sendAlert(String, int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
sendAlert(String, String[], String, int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
sendAlert(String, String, String, String, String[], String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
sendAlert(String, String[], String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
sendAlert(String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
sendAlert() - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
sendAlert(Event) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
 
sendAlert() - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
sendAlert(String, int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
sendAlert(String, String[], String, int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
sendAlert(String, String, String, String, String[], String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
sendAlert(String, String[], String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
sendAlert(String, int) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
sendAlert() - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
sendAlert(Event) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
sendAlert() - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
sendAlert(String, int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
sendAlert(String, String[], String, int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
sendNotification(Notification) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
send out a jmx notification.
setActivatedTime(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Setter for Activated time
setActivatedTime(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
setActivatedTime(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Setter for Activated time
setActivatedTime(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Activated time
setActivationSpecDescription(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Setter for this activation spec's description
setActivationSpecDescription(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
setActivationSpecName(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Setter for this activation spec's name
setActivationSpecName(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
setApplicationConnectionFactoryClass(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Sets the value of the ApplicationConnectionFactoryClass property.
setAttribute(Attribute) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
 
setAttribute(Attribute) - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
setAttribute implementation
setAttribute(Attribute) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
setAttributes(AttributeList) - Method in class com.stc.connector.management.jca.system.mbeans.BaseMonitorMBean
Sets the value of specified aAttributes of the Dynamic MBean.
setAttributes(AttributeList) - Method in class com.stc.connector.management.jca.system.mbeans.STCAdapterConfigurationMonitor
setAttributes implementation
setConfigurationInstance(String) - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Sets the value of the ConfigurationInstance property.
setConfigurationInstance(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Sets the value of the ConfigurationInstance property.
setConfigurationInstance(String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Sets the value of the ConfigurationInstance property.
setConfigurationTemplate(String) - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Sets the value of the ConfigurationTemplate property.
setConfigurationTemplate(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Sets the value of the ConfigurationTemplate property.
setConfigurationTemplate(String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Sets the value of the ConfigurationTemplate property.
setCurrentConnections(int) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Setter for current number of connections used
setCurrentConnections(int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
setDescription(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Resource adapter description
setDescription(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Resource adapter description
setEwayActivationSpecClass(String) - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Sets the value of the EwayActivationSpecClass property.
setEwayActivationSpecDescription(String) - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
 
setEwayActivationSpecMBeanClass(String) - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Sets the value of the EwayASMBeanClass property.
setEwayActivationSpecMBeanName(String) - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Sets the value of the EwayASMBeanName property.
setEwayActivationSpecName(String) - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
 
setEwayConnectionClass(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Sets the value of the EwayConnectionClass property.
setEwayDescription(String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Sets the value of the EwayDescription property.
setEwayMCFDescription(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
 
setEwayMCFMBeanClass(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Sets the value of the EwayMCFMBeanClass property.
setEwayMCFMBeanName(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Sets the value of the EwayMCFMBeanName property.
setEwayMCFName(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
 
setEwayManagedConnectionMBeanClass(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Sets the value of the EwayManagedConnMBeanClass property.
setEwayName(String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Sets the value of the EwayName property.
setEwayResourceAdapterClass(String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Sets the value of the EwayResourceAdapterClass property.
setEwayResourceAdapterMBeanClass(String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Sets the value of the EwayResourceAdapterMBeanClass property.
setEwayResourceAdapterMBeanName(String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Sets the value of the EwayResourceAdapterMBeanName property.
setEwayVersion(String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Sets the value of the EwayVersion property.
setLogWriter(PrintWriter) - Method in class com.stc.connector.framework.jca.system.STCManagedConnection
Sets the log writer for this ManagedConnection instance.
setLogWriter(PrintWriter) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Set the log writer for this ManagedConnectionFactory instance.
setMBean(Object) - Method in interface com.stc.connector.management.STCManagedSlave
 
setMCFDescription(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
Setter for this activation spec's description
setMCFDescription(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
setMCFName(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
Setter for this activation spec's name
setMCFName(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
setMaxConnections(int) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Setter for Maximum number of connections allowed
setMaxConnections(int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
setMinConnections(int) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Setter for Minimum number of connections allowed
setMinConnections(int) - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
setName(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Setter for this MBean's name Parse the name and save subparts in HashMap
setName(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
setName(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCMCFMonitor
 
setName(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCMCFMonitorBean
 
setName(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitor
Setter for this mbean's name
setName(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCManagedConnectionMonitorBean
 
setName(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
setName(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
setProcessConfigurationParameters(String) - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Sets the value of the ProcessConfigurationParameters property.
setProcessConfigurationParameters(String) - Method in class com.stc.connector.framework.util.EwayConfigModelUtil
Sets the value of the ProcessConfigurationParameters property.
setProjectInfoName(String) - Method in class com.stc.connector.management.util.STCMBeanNameUtil
 
setRAName(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Resource adapter name
setRAName(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Resource adapter name
setRAVersion(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Version of RA associated with eway
setRAVersion(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Version of RA associated with eway
setReference(Reference) - Method in class com.stc.connector.framework.util.JndiJCAObject
Sets the Reference to the JNDI bound object.
setResourceAdapter(ResourceAdapter) - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
Associate this ActivationSpec JavaBean with a ResourceAdapter JavaBean.
setResourceAdapter(ResourceAdapter) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Setter for resource adapter class object associated with this activation
setResourceAdapter(ResourceAdapter) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
 
setResourceAdapter(ResourceAdapter) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
 
setShutdownTime(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Setter for shutdown time
setShutdownTime(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
setShutdownTime(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Setter for shutdown time
setShutdownTime(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Shutdown time
setStatus(Integer) - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
Setter for status string
setStatus(Integer) - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 
setStatus(Integer) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
Setter for status string
setStatus(Integer) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
Status string
setSupportedModes(String) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
Sets the value of the SupportedModes property.
setSupportedModes(String) - Method in class com.stc.connector.management.jca.system.mbeans.STCRAMonitor
In/Out mode supported by the eway
setSupportedModes(String) - Method in interface com.stc.connector.management.jca.system.mbeans.STCRAMonitorBean
In/Out mode supported by the eway
split(String, String) - Static method in class com.stc.connector.framework.util.StringHelper
Split the given String into tokens.
start() - Method in interface com.stc.connector.framework.eway.EwayResourceAdapter
Start the EwayResourceAdapter.
start() - Method in class com.stc.connector.framework.eway.EwayResourceAdapterImpl
Start the EwayResourceAdapter.
start(BootstrapContext) - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
This is called when a resource adapter instance is bootstrapped.
stop() - Method in interface com.stc.connector.framework.eway.EwayResourceAdapter
Stop the EwayResourceAdapter.
stop() - Method in class com.stc.connector.framework.eway.EwayResourceAdapterImpl
Stop the EwayResourceAdapter.
stop() - Method in class com.stc.connector.framework.jca.system.STCResourceAdapter
This is called when a resource adapter instance is undeployed or during application server shutdown.
string2Base64(String) - Static method in class com.stc.connector.framework.util.Base64Utils
Encodes a String using MIME Base64 Encryption.
string2Base64(byte[]) - Static method in class com.stc.connector.framework.util.Base64Utils
Encodes a String using MIME Base64 Encryption.
suspend() - Method in class com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitor
 
suspend() - Method in interface com.stc.connector.management.jca.system.mbeans.STCActivationSpecMonitorBean
 

T

toString() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Gets the String-ified form of the ManagedConnectionFactory instance.
toString() - Method in class com.stc.connector.framework.jca.system.STCManagedConnectionMetaData
Gets the String-ified form of the ManagedConnectionMetaData instance.
traverse(IParameter) - Method in class com.stc.connector.management.util.MBeanInfoConfigModelHelper
Visits a Parameter object and adds an MBeanAttribute to the configuration MBean.
trim(String, String) - Static method in class com.stc.connector.framework.util.StringHelper
Trim any of the characters contained in the second string from the beginning and end of the first.

U

unescapeHTML(String) - Static method in class com.stc.connector.framework.util.StringHelper
Turn any HTML escape entities in the string into characters and return the resulting string.
unregister(String) - Method in class com.stc.connector.management.mbeanserver.MBeansRegistrar
Unregister specified MBean from the MBeanServer

V

VAR_COLLAB - Static variable in class com.stc.connector.management.util.STCMBeanNameUtil
 
VAR_EXTERNAL - Static variable in class com.stc.connector.management.util.STCMBeanNameUtil
 
VAR_PROJECT - Static variable in class com.stc.connector.management.util.STCMBeanNameUtil
 
VERSION - Static variable in class com.stc.connector.framework.util.Base64
Version number of this program
validate(STCPropertiesInfo) - Method in interface com.stc.connector.framework.eway.EwayActivationSpec
Validate the activation request information used to create an eWay endpoint activation.
validate() - Method in class com.stc.connector.framework.jca.system.STCActivationSpec
This method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer.
visit(IHeader) - Method in class com.stc.connector.management.util.MBeanInfoConfigModelHelper
Visits a Header object.
visitValue(Object, IParameter) - Method in class com.stc.connector.management.util.MBeanInfoConfigModelHelper
Visits a parameter value.

Z

ZIPUtils - class com.stc.connector.framework.util.ZIPUtils.
Implements ZIP utilities.
ZIPUtils() - Constructor for class com.stc.connector.framework.util.ZIPUtils
Creates new ZIPUtils

A B C D E F G H I J L M N P R S T U V Z