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

A

Action - Interface in commonj.connector.metadata.discovery.mutable
Deprecated. since 1.1
AdapterConfiguration - Interface in commonj.connector.metadata.discovery
Represents an object used to configure the adapter execution environment.
AdapterType - Interface in commonj.connector.metadata.discovery
Represents metadata about an adapter, including what types of listeners and connections it supports.
AdapterTypeSummary - Interface in commonj.connector.metadata.discovery
Provides summary information about an adapter type sufficient to render in a list or tree node in the tool environment user interface representing the adapter type.
add(MetadataImportConfiguration) - Method in interface commonj.connector.metadata.discovery.MetadataSelection
Add a new import configuration to this selection.
addConnectionConfiguration(ConnectionConfiguration, boolean) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence
Add a new connection configuration to the repository represented by this ConnectionPersistence instance.
addPropertyChangeListener(PropertyChangeListener) - Method in interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
Registers a PropertyChangeListener to this property.
addValue(Object) - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Appends the specified value to the end of this list of values for the property.
addValue(Object, int) - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Inserts the specified value at the specified position in this properties list of values.
addValueAsString(String) - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Adds a value to the current set of values for the property.
addValueAsString(String, int) - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Adds a value to the current set of values for the property.
allowDuplicateValues() - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Returns boolean indicating if duplicate values are allowed.
applyActivationSpecProperties(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionConfiguration
Apply values of the properties of the ActivationSpec to the configuration.
applyAdapterEnvironmentProperties(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.AdapterConfiguration
Applies the configured property values to the adapter configuration.
applyConfigurationProperties(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.MetadataImportConfiguration
Applies the configured property values to the import configuration.
applyConfigurationProperties(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.properties.NodeProperty
* Applies the configured property values to the node
applyDataProperties(PropertyGroup) - Method in interface commonj.connector.metadata.build.MetadataType
Apply values of the specified data properties to the MetadataType.
applyManagedConnectionFactoryProperties(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionConfiguration
Apply values of the properties of the ManagedConnectionFactory to the configuration.
applyProperties(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Apply the properties that have been passed in.
applyResourceAdapterProperties(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
Apply values to properties of the Resource Adapter.
applySelectionProperties(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.MetadataSelection
Applies the configured property values to the meta data selection.
applyUnifiedProperties(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
Apply values to the unified properties defining this connection.

B

beginObjectWizard(Operation) - Method in interface commonj.connector.metadata.discovery.MetadataObject
Create an object wizard for the given operation.
Binding - Interface in commonj.connector.metadata.build
Describes a DataBinding, DataBindingGenerator or FunctionSelector that is provided by the adapter.
BINDING_COMMUNICATION - Static variable in interface commonj.connector.runtime.BindingContext
Key name in the bindingContext describing the communication model.
BINDING_COMMUNICATION_INBOUND - Static variable in interface commonj.connector.runtime.BindingContext
Value for BINDING_COMMUNICATION, specifying the inbound communication model.
BINDING_COMMUNICATION_OUTBOUND - Static variable in interface commonj.connector.runtime.BindingContext
Value for BINDING_COMMUNICATION, specifying the outbound communication model.
BINDING_CONFIGURATION - Static variable in interface commonj.connector.runtime.BindingContext
Key name in the BindingContext, where the value is the JavaBean containing the configured properties for this FunctionSelector, DataBinding, or DataHandler.
BINDING_INVOCATION - Static variable in interface commonj.connector.runtime.BindingContext
Key name in the BindingContext, specifying whether the DataBinding is being used as a request, response or fault.
BINDING_INVOCATION_FAULT - Static variable in interface commonj.connector.runtime.BindingContext
Value for BINDING_INVOCATION indicating the DataBinding is handling a fault.
BINDING_INVOCATION_REQUEST - Static variable in interface commonj.connector.runtime.BindingContext
Value for BINDING_INVOCATION indicating the DataBinding is handling a request.
BINDING_INVOCATION_RESPONSE - Static variable in interface commonj.connector.runtime.BindingContext
Value for BINDING_INVOCATION indicating the DataBinding is handling a response.
BINDING_KIND_DATABINDING - Static variable in interface commonj.connector.metadata.BindingTags
Tag for a DataBinding.
BINDING_KIND_DATABINDINGGENERATOR - Static variable in interface commonj.connector.metadata.BindingTags
Tag for a DataBindingGenerator.
BINDING_KIND_DATAHANDLER - Static variable in interface commonj.connector.metadata.BindingTags
Tag for a DataHandler.
BINDING_KIND_FUNCTIONSELECTOR - Static variable in interface commonj.connector.metadata.BindingTags
Tag for a FunctionSelector.
BINDING_NAME - Static variable in interface commonj.connector.runtime.BindingContext
Key name in the bindingContext.
BINDING_REGISTRY - Static variable in interface commonj.connector.runtime.BindingContext
Key name in the bindingContext, where the value is the runtime implementation of the Binding registry.
BINDING_TYPE - Static variable in interface commonj.connector.runtime.BindingContext
Key name in the bindingContext describing the binding type.
BINDING_TYPE_EIS - Static variable in interface commonj.connector.metadata.BindingTags
Tag for EIS binding.
BINDING_TYPE_EIS - Static variable in interface commonj.connector.runtime.BindingContext
Value for BINDING_TYPE, specifying the EIS.
BINDING_TYPE_HTTP - Static variable in interface commonj.connector.metadata.BindingTags
Tag for HTTP binding.
BINDING_TYPE_HTTP - Static variable in interface commonj.connector.runtime.BindingContext
Value for BINDING_TYPE, specifying HTTP.
BINDING_TYPE_JMS - Static variable in interface commonj.connector.metadata.BindingTags
Tag for JMS binding.
BINDING_TYPE_JMS - Static variable in interface commonj.connector.runtime.BindingContext
Value for BINDING_TYPE, specifying JMS.
BindingConfigurationEdit - Interface in commonj.connector.metadata
A mix in interface that can be used with a FunctionSelector, DataBinding or DataHandler for configuring binding properties in tooling.
BindingContext - Interface in commonj.connector.runtime
The binding context contains information passed from the runtime to the binding in a Map.
BindingDescription - Interface in commonj.connector.metadata.description
Describes a configured DataBinding, DataBindingGenerator, DataHandler or FunctionSelector that is provided by the adapter.
BindingException - Exception in commonj.connector.runtime
The BindingException represents an error that occured when working with a configured resource.
BindingException() - Constructor for exception commonj.connector.runtime.BindingException
Default constructor
BindingException(String) - Constructor for exception commonj.connector.runtime.BindingException
Constructor with message
BindingException(Throwable) - Constructor for exception commonj.connector.runtime.BindingException
The constructor with cause exception
BindingException(String, Throwable) - Constructor for exception commonj.connector.runtime.BindingException
Constructor with message and cause exception
BindingProvider - Interface in commonj.connector.metadata.build
Top-level interface for obtaining a list of FunctionSelectors, DataBindings, or DataBindingGenerators provided by the adapter for building services.
BindingRegistry - Interface in commonj.connector.runtime
The BindingRegistry provides retrieval of configured DataBinding, DataHandler or FunctionSelector.
BindingTags - Interface in commonj.connector.metadata
Defines String constants that are to be used to tag a configured DataBinding, DataHandler or FunctionSelector.
BindingTypeBeanProperty - Class in commonj.connector.metadata.discovery.properties.extensions
Marker class that must be used by the JavaBean for configured properties of a FunctionSelector, DataBinding, or DataHandler for any property that references a nested FunctionSelector, DataBinding, or DataHandler.
BindingTypeBeanProperty() - Constructor for class commonj.connector.metadata.discovery.properties.extensions.BindingTypeBeanProperty
Default constructor
BindingTypeBeanProperty(String[]) - Constructor for class commonj.connector.metadata.discovery.properties.extensions.BindingTypeBeanProperty
Constructor with tag arguments
BindingTypeProperty - Interface in commonj.connector.metadata.discovery.properties.extensions
A property interface for browsing or selecting a configured DataBinding, DataBindingGenerator, DataHandler, or FunctionSelector.
BoundedMultiValuedProperty - Interface in commonj.connector.metadata.discovery.properties
A MultiValuedProperty that has a bounded size for the list of values it can hold.

C

canAdd(MetadataObject) - Method in interface commonj.connector.metadata.discovery.MetadataSelection
Deprecated. - Since 1.1. See MetadataSelection.canAdd(MetadataObject[])
canAdd(MetadataObject[]) - Method in interface commonj.connector.metadata.discovery.MetadataSelection
A convenience method for tool environments to call before attempting to call MetadataSelection.add(commonj.connector.metadata.discovery.MetadataImportConfiguration).
CANCEL - Static variable in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStatus
Deprecated. This attribute defines the CANCEL state.
cancelOperation() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
Cancels the operation of the object wizard.
canContinue() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Returns a boolean indicating that the current object wizard step is complete and you can proceed to the next step.
canFinish() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Returns a boolean indicating that the object wizard has completed its operation and any actions that can be performed are optional.
clone() - Method in interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
Tool environments may need to make copies of properties for logical, performance, or caching, needs.
close() - Method in interface commonj.connector.metadata.discovery.connection.MetadataConnection
Close this metadata connection.
close() - Method in interface commonj.connector.tool.ToolContext.ProgressMonitor
This method is identical to ProgressMonitor
commonj.connector.metadata - package commonj.connector.metadata
This package provides the MetadataException class that is thrown in error situations during metadata discovery, configuration interfaces, and the base interface for discovering or building a service.
commonj.connector.metadata.build - package commonj.connector.metadata.build
This package defines all the build interfaces that must be implemented by an EMD service provider.
commonj.connector.metadata.build.tool - package commonj.connector.metadata.build.tool
This package defines additional service description interfaces that must be implemented by the tool environment.
commonj.connector.metadata.description - package commonj.connector.metadata.description
This package defines service description interfaces that must be implemented by an EMD service provider.
commonj.connector.metadata.discovery - package commonj.connector.metadata.discovery
This package defines all the discovery interfaces that must be implemented by an EMD service provider.
commonj.connector.metadata.discovery.connection - package commonj.connector.metadata.discovery.connection
This package defines interfaces describing inbound and outbound connections, their types and configurations.
commonj.connector.metadata.discovery.mutable - package commonj.connector.metadata.discovery.mutable
This package contains all the classes necessary to edit the metadata tree.
commonj.connector.metadata.discovery.properties - package commonj.connector.metadata.discovery.properties
This package defines property description interfaces that must be implemented by an EMD service provider.
commonj.connector.metadata.discovery.properties.extensions - package commonj.connector.metadata.discovery.properties.extensions
This package defines extensions to the property description interfaces that must be implemented by an EMD service provider.
commonj.connector.runtime - package commonj.connector.runtime
This package contains runtime interfaces used during invocation of services discovered with EMD.
commonj.connector.tool - package commonj.connector.tool
This package defines tool environment interfaces that must be implemented by a tool provider.
completeCreateOperation() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
Deprecated. since 1.1 - see finishOperation()
ConnectionConfiguration - Interface in commonj.connector.metadata.discovery.connection
A configuration object representing properties of the connection.
ConnectionPersistence - Interface in commonj.connector.metadata.discovery.connection
Interface describing how to persist and retrieve connection configuration information.
ConnectionPersistence.ConnectionSummary - Interface in commonj.connector.metadata.discovery.connection
Summary information for a persisted connection configuration.
ConnectionType - Interface in commonj.connector.metadata.discovery.connection
Represents a unique type of connection, either inbound or outbound, supported by an adapter type.
CONTINUE - Static variable in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStatus
Deprecated. This attribute defines the CONTINUE status of the object wizard.
convertToString() - Method in interface commonj.connector.metadata.discovery.properties.PropertyGroup
Returns a String representation of this PropertyGroup instance that must be treated without processing similar to XML CDATA.
CREATE - Static variable in interface commonj.connector.metadata.discovery.mutable.OperationType
This attribute defines the Create operation.
createActivationSpecProperties() - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionConfiguration
Creates a new instance of the properties that are defined for the ActivationSpec java bean that will be used to support the connections represented by this configuration.
createAdapterEnvironmentProperties() - Method in interface commonj.connector.metadata.discovery.AdapterConfiguration
Creates a new instance of the properties that control how an adapter environment should be configured.
createConfigurationProperties() - Method in interface commonj.connector.metadata.discovery.MetadataImportConfiguration
Creates a new instance of the properties that will control how the metadata object will be imported.
createConfigurationProperties() - Method in interface commonj.connector.metadata.discovery.properties.NodeProperty
Creates a new instance of the properties that are used to configure this node.
createDataProperties() - Method in interface commonj.connector.metadata.build.MetadataType
The set of properties for determining the types to be created.
createFilteringProperties() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Creates a new instance of the properties that can be used to filter out the children of this MetadataObject.
createFilterProperties() - Method in interface commonj.connector.metadata.discovery.MetadataTree
Creates a new instance of the set of properties that can be used to filter out the content of this MetadataTree.
createFunctionBuilder(String) - Method in interface commonj.connector.metadata.build.MetadataBuild
Create functionBuilder based on set ConnectionTypeID.
createImportConfiguration() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Create a MetadataImportConfiguration object for this Metadata object.
createInboundConnectionBeans() - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionType
Creates a new InboundConnectionBeans instance which has new default instances of the ResourceAdapter and ActivationSpec Java Beans for this InboundConnectionType.
createInboundConnectionConfiguration() - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionType
Creates a new InboundConnectionConfiguration instance.
createManagedConnectionFactoryProperties() - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionConfiguration
Creates a new instance of the properties that are defined for the managed connection factory bean that will be used to support the connections represented by this configuration.
createMetaDataSelection() - Method in interface commonj.connector.metadata.discovery.MetadataTree
Create a new instance of MetadataSelection that can be used to accumulate selections the user makes in the metadata tree.
createNewRow() - Method in interface commonj.connector.metadata.discovery.properties.TableProperty
Creates a new row at the end of the table.
createNewRow(int) - Method in interface commonj.connector.metadata.discovery.properties.TableProperty
Inserts a new row at the given row index.
createOutboundConnectionBeans() - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType
Creates a new OutboundConnectionBeans instance which has new default instances of the ResourceAdapter and ManagedConnectionFactory Java Beans for this OutboundConnectionType.
createOutboundConnectionConfiguration() - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType
Creates a new ConnectionConfiguration instance.
createProperties() - Method in interface commonj.connector.metadata.discovery.EditableType
Creates a new instance of the properties associated with the administered object, ConnectionSpec or InteractionSpec for which this instance of EditableType was created.
createProperties() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Creates a new instance of the property group representing any properties needed at this step in the wizard.
createResourceAdapterProperties() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
Creates a new instance of the properties associated with the ResourceAdapter JavaBean needed to support connections represented by this configuration.
createSelectionProperties() - Method in interface commonj.connector.metadata.discovery.MetadataSelection
Creates a new instance of the properties that control how a service description will be created from the current selection.
createServiceDescription(MetadataSelection) - Method in interface commonj.connector.metadata.discovery.MetadataDiscovery
Creates a ServiceDescription representing the objects configured in the given MetadataSelection.
createUnifiedProperties() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
Get all the properties that define the connection represented by this configuration.

D

DATABINDING - Static variable in interface commonj.connector.metadata.build.Binding
Constant indicating DataBinding type.
DataBinding - Interface in commonj.connector.runtime
The data binding represents the mapping between a native data format and a common user application visible format, and vice-versa.
DataBindingDescription - Interface in commonj.connector.metadata.description
DataBindingDescription is used to describe the output of a DataBindingGenerator, specifying if it is a top level object, whether service data objects are used, and the definition of the DataBinding (the class name and its content).
DataBindingException - Exception in commonj.connector.runtime
An exception used to indicate errors during runtime.
DataBindingException() - Constructor for exception commonj.connector.runtime.DataBindingException
Default constructor
DataBindingException(String) - Constructor for exception commonj.connector.runtime.DataBindingException
Constructor with message
DataBindingException(String, Throwable) - Constructor for exception commonj.connector.runtime.DataBindingException
Constructor with message and cause exception
DataBindingException(Throwable) - Constructor for exception commonj.connector.runtime.DataBindingException
The constructor with cause exception
DATABINDINGGENERATOR - Static variable in interface commonj.connector.metadata.build.Binding
Constant indicating DataBindingGenerator type.
DataBindingGenerator - Interface in commonj.connector.metadata.description
Generator supplied by the Metadata Discovery service that generates a DataBinding or Record from the schema definition for input and output.
DataDescription - Interface in commonj.connector.metadata.build.tool
In build scenario when FunctionBuilder.updateFunctionDescription is invoked, allow the adapter to update the DataDescription.
DataDescription - Interface in commonj.connector.metadata.description
Describes a data element that can be used as a request, response, or notification payload for a FunctionDescription.
DataFile - Interface in commonj.connector.metadata.description
The DataFile interface is used for storing any additional files that the service may require.
DATAHANDLER - Static variable in interface commonj.connector.metadata.build.Binding
Constant indicating DataHandler type.
DataHandler - Interface in commonj.connector.runtime
The data handler provides transformation function for transforming from one form to another.
DataHandlerException - Exception in commonj.connector.runtime
An exception used to indicate data handling errors during runtime.
DataHandlerException() - Constructor for exception commonj.connector.runtime.DataHandlerException
Default constructor
DataHandlerException(String) - Constructor for exception commonj.connector.runtime.DataHandlerException
Constructor with message
DataHandlerException(String, Throwable) - Constructor for exception commonj.connector.runtime.DataHandlerException
Constructor with message and cause exception
DataHandlerException(Throwable) - Constructor for exception commonj.connector.runtime.DataHandlerException
The constructor with cause exception
DELETE - Static variable in interface commonj.connector.metadata.discovery.mutable.OperationType
This attribute defines the Delete operation.
deleteRow(int) - Method in interface commonj.connector.metadata.discovery.properties.TableProperty
Deletes the row with the given index.

E

edit(MetadataImportConfiguration) - Method in interface commonj.connector.metadata.discovery.MetadataSelection
Edit the configuration properties of a MetadataImportConfiguration in the selection.
EditableType - Interface in commonj.connector.metadata.discovery
Tool environments should provide implementations for rich editing support of administered objects, ConnectionSpecs, and InteractionSpecs for resource adapters.
exists(ConnectionConfiguration) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence
Check whether a ConnectionConfiguration matching the argument configuration already exists in the persistent storage.
EXPECTED_TYPE - Static variable in interface commonj.connector.runtime.BindingContext
Key name in the bindingContext, where the value specifies the QName of the argument type.
ExtendedMessageListener - Interface in commonj.connector.runtime
A listener interface supporting inbound messages with notification and request-response style.

F

FaultBinding - Interface in commonj.connector.runtime
The FaultBinding allows the adapter to provide fault support for services.
FaultDataBinding - Interface in commonj.connector.runtime
The fault data binding represents the mapping between a native fault format and a common user application visible format represented by the DataObject.
FaultDataDescription - Interface in commonj.connector.metadata.description
 
FaultDescription - Interface in commonj.connector.metadata.description
 
FaultException - Exception in commonj.connector.runtime
The FaultException represents a fault or a data related error that occured during execution of the interaction through the resource adapter and should be thrown from the execute method of the Interaction if such a condition is detected.
FaultException() - Constructor for exception commonj.connector.runtime.FaultException
Default constructor
FaultException(String) - Constructor for exception commonj.connector.runtime.FaultException
Constructor with message
FaultException(String, String) - Constructor for exception commonj.connector.runtime.FaultException
Constructor with message and errorCode.
FaultException(String, Throwable) - Constructor for exception commonj.connector.runtime.FaultException
Constructor with message and cause exception
FaultException(Throwable) - Constructor for exception commonj.connector.runtime.FaultException
The constructor with cause exception
FaultSelector - Interface in commonj.connector.runtime
Generates a fault identifier that can be matched with one of the faults associated with the specific outbound operation.
FileProperty - Interface in commonj.connector.metadata.discovery.properties.extensions
A property interface for browsing or selecting a single file.
FINISH - Static variable in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStatus
Deprecated. This attribute defines the FINISH status.
finishOperation() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
Complete the object wizard.
FOLDER - Static variable in interface commonj.connector.metadata.discovery.MetadataObject.MetadataObjectType
A Constant indicating that the associated MetadataObject represents a folder.
FolderProperty - Interface in commonj.connector.metadata.discovery.properties.extensions
A property interface for browsing or selecting a single folder.
FunctionBuilder - Interface in commonj.connector.metadata.build
Represents a builder of inbound or outbound FunctionDescriptions, for the specified connection.
FunctionDescription - Interface in commonj.connector.metadata.description
The FunctionDescription interface provides the definition of a function for an inbound or outbound service.
FUNCTIONSELECTOR - Static variable in interface commonj.connector.metadata.build.Binding
Constant indicating FunctionSelector type.
FunctionSelector - Interface in commonj.connector.runtime
Generates the key name of a function on an InboundServiceDescription given an adapter-specific inbound object.
FunctionType - Interface in commonj.connector.metadata.build
Enumerates the different possible function signatures.

G

GENERATED_DATA_BINDING - Static variable in interface commonj.connector.metadata.MetadataConfigurationType
This attribute defines the Generated Data Binding configuration.
GENERATED_RECORDS - Static variable in interface commonj.connector.metadata.MetadataConfigurationType
This attribute defines the Generated Records configuration.
generateDataBinding(QName, URL) - Method in interface commonj.connector.metadata.description.DataBindingGenerator
The tool framework is responsible for keeping track of the URL of the schema and QName of the global element or complexType definition.
generateEISFunctionName(Object[]) - Method in interface commonj.connector.runtime.FunctionSelector
Given an adapter specific message listener method parameters, generate a key string (called the EIS function name) representing key information found in the message listener method parameters.
generateFaultName(FaultException) - Method in interface commonj.connector.runtime.FaultSelector
Generate fault identifier from the FaultException
generateFaultName(Object[]) - Method in interface commonj.connector.runtime.FaultSelector
A selector method to support bindings not supporting CCI
GENERIC_DATA_BINDING - Static variable in interface commonj.connector.metadata.MetadataConfigurationType
This attribute defines the Generic Data Binding configuration.
GENERIC_RECORDS - Static variable in interface commonj.connector.metadata.MetadataConfigurationType
This attribute defines the Generic Records configuration.
get(int) - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Returns the value at the specified position in this property.
getActions() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Deprecated. since 1.1 - use canFinish() or canContinue()
getActivationSpecJavaBean() - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionType.InboundConnectionBeans
Return an instance of the ActivationSpec Java Bean, a part of runtime representation of the inbound connection configuration.
getAdapterType() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionType
Gets the type of the adapter that contains this connection.
getAdapterType(String) - Method in interface commonj.connector.metadata.MetadataService
Return the AdapterType matching adapter type ID passed as argument.
getAdapterTypeSummaries() - Method in interface commonj.connector.metadata.MetadataService
List the types of adapters this Metadata service has access to.
getAdministeredObjectType(String) - Method in interface commonj.connector.metadata.discovery.MetadataEdit
Returns an EditableType for editing the specified administered object.
getApplicationEntries() - Method in interface commonj.connector.metadata.discovery.AdapterConfiguration
Returns the file URI locations to configuration files (such as Java JAR files or property files) that need to be placed in the application path.
getAppliedFilter() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Returns the set of filtering properties that were applied to this MetadataObject to get its children.
getASINamespaceURI() - Method in interface commonj.connector.metadata.build.Binding
An array of the ASI schema namespaces that are supported by the binding object.
getBinding() - Method in interface commonj.connector.metadata.build.BindingProvider
Returns an array of bindings (FnctionSelector, DataBindingGenerator, and DataBinding) that are provided by the adapter.
getBindingConfigurationName() - Method in interface commonj.connector.metadata.description.BindingDescription
Returns the name of the binding configuration.
getBindingConfigurationName() - Method in interface commonj.connector.metadata.description.DataDescription
Returns the binding configuration name to be used with the BindingRegistry.
getBindingDescription() - Method in interface commonj.connector.metadata.description.ServiceDescription
A service description can list DataBindings and FunctionSelector it uses or refer to them by name, and have them defined and configured in a BindingRegistry.
getBoundedSize() - Method in interface commonj.connector.metadata.discovery.properties.BoundedMultiValuedProperty
Returns the maximum number of values the property can hold.
getCellProperty(int, int) - Method in interface commonj.connector.metadata.discovery.properties.TableProperty
Returns all the property descriptors, that represent the complete contents of the table.
getChildren(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.MetadataObject
Returns the children of this metadata object in the form of a MetadataObjectResponse
getChildren() - Method in interface commonj.connector.metadata.discovery.properties.NodeProperty
Returns any children nodes of this node.
getClassName() - Method in interface commonj.connector.metadata.build.Binding
Specifies the fully qualified class name of the DataBinding, DataBindingGenerator, DataHandler or FunctionSelector binding object that is specified.
getColumns() - Method in interface commonj.connector.metadata.discovery.properties.TableProperty
Returns the array of column descriptors that describe the types of each column.
getComment() - Method in interface commonj.connector.metadata.description.DataDescription
Contains a description of the data populated from information in the EIS.
getComment() - Method in interface commonj.connector.metadata.description.FunctionDescription
Contains a description of the function populated from information in the EIS.
getComment() - Method in interface commonj.connector.metadata.description.ServiceDescription
Contains a description of the service populated from information in the EIS.
getCommonSchemas(QName) - Method in interface commonj.connector.metadata.build.MetadataBuild
Allows tooling to obtain the definition for a complex type that is supplied by the adapter.
getCommonSchemaTypes() - Method in interface commonj.connector.metadata.build.MetadataBuild
Returns an array of QName of the global complex types that are provided by this adapter.
getConfiguration() - Method in interface commonj.connector.metadata.MetadataService
Returns an array of MetadataConfigurationType values representing configuration properties that are currently set on the metadata service.
getConnectionCofiguration() - Method in interface commonj.connector.metadata.discovery.connection.MetadataConnection
Get configuration properties used to create and initialize the metadata connection.
getConnectionPersistence() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionType
Get the ConnectionPersistence instance that should be used for storing and retrieving connection configuration for this connection type.
getConnectionSpecClassName() - Method in interface commonj.connector.metadata.build.MetadataBuild
Return the list of ConnectionSpecs that can be used with the set connectionType.
getConnectionSpecType(String) - Method in interface commonj.connector.metadata.discovery.MetadataEdit
Returns a EditableType for editing the specified ConnectionSpec.
getConnectionSummaries(ConnectionType) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence
Summarize all connections configurations stored in this repository for the given connection type.
getConnectionType() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
Gets the ConnectionType object associated with this configuration.
getConnectionType() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence.ConnectionSummary
Get the type of the connection described by the summary.
getConnectionType() - Method in interface commonj.connector.metadata.discovery.connection.MetadataConnection
Outbound ConnectionType that was used to create and open Metadata Connection.
getContent() - Method in interface commonj.connector.metadata.description.DataFile
Returns a byte array of the contents of the data file.
getContent() - Method in interface commonj.connector.metadata.description.SchemaDefinition
The complete contents of the schema.
getCurrentStep() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
Get the current step for this wizard.
getDataBindingClassName() - Method in interface commonj.connector.metadata.description.DataBindingDescription
Specifies the package and class name of the DataBinding.
getDataBindingClassNames(QName, URL) - Method in interface commonj.connector.metadata.description.DataBindingGenerator
A light weight convenience method providing tooling with the list of DataBindings or Records that would be generated for a given global element or complexType.
getDataBindingDefinition() - Method in interface commonj.connector.metadata.description.DataBindingDescription
String containing the full content of the Data Binding or Record class.
getDataBindingGeneratorClassName() - Method in interface commonj.connector.metadata.description.DataDescription
Returns the DataBindingGenerator class name which generates the DataBinding or cci.Record implementation.
getDataFiles() - Method in interface commonj.connector.metadata.description.DataDescription
This method returns an array of DataFile which represent auxiliary files.
getDataObject() - Method in interface commonj.connector.runtime.DataBinding
Get the data.
getDefaultDataBinding() - Method in interface commonj.connector.metadata.build.MetadataBuild
Return a fully qualified class name for a default DataBinding that can be used with the service.
getDefaultFunctionSelector() - Method in interface commonj.connector.metadata.build.MetadataBuild
Return a fully qualified class name for the default FunctionSelector that can be used with the set inbound connectionType.
getDefaultInteractionSpec() - Method in interface commonj.connector.metadata.build.MetadataBuild
Return a new default instance of the InteractionSpec that can be used with the set outbound connectionType.
getDefaultValue() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Returns the default value for this property.
getDescription() - Method in interface commonj.connector.metadata.build.Binding
Returns a description of this binding.
getDescription() - Method in interface commonj.connector.metadata.discovery.AdapterTypeSummary
Gets a description of this adapter type and what EIS it represents.
getDescription() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
A description of the connection configuration.
getDescription() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence.ConnectionSummary
A description of the connection configuration.
getDescription() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionType
Gets a description of the connection type.
getDescription() - Method in interface commonj.connector.metadata.discovery.MetadataImportConfiguration
Gets a description that can be used to convey information from the discovery service to the tool user that may be useful in filling out the properties for this import configuration.
getDescription() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Returns an optional string description of the MetadataObject for tool environments to use when displaying the object to users.
getDescription() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Gets the description of the object wizard step.
getDescription() - Method in interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
Returns the description of this property.
getDisplayName() - Method in interface commonj.connector.metadata.build.Binding
Returns a short name that describes the binding.
getDisplayName() - Method in interface commonj.connector.metadata.discovery.AdapterTypeSummary
Gets a display name that can be used within the tool environment to represent this adapter type.
getDisplayName() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionType
Gets a display name that a tool environment can display to users to represent this connection type.
getDisplayName() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Gets a display name that can be used within the tool environment to represent this MetadataObject.
getDisplayName() - Method in interface commonj.connector.metadata.discovery.mutable.Action
Deprecated. Gets the "displayName" attribute.
getDisplayName() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Gets the display name for the object wizard step.
getDisplayName() - Method in interface commonj.connector.metadata.discovery.mutable.Operation
Gets the "displayName" attribute.
getDisplayName() - Method in interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
Returns the display name to be used by tool environments to display the property.
getEditableType() - Method in interface commonj.connector.metadata.BindingConfigurationEdit
Returns the EditableType that can be used by the tool to edit the binding properties.
getEISFunctionName() - Method in interface commonj.connector.metadata.description.InboundFunctionDescription
Returns a string value that maps the inbound message to this function.
getFaultDataDescriptions() - Method in interface commonj.connector.metadata.description.FaultDescription
 
getFaultName() - Method in interface commonj.connector.metadata.description.FaultDataDescription
 
getFaultSelectorClassname() - Method in interface commonj.connector.metadata.description.FaultDescription
Get the name of the class implementing FaultSelector interface.
getFileExtensions() - Method in interface commonj.connector.metadata.discovery.properties.extensions.FileProperty
Represents the file extensions to perform filtering of files.
getFileExtensions() - Method in interface commonj.connector.metadata.discovery.properties.extensions.MultiFileProperty
Represents the file extensions to perform filtering of files.
getFunctionDescriptions() - Method in interface commonj.connector.metadata.description.ServiceDescription
Returns an array of FunctionDescription instances representing the functions (or rather descriptions of the functions) of this service.
getFunctionSelectorClassName() - Method in interface commonj.connector.metadata.description.InboundServiceDescription
Returns the fully qualified class name of the desired FunctionSelector class.
getFunctionTypes() - Method in interface commonj.connector.metadata.build.FunctionBuilder
For the applied operation kind return the possible function signatures.
getGeneratedType() - Method in interface commonj.connector.metadata.build.Binding
Returns the output type of the DataBindingGenerator.
getGeneratorTypeName() - Method in interface commonj.connector.metadata.description.BindingDescription
Returns the fully qualified className of the DataBindingGenerator.
getGenericDataBindingClassName() - Method in interface commonj.connector.metadata.description.DataDescription
Returns the class name of either generic DataBinding or generic Record.
getId() - Method in interface commonj.connector.metadata.discovery.AdapterTypeSummary
Gets a unique identifier for the AdapterType as a String.
getId() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionType
Gets the unique Id for this connection type.
getID() - Method in interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
Returns a unique ID that has been assigned to the property descriptor.
getImplementationTypes() - Method in interface commonj.connector.metadata.discovery.properties.extensions.JavaTypeProperty
Represents all the implementation types that the type must extend or implement.
getImplementationTypes() - Method in interface commonj.connector.metadata.discovery.properties.extensions.MultiJavaTypeProperty
Represents all the implementation types that the type must extend or implement.
getImportConfiguration() - Method in interface commonj.connector.metadata.description.FunctionDescription
Returns the MetadataImportConfiguration that was used to import and create this function.
getInboundConnectionAdvancedConfiguration() - Method in interface commonj.connector.metadata.description.InboundServiceDescription
Returns the inbound connection configuration of this service.
getInboundConnectionConfiguration(ConnectionPersistence.ConnectionSummary) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence
Get an InboundConnectionConfiguration instance holding the persisted connection information for the connection with the given summary.
getInboundConnectionType() - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionConfiguration
Get the inbound connection type associated with this configuration.
getInboundConnectionType(String) - Method in interface commonj.connector.metadata.discovery.MetadataEdit
Returns a ConnectionType which can be used for editing the ResourceAdapterJava bean and ActivationSpec.
getInboundConnectionTypes() - Method in interface commonj.connector.metadata.discovery.AdapterType
Gets an array of all the inbound connection types this adapter defines.
getInputDataDescription() - Method in interface commonj.connector.metadata.description.FunctionDescription
Returns the input DataDescription.
getInteractionSpec() - Method in interface commonj.connector.metadata.description.OutboundFunctionDescription
Returns the InteractionSpec with the runtime properties needed to properly execute this function.
getInteractionSpecType(String) - Method in interface commonj.connector.metadata.discovery.MetadataEdit
Returns an EditableType for editing the specified InteractionSpec.
getListenerClassName() - Method in interface commonj.connector.metadata.build.MetadataBuild
Return the list of listener interfaces that can be used with the set inbound connectionType.
getListenerClassName() - Method in interface commonj.connector.metadata.description.InboundServiceDescription
Returns the fully qualified class name of the desired Listener interface class which the message driven bean must implement for the inbound service.
getLocation() - Method in interface commonj.connector.metadata.description.DataFile
Returns the relative location to save the data file.
getLocation() - Method in interface commonj.connector.metadata.description.SchemaDefinition
Returns the location of the schema.
getLocation() - Method in interface commonj.connector.metadata.discovery.MetadataImportConfiguration
Gets the location of the metadata object that is to be imported.
getLocation() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Returns a location within the metadata model for the EIS.
getLocation() - Method in interface commonj.connector.metadata.discovery.properties.extensions.SchemaTypeProperty
Returns the relative location of the schema.
getLocations() - Method in interface commonj.connector.metadata.discovery.properties.extensions.MultiSchemaTypeProperty
Returns the relative locations of the schemas.
getLogger() - Method in interface commonj.connector.tool.ToolContext
Return a Logger instance that can be used to log tracking and diagnostic information from the discovery service.
getManagedConnectionFactoryJavaBean() - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType.OutboundConnectionBeans
Return an instance of the ManagedConnectionFactory Java Bean, a runtime representation of the outbound connection configuration.
getMaximum() - Method in interface commonj.connector.tool.ToolContext.ProgressMonitor
This method is identical to ProgressMonitor
getMessage() - Method in interface commonj.connector.metadata.discovery.MetadataObjectResponse
Returns any status messages that may have been returned with the response.
getMessage() - Method in interface commonj.connector.metadata.discovery.MetadataSelection
Returns any status messages indicating the state of the MetadataSelection.
getMetadataConnection() - Method in interface commonj.connector.metadata.discovery.MetadataTree
Get the MetadataConnection being used for this metadata tree.
getMetadataConnection() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
Gets the metadata connection associated with the wizard.
getMetadataConnectionConfiguration() - Method in interface commonj.connector.metadata.description.ServiceDescription
Returns the metadata connection configuration associated with this service description.
getMetadataObject(String) - Method in interface commonj.connector.metadata.discovery.MetadataTree
Get a specific MetadataObject instance from the metadata tree given the location identifier for the object.
getMetadataObject() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
Gets the MetadataObject that the wizard is performing an operation on.
getMetadataSelectionProperties() - Method in interface commonj.connector.metadata.description.ServiceDescription
Returns the configuration properties of the MetadataSelection.
getMetadataTree(MetadataConnection) - Method in interface commonj.connector.metadata.discovery.MetadataDiscovery
Obtain an instance of the MetadataTreethat is to be used to access objects in the metadata repository of an EIS (as accessed through MetadataConnection).
getMinimum() - Method in interface commonj.connector.tool.ToolContext.ProgressMonitor
This method is identical to ProgressMonitor
getName() - Method in interface commonj.connector.metadata.build.MetadataType
Returns the name of the top level global complex type in the array of schema definitions.
getName() - Method in interface commonj.connector.metadata.description.DataDescription
This method returns the name of the global element or complexType that is used as the method argument on the FunctionDescription instance.
getName() - Method in interface commonj.connector.metadata.description.FunctionDescription
Returns the name of the method.
getName() - Method in interface commonj.connector.metadata.description.ServiceDescription
If the discovery service can determine a meaningful name for the service then it should populate this field with the value.
getName() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
Returns the name associated with this instance of the connection configuration.
getName() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence.ConnectionSummary
Get the name that uniquely defines the connection configuration within the adapter Type and ConnectionType scope The return value must not be null.
getName() - Method in interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
Returns the name of this property.
getNamespace() - Method in interface commonj.connector.metadata.description.SchemaDefinition
Returns the namespace of the schema.
getNativeData() - Method in interface commonj.connector.runtime.InboundNativeDataRecord
Return the native representation of the data.
getNextStep(Action) - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
Deprecated. since 1.1
getNextStep() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Gets the next step.
getNote() - Method in interface commonj.connector.tool.ToolContext.ProgressMonitor
This method is identical to ProgressMonitor
getObjectIterator() - Method in interface commonj.connector.metadata.discovery.MetadataObjectResponse
Returns an iterator for the content of the MetadataObjectResponse.
getObjectProperties() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Gets the Read-only display properties of the metadata object.
getObjectWizard() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Get the ObjectWizard that is the host for this step.
getOperation() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
Gets the operation being performed by the wizard.
getOperationKinds() - Method in interface commonj.connector.metadata.build.FunctionBuilder
Returns a PropertyGroup showing possible operation kinds for the connection.
getOperations() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Gets all allowed operations on this object.
getOperationType() - Method in interface commonj.connector.metadata.discovery.mutable.Operation
Gets the operation type.
getOutboundConnectionAdvancedConfiguration() - Method in interface commonj.connector.metadata.description.OutboundServiceDescription
Returns the outbound connection configuration, which contains the connection information to the EIS system.
getOutboundConnectionConfiguration(ConnectionPersistence.ConnectionSummary) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence
Get an OutboundConnectionConfiguration instance holding the persisted connection information for the connection with the given summary.
getOutboundConnectionType() - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionConfiguration
Get the outbound connection type associated with this configuration.
getOutboundConnectionType(String) - Method in interface commonj.connector.metadata.discovery.MetadataEdit
Returns an OutboundConnectionType which can be used for editing the ResourceAdapterJava bean, and ManagedConnectionFactory.
getOutboundConnectionTypes() - Method in interface commonj.connector.metadata.discovery.AdapterType
Gets an array of all the outbound connection types this adapter defines.
getOutputDataDescription() - Method in interface commonj.connector.metadata.description.FunctionDescription
Returns the output DataDescription
getParentLocation() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Returns the location value of the parent of this MetadataObject.
getPreviousStep() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Gets the previous step.
getProgressMonitor() - Method in interface commonj.connector.tool.ToolContext
Return a ProgressMonitor instance that can be used to communicate progress being made on a long-running operation within the discovery service.
getProperties() - Method in interface commonj.connector.metadata.description.BindingDescription
Returns the JavaBean which is used to configure the binding.
getProperties() - Method in interface commonj.connector.metadata.discovery.properties.PropertyGroup
Returns the contents of the group.
getProperty(String) - Method in interface commonj.connector.metadata.discovery.properties.PropertyGroup
Returns the property or property group with the given name.
getPropertyChangeType() - Method in class commonj.connector.metadata.discovery.properties.PropertyEvent
Identifies the type of property change that occured.
getPropertyType() - Method in interface commonj.connector.metadata.discovery.properties.SingleTypedProperty
Returns the type of the property
getRecord() - Method in interface commonj.connector.runtime.RecordHolder
Get the native representation of data as cci Record.
getRecord() - Method in interface commonj.connector.runtime.RecordHolderDataBinding
Get the native representation of data as cci Record.
getRecordInterfaces() - Method in interface commonj.connector.metadata.build.FunctionBuilder
Returns interface that Record must implement to be consumed by adapter.
getResourceAdapterJavaBean() - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionType.InboundConnectionBeans
Return an instance of the Resource adapter Java Bean, a part of runtime representation of the inbound connection configuration.
getResourceAdapterJavaBean() - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType.OutboundConnectionBeans
Return an instance of the Resource Adapter Java Bean, a part of runtime representation of the outbound connection configuration.
getRoot() - Method in interface commonj.connector.metadata.discovery.properties.TreeProperty
Returns the root node of the property tree.
getRowProperties(int) - Method in interface commonj.connector.metadata.discovery.properties.TableProperty
Returns the array of values at a particular row index.
getSchemaDefinitions() - Method in interface commonj.connector.metadata.build.MetadataType
Returns an array of schema definitions for the specified data properties.
getSchemaDefinitions() - Method in interface commonj.connector.metadata.description.DataDescription
This method returns the schema that describes the input or output types.
getSelection() - Method in interface commonj.connector.metadata.discovery.MetadataSelection
Get an array of all import configurations that have been added to this selection.
getSelectionStyle() - Method in interface commonj.connector.metadata.discovery.MetadataTree
Returns one of the enumerated selection constants: MetadataTree.SINGLE_SELECT, or MetadataTree.MULTI_SELECT.
getSelectionStyle() - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Returns one of the enumerated selection constants: MultiValuedProperty.SINGLE_SELECT, or MultiValuedProperty.MULTI_SELECT.
getStatus() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStep
Deprecated. since 1.1
getSupportedConfiguration() - Method in interface commonj.connector.metadata.MetadataService
Returns an array of MetadataConfigurationType values representing configuration properties that the metadata service supports.
getSupportedType() - Method in interface commonj.connector.metadata.build.Binding
Returns an array of the fully qualified interface or class names that this binding object supports.
getSystemEntries() - Method in interface commonj.connector.metadata.discovery.AdapterConfiguration
Returns the absolute file URI locations to configuration files (such as Java JAR files, property files or DLLs) that need to be placed in the system path.
getTags() - Method in interface commonj.connector.metadata.build.Binding
Returns an array of tags which is used for configuration.
getTags() - Method in interface commonj.connector.metadata.description.BindingDescription
Returns a list of tags which are used to indicate how the DataBinding, DataHandler, or FunctionSelector is being used.
getTags() - Method in class commonj.connector.metadata.discovery.properties.extensions.BindingTypeBeanProperty
Returns the list of tags that are used to filter configured bindings that are searched.
getTags() - Method in interface commonj.connector.metadata.discovery.properties.extensions.BindingTypeProperty
Allows you to specify you are browsing for DataBinding, DataHandler, DataBindingGenerator or FunctionSelector.
getTitle() - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
This function returns the title of the object wizard.
getType() - Method in interface commonj.connector.metadata.build.Binding
Returns whether this represents a DataBinding, DataBindingGenerator, DataHandler or FunctionSelector.
getType() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Returns the MetadataObjectType that best describes the MetadataObject.
getType() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Returns the Java type represented by the property.
getType() - Method in interface commonj.connector.metadata.discovery.properties.TableProperty.ColumnDescriptor
Returns the Java type represented by the property.
getTypeName() - Method in interface commonj.connector.metadata.description.BindingDescription
Returns the fully qualifed className of the DataBinding, DataHandler, or FunctionSelector that is being configured.
getValidationMessage() - Method in interface commonj.connector.metadata.discovery.properties.Property
Returns a validation message that indicates why the property value has become invalid.
getValidValues() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Returns an array of valid values that can be set on this property.
getValidValuesAsStrings() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Returns an array of the valid String values that can be set on this property.
getValue() - Method in class commonj.connector.metadata.discovery.properties.extensions.BindingTypeBeanProperty
Returns the reference name of the selected configured binding.
getValue() - Method in interface commonj.connector.metadata.discovery.properties.SingleValuedProperty
Returns the current set value for the property.
getValueAsString() - Method in interface commonj.connector.metadata.discovery.properties.SingleValuedProperty
Returns the current set value for the property as a String value.
getValues() - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Returns the current set of values for the property.
getValuesAsStrings() - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Returns the current set of values for the property as String values.
getVendor() - Method in interface commonj.connector.metadata.discovery.AdapterTypeSummary
Gets the name of the vendor that supplied this adapter type.
getVersion() - Method in interface commonj.connector.metadata.discovery.AdapterTypeSummary
Gets the version of this adapter type (no version naming convention is required, but using a convention where a numeric <major>.<minor>.<patch level> is recommended).

H

hasChildren() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Returns whether this metadata object has any children.
hasMetadataConnectionTypes() - Method in interface commonj.connector.metadata.discovery.AdapterTypeSummary
Indicates if this adapter type defines any connection type that is appropriate for use during metadata discovery.

I

IN_OUT_PARAMETER - Static variable in interface commonj.connector.metadata.discovery.MetadataObject.MetadataObjectType
A Constant indicating that the associated MetadataObject represents an inout paramter.
IN_PARAMETER - Static variable in interface commonj.connector.metadata.discovery.MetadataObject.MetadataObjectType
A Constant indicating that the associated MetadataObject represents an input parameter.
INBOUND_SERVICE - Static variable in interface commonj.connector.metadata.MetadataConfigurationType
This attribute defines the Inbound Service configuration.
InboundConnectionConfiguration - Interface in commonj.connector.metadata.discovery.connection
A configuration object representing properties of the inbound connection.
InboundConnectionType - Interface in commonj.connector.metadata.discovery.connection
Describes a specific type of inbound connection.
InboundConnectionType.InboundConnectionBeans - Interface in commonj.connector.metadata.discovery.connection
Represents the JavaBean instances needed to support inbound communication, a runtime representation of the inbound connection configuration.
InboundFunctionDescription - Interface in commonj.connector.metadata.build.tool
In build scenario when FunctionBuilder.updateFunctionDescription is invoked, allow the adapter to update the InboundFunctionDescription.
InboundFunctionDescription - Interface in commonj.connector.metadata.description
The InboundFunctionDescription interface provides a definition of a function representing an inbound communication to an application server from an EIS instance.
InboundInteractionSpec - Interface in commonj.connector.runtime
The InboundInteractionSpec interface holds properties representing the interaction from the EIS that the client application can use.
InboundListener - Interface in commonj.connector.runtime
Listener interface that provides for inbound notifications and EIS-initiated request/response entry points.
InboundNativeDataRecord - Interface in commonj.connector.runtime
The InboundNativeDataRecord is a holder of arguments and result exchanged with data binding when the resource adapter does not support InboundListener or MessageListener interfaces.
InboundServiceDescription - Interface in commonj.connector.metadata.description
Describes a service for inbound communication from the EIS to the application server.
initialize(FunctionDescription) - Method in interface commonj.connector.metadata.build.FunctionBuilder
If the function has already been built and the tool supports iterative development then this method can be called to initialize the FunctionBuilder for further editing.
INPUT_ONLY - Static variable in interface commonj.connector.metadata.build.FunctionType
There is only an input DataDescription for the function.
INPUT_OUTPUT_DIFFERENT - Static variable in interface commonj.connector.metadata.build.FunctionType
The function has different input and output DataDescription.
INPUT_OUTPUT_SAME - Static variable in interface commonj.connector.metadata.build.FunctionType
The same DataDescription is used for input and output for the function
INTERACTION_SPEC - Static variable in interface commonj.connector.runtime.BindingContext
Key name in the BindingContext, where the value is the EIS InteractionSpec.
isAllRequired() - Method in interface commonj.connector.metadata.discovery.properties.BoundedMultiValuedProperty
Returns a flag indicating if all the indices must be filled with values for this property.
isCanceled() - Method in interface commonj.connector.tool.ToolContext.ProgressMonitor
This method is identical to ProgressMonitor
isConnectionConfigurationComplete(ConnectionConfiguration) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionType
Verify that given connection configuration is complete, in other word can be reasonably assumed to contain all the information needed to execute the service.
isDataBinding() - Method in interface commonj.connector.metadata.description.DataBindingDescription
If true denotes that this is a DataBinding used with Service Data Objects.
isDisabled() - Method in interface commonj.connector.metadata.discovery.mutable.Action
Deprecated. This is used to indicate to the tool whether an action is disabled or not.
isEditable() - Method in interface commonj.connector.metadata.description.SchemaDefinition
Returns true if the returned schema is editable, otherwise returns false.
isEnabled() - Method in interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
Returns if this property is enabled or disabled.
isExpert() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Indicates if this property is an Expert or Advanced property.
isFault(Object[]) - Method in interface commonj.connector.runtime.FaultSelector
Pass the returned data, whether it be an exception or response message, to determine if a fault has occurred.
isHidden() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Indicates if this property is a hidden one.
isInbound() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence.ConnectionSummary
Information whether the connection configuration is inbound connection configuration
isMutable() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Indicates if this object is mutable, and therefore supports one or more operations that can be used to modify it.
isOptional() - Method in interface commonj.connector.metadata.BindingConfigurationEdit
Return true if the DataBinding, DataHandler, or FunctionSelector does not need to be configured before use, otherwise return false.
isOutbound() - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence.ConnectionSummary
Information whether the connection configuration is outbound connection configuration
isPrimitive() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Indicates if this property is a primitive type.
isReadOnly() - Method in interface commonj.connector.metadata.build.tool.DataDescription
Indicates to the tool that the DataDescription should be shown to the user, but not allowed to be changed.
isReadOnly() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Indicates if this property is a read only one that should not be set or altered.
isRequired() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Indicates that a user must set a value for this property.
isRoot() - Method in interface commonj.connector.metadata.description.DataBindingDescription
If true denotes that this DataBinding is used with the input or return DataObject, or is the input or output cci.Record.
isSelectableForImport() - Method in interface commonj.connector.metadata.discovery.MetadataObject
Returns whether this metadata object can be imported into a ServiceDescription.
isSelected() - Method in interface commonj.connector.metadata.discovery.properties.NodeProperty
Returns if the node is selected or not.
isSelectionComplete() - Method in interface commonj.connector.metadata.discovery.MetadataSelection
Returns a boolean indicating whether the minimum number of MetadataObjects has been added and the tooling can proceed.
isSensitive() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Indicates if the property contents should be displayed in a obsfucated manner.
isSet() - Method in interface commonj.connector.metadata.discovery.properties.Property
Indicates if the value of this property has been set.
isSupportedAtRuntime() - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType
Indicates if this type of connection is valid for use at runtime to execute functions on a service.
isSupportedInMetadataService() - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType
Indicates if this type of connection is valid for use in creating a MetadataConnection.
isValid() - Method in interface commonj.connector.metadata.discovery.properties.Property
Indicates if the current value of the property is valid.
isValidValuesEditable() - Method in interface commonj.connector.metadata.discovery.properties.PropertyType
Indicates whether the list of valid values returned from PropertyType.getValidValues(), or PropertyType.getValidValuesAsStrings(), are the only possible set of values for the property.

J

JavaTypeProperty - Interface in commonj.connector.metadata.discovery.properties.extensions
A property interface for browsing or selecting a single Java type.

L

listMetadataObjects(PropertyGroup) - Method in interface commonj.connector.metadata.discovery.MetadataTree
List all objects starting from the root of the metadata model for the EIS instance.
locateBinding(QName, Map) - Method in interface commonj.connector.runtime.BindingRegistry
Retrieves the specified configured DataBinding, DataHandler or FunctionSelector.

M

MetadataBuild - Interface in commonj.connector.metadata.build
Top-level interface for building service description facilities.
MetadataConfigurationType - Interface in commonj.connector.metadata
Enumerates the different configuration types that apply for a MetadataDiscovery or MetadataBuild.
MetadataConnection - Interface in commonj.connector.metadata.discovery.connection
A handle to a connection for use in metadata discovery functions.
MetadataDiscovery - Interface in commonj.connector.metadata.discovery
Top-level interface for metadata discovery facilities.
MetadataEdit - Interface in commonj.connector.metadata.discovery
Top-level interface for editing connection information, InteractionSpec, ConnectionSpec, and adminstered objects.
MetadataException - Exception in commonj.connector.metadata
Exception used to indicate errors during metadata discovery and import.
MetadataException(String) - Constructor for exception commonj.connector.metadata.MetadataException
Constructs a new exception with the specified detail message.
MetadataException(String, Throwable) - Constructor for exception commonj.connector.metadata.MetadataException
Constructs a new exception with the specified detail message and cause.
MetadataImportConfiguration - Interface in commonj.connector.metadata.discovery
Designates a metadata object and defines properties that are needed to import that metadata object into a service description.
MetadataObject - Interface in commonj.connector.metadata.discovery
Represents an object in the metadata model for the EIS.
MetadataObject.MetadataObjectType - Interface in commonj.connector.metadata.discovery
An interface used to give tool environments a hint as to the nature of the associated MetadataObject.
MetadataObjectIterator - Interface in commonj.connector.metadata.discovery
The iterator used to iterate through the children of a MetadataObject.
MetadataObjectResponse - Interface in commonj.connector.metadata.discovery
Represents the response from a call to MetadataTree.listMetadataObjects(commonj.connector.metadata.discovery.properties.PropertyGroup)or MetadataObject.getChildren(commonj.connector.metadata.discovery.properties.PropertyGroup).
MetadataSelection - Interface in commonj.connector.metadata.discovery
Represents the current selection of MetadataObjects in the tool environment.
MetadataService - Interface in commonj.connector.metadata
Common super interface for MetadataBuild and MetadataDiscovery top-level interfaces for building and discovering services.
MetadataTree - Interface in commonj.connector.metadata.discovery
Represents the traversal of a single hierarchy of MetadataObjects as made available through a single MetadataConnection
MetadataType - Interface in commonj.connector.metadata.build
Top-level interface for building types that can be used when building service descriptions.
MULTI_SELECT - Static variable in interface commonj.connector.metadata.discovery.MetadataTree
Constant indicating many nodes in the tree can be selected.
MULTI_SELECT - Static variable in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Constant indicating many values can be selected.
MULTI_VALUED_PROPERTY_SELECTION - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where values in a multi-valued property are selected.
MultiFileProperty - Interface in commonj.connector.metadata.discovery.properties.extensions
A property interface for browsing or selecting multiple files.
MultiFolderProperty - Interface in commonj.connector.metadata.discovery.properties.extensions
A property interface for browsing or selecting multiple folders.
MultiJavaTypeProperty - Interface in commonj.connector.metadata.discovery.properties.extensions
A property interface for browsing or selecting multiple Java types.
MultiSchemaTypeProperty - Interface in commonj.connector.metadata.discovery.properties.extensions
A property interface for browsing or selecting multiple schema global complex types or global elements with complex types.
MultiValuedProperty - Interface in commonj.connector.metadata.discovery.properties
A property descriptor that represents a multiple valued property such as an array, vector, collection, etc.
mustExist() - Method in interface commonj.connector.metadata.discovery.properties.extensions.FileProperty
Denotes whether the file must exist or not.
mustExist() - Method in interface commonj.connector.metadata.discovery.properties.extensions.FolderProperty
Denotes whether the folder must exist or not.
mustExist() - Method in interface commonj.connector.metadata.discovery.properties.extensions.MultiFileProperty
Denotes whether all the files must exist or not.
mustExist() - Method in interface commonj.connector.metadata.discovery.properties.extensions.MultiFolderProperty
Denotes whether all the folders must exist or not.

N

nextMetaDataObject() - Method in interface commonj.connector.metadata.discovery.MetadataObjectIterator
Returns the next MetaDataObject available
NO_ARGS - Static variable in interface commonj.connector.metadata.build.FunctionType
There are no DataDescriptions for the function.
NodeProperty - Interface in commonj.connector.metadata.discovery.properties
An interface for a property node that is part of a TreeProperty.
NON_VISIBLE - Static variable in interface commonj.connector.metadata.discovery.mutable.OperationType
This attribute defines the unknown operation.The Unknown operation is allowed only non-visible modifications to the tree.

O

OBJECT - Static variable in interface commonj.connector.metadata.discovery.MetadataObject.MetadataObjectType
A Constant indicating that the associated MetadataObject represents an unkown object.
ObjectWizard - Interface in commonj.connector.metadata.discovery.mutable
Represents a wizard that will walk a tool user (in one or more steps) through an operation of a selected object in the metadata tree.
ObjectWizardStatus - Interface in commonj.connector.metadata.discovery.mutable
Deprecated. since 1.1
ObjectWizardStep - Interface in commonj.connector.metadata.discovery.mutable
Represents one step in a set of steps required to create a new MetadataObject, modify an existing one, delete an existing one or perform an nonvisible operation on one.
onMessage(InboundInteractionSpec, Record) - Method in interface commonj.connector.runtime.ExtendedMessageListener
Method invoked by the resource adapter to deliver synchronous event to the endpoint.
onNotification(InboundInteractionSpec, Record) - Method in interface commonj.connector.runtime.ExtendedMessageListener
Method invoked by the resource adapter to deliver one way inbound notification to the endpoint.
onNotification(Record) - Method in interface commonj.connector.runtime.InboundListener
Method invoked by the resource adapter to deliver one way inbound notification to the endpoint.
openMetadataConnection(OutboundConnectionConfiguration) - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType
Establish a connection for the connection type with the given Connection Configuration.
OPERATION - Static variable in interface commonj.connector.metadata.discovery.MetadataObject.MetadataObjectType
A Constant indicating that the associated MetadataObject represents an operation.
Operation - Interface in commonj.connector.metadata.discovery.mutable
Represents an operation that may be performed on a mutable MetadataObject.
OperationType - Interface in commonj.connector.metadata.discovery.mutable
Enumerates the different types of operations that may be performed on mutable MetadataObjects.
OUT_PARAMETER - Static variable in interface commonj.connector.metadata.discovery.MetadataObject.MetadataObjectType
A Constant indicating that the associated MetadataObject represents an output paramter.
OUTBOUND_SERVICE - Static variable in interface commonj.connector.metadata.MetadataConfigurationType
This attribute defines the Outbound Service configuration.
OutboundConnectionConfiguration - Interface in commonj.connector.metadata.discovery.connection
A configuration object representing properties of the outbound connection.
OutboundConnectionType - Interface in commonj.connector.metadata.discovery.connection
Describes a specific type of the outbound connection within the metadata discovery service.
OutboundConnectionType.OutboundConnectionBeans - Interface in commonj.connector.metadata.discovery.connection
Represents the JavaBean instances needed to support the outbound communication to an adapter, a runtime representation of the outbound connection configuration.
OutboundFunctionDescription - Interface in commonj.connector.metadata.build.tool
In build scenario when FunctionBuilder.updateFunctionDescription is invoked, allow the adapter to update the OutboundFunctionDescription.
OutboundFunctionDescription - Interface in commonj.connector.metadata.description
Represents a definition of a function for outbound communication from an application server to an EIS.
OutboundServiceDescription - Interface in commonj.connector.metadata.description
Describes a service using outbound communication from the application server to invoke functions in an EIS.
OUTPUT_ONLY - Static variable in interface commonj.connector.metadata.build.FunctionType
There is only an output DataDescription for the function.

P

populateFromString(String) - Method in interface commonj.connector.metadata.discovery.properties.PropertyGroup
Populates the PropertyGroup instance with the String argument.
postUpdateFunctionDescription(FunctionDescription) - Method in interface commonj.connector.metadata.build.FunctionBuilder
After the user has finished working with the function this method is called to allow the adapter to make any final updates to the FunctionDescription.
PROPERTY - Static variable in interface commonj.connector.metadata.discovery.MetadataObject.MetadataObjectType
A Constant indicating that the associated MetadataObject represents a property.
Property - Interface in commonj.connector.metadata.discovery.properties
An interface that represents an actual property who's value can be set.
PROPERTY_DISABLE - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a property is disabled.
PROPERTY_ENABLE - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a property is enabled.
PROPERTY_VALID_VALUES_CHANGE - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where the set of recommended values for a property changes.
PROPERTY_VALUE_CHANGE - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a property value changes.
PROPERTY_VALUE_INVALID - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a property value gets invalidated.
PROPERTY_VALUE_VALID - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a property value becomes valid.
propertyChange(PropertyEvent) - Method in interface commonj.connector.metadata.discovery.properties.PropertyChangeListener
This method gets called when a PropertyDescriptor is changed.
PropertyChangeListener - Interface in commonj.connector.metadata.discovery.properties
The event listener interface that accepts PropertyEvent events.
PropertyDescriptor - Interface in commonj.connector.metadata.discovery.properties
A base interface for describing a property, or a group of properties.
PropertyEvent - Class in commonj.connector.metadata.discovery.properties
An extension to the java.beans.PropertyChangeEvent class used to notify of property changes.
PropertyEvent(PropertyDescriptor, Object, Object, int) - Constructor for class commonj.connector.metadata.discovery.properties.PropertyEvent
Constructs a new PropertyEvent.
PropertyGroup - Interface in commonj.connector.metadata.discovery.properties
An interface that represents a group of properties.
PROPERTYGROUP_ADD_CHILD - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a property group has a child property added to it.
PROPERTYGROUP_REMOVE_ALL - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a property group has all its contents removed at once.
PROPERTYGROUP_REMOVE_CHILD - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a property group has a child property removed.
PROPERTYGROUP_REPLACE_ALL - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a property group has all its contents replaced at once.
PropertyType - Interface in commonj.connector.metadata.discovery.properties
The interface that describes the nature of a property.

R

RECORD - Static variable in interface commonj.connector.metadata.build.Binding
Constant indicating Record type.
RecordDataBinding - Interface in commonj.connector.runtime
A specialization of DataBinding interface for the resource adapter implementation.
RecordHolder - Interface in commonj.connector.runtime
An interface to support third party generated records.
RecordHolderDataBinding - Interface in commonj.connector.runtime
A specialization of DataBinding interface for the resource adapter implementation.
remove() - Method in interface commonj.connector.metadata.discovery.MetadataObjectIterator
MetadataObjectIterator extends Iteratorand thus inherits the Iterator.remove()method.
remove(MetadataImportConfiguration) - Method in interface commonj.connector.metadata.discovery.MetadataSelection
Remove an existing import configuration from this selection.
removeConnectionConfiguration(ConnectionPersistence.ConnectionSummary) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionPersistence
Remove an existing ConnectionConfiguration from the repository.
removePropertyChangeListener(PropertyChangeListener) - Method in interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
Removes a PropertyChangeListener from this property.
removeValue(Object) - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Removes the first occurrence in this property of the specified value.
removeValue(int) - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Removes the element at the specified position in this list (optional operation).
removeValueAsString(String) - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Removes a value from the current set of values for the property.The string value used must be semantically equivalent to the complete object instance it represents.
rowCount() - Method in interface commonj.connector.metadata.discovery.properties.TableProperty
Returns the current total number of rows in the table.

S

SchemaDefinition - Interface in commonj.connector.metadata.description
The SchemaDefinition interface provides the information required for serializing the schema defining the input or output of a function.
SchemaTypeProperty - Interface in commonj.connector.metadata.discovery.properties.extensions
A property interface for browsing or selecting a schema global complex type or global element with a complex type.
selectableNodes() - Method in interface commonj.connector.metadata.discovery.properties.TreeProperty
Returns true if the tree has selectable nodes or otherwise false.
SelectorException - Exception in commonj.connector.runtime
An exception used to indicate runtime errors occuring during selection of the EIS function name.
SelectorException() - Constructor for exception commonj.connector.runtime.SelectorException
Default constructor
SelectorException(String) - Constructor for exception commonj.connector.runtime.SelectorException
Constructor with message
SelectorException(String, Throwable) - Constructor for exception commonj.connector.runtime.SelectorException
Constructor with message and cause exception
SelectorException(Throwable) - Constructor for exception commonj.connector.runtime.SelectorException
The constructor with cause exception
ServiceDescription - Interface in commonj.connector.metadata.description
Describes an interface to EIS functionality.
setApplicationEntries(URI[]) - Method in interface commonj.connector.metadata.discovery.AdapterConfiguration
Sets the absolute or relative URI locations for configuration files that currently are in the application path and part of the resource adapter.
setBindingConfigurationName(String) - Method in interface commonj.connector.metadata.build.tool.DataDescription
Sets the binding configuration name.
setBindingContext(Map) - Method in interface commonj.connector.runtime.BindingContext
Runtime provides the BindingContext to the DataBinding, DataHandler, or FunctionSelector.
setConfiguration(MetadataConfigurationType[]) - Method in interface commonj.connector.metadata.MetadataService
Configures the metadata service with the supported configuration properties that were returned from MetadataService.getSupportedConfiguration().
setConnectionType(String) - Method in interface commonj.connector.metadata.build.MetadataBuild
Set the connectionType to be used when building the service.
setDataBindingGeneratorClassName(String) - Method in interface commonj.connector.metadata.build.tool.DataDescription
Sets the DataBindingGenerator class name which generates the DataBinding or cci.Record implementation.
setDataObject(DataObject) - Method in interface commonj.connector.runtime.DataBinding
Set the data.
setDescription(String) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
A description of the connection configuration.
setEISFunctionName(String) - Method in interface commonj.connector.metadata.build.tool.InboundFunctionDescription
Sets a string value that maps the inbound message to this function.
setFaultData(FaultException) - Method in interface commonj.connector.runtime.FaultBinding
Set the fault exception on the binding object.
setFaultData(Object[]) - Method in interface commonj.connector.runtime.FaultBinding
Set the fault data on the binding object.
setGenericDataBindingClassName(String) - Method in interface commonj.connector.metadata.build.tool.DataDescription
Sets the class name of either generic DataBinding or generic Record.
setHighLighted() - Method in interface commonj.connector.metadata.discovery.properties.NodeProperty
Sets the node which is highlighted.
setInboundConnectionAdvancedConfiguration(InboundConnectionConfiguration) - Method in interface commonj.connector.metadata.description.InboundServiceDescription
Sets the inbound connection configuration of this service.
setInteractionSpec(InteractionSpec) - Method in interface commonj.connector.metadata.build.tool.OutboundFunctionDescription
Sets the InteractionSpec with the runtime properties needed to properly execute this function.
setLocation(URI) - Method in interface commonj.connector.metadata.build.MetadataType
The tool passes the relative location for the schema.
setLocation(URI) - Method in interface commonj.connector.metadata.discovery.properties.extensions.SchemaTypeProperty
Set the relative location for the schema.
setLocations(URI[]) - Method in interface commonj.connector.metadata.discovery.properties.extensions.MultiSchemaTypeProperty
Set the relative locations for the schemas.
setMaximum(int) - Method in interface commonj.connector.tool.ToolContext.ProgressMonitor
This method is identical to ProgressMonitor
setMinimum(int) - Method in interface commonj.connector.tool.ToolContext.ProgressMonitor
This method is identical to ProgressMonitor
setName(QName) - Method in interface commonj.connector.metadata.build.tool.DataDescription
Sets the name of the global element or complexType that is used as the method argument on the FunctionDescription instance.
setName(String) - Method in interface commonj.connector.metadata.build.tool.InboundFunctionDescription
Sets the name of the method.
setName(String) - Method in interface commonj.connector.metadata.build.tool.OutboundFunctionDescription
Sets the name of the method.
setName(String) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionConfiguration
Sets the name associated with this connection configuration.
setNativeData(Object[]) - Method in interface commonj.connector.runtime.InboundNativeDataRecord
Set the data.
setNote(String) - Method in interface commonj.connector.tool.ToolContext.ProgressMonitor
This method is identical to ProgressMonitor
setOperationKind(PropertyGroup) - Method in interface commonj.connector.metadata.build.FunctionBuilder
Apply the operationKind selected in the Property group returned from FunctionBuilder.getOperationKinds().
setOutboundConnectionAdvancedConfiguration(OutboundConnectionConfiguration) - Method in interface commonj.connector.metadata.description.OutboundServiceDescription
Sets the outbound connection configuration of this service.
setProgress(int) - Method in interface commonj.connector.tool.ToolContext.ProgressMonitor
This method is identical to ProgressMonitor
setReadOnly(boolean) - Method in interface commonj.connector.metadata.build.tool.DataDescription
Sets the DataDescription to be read only.
setRecord(Record) - Method in interface commonj.connector.runtime.RecordHolder
Set the native data on the generated record.
setRecord(Record) - Method in interface commonj.connector.runtime.RecordHolderDataBinding
Set the native data on the binding.
setSchemaDefinitions(SchemaDefinition[]) - Method in interface commonj.connector.metadata.build.tool.DataDescription
Sets the schema that describes the input or output types.
setSelected(boolean) - Method in interface commonj.connector.metadata.discovery.properties.NodeProperty
Sets the selection state of the node.
setSelection(int[]) - Method in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Sets the currently selected values in this property.
setSystemEntries(URI[]) - Method in interface commonj.connector.metadata.discovery.AdapterConfiguration
Set the absolute file URI location for current configuration files.
setTags(String[]) - Method in class commonj.connector.metadata.discovery.properties.extensions.BindingTypeBeanProperty
Sets the list of tags used to filter the search criteria.
setToolContext(ToolContext) - Method in interface commonj.connector.metadata.discovery.connection.MetadataConnection
Sets the tool context to be used by the EMD service provider when executing.
setToolContext(ToolContext) - Method in interface commonj.connector.metadata.discovery.mutable.ObjectWizard
This function is used to set the ToolContext for the object wizard.
setToolContext(ToolContext) - Method in interface commonj.connector.metadata.MetadataService
Sets the tool context to be used by the EMD service provider when performing operations before a MetadataConnection is obtained.
setType(URI, QName) - Method in interface commonj.connector.metadata.BindingConfigurationEdit
This should be set prior to calling getEditableType.
setValue(QName) - Method in class commonj.connector.metadata.discovery.properties.extensions.BindingTypeBeanProperty
Sets the reference name for the selected configured binding.
setValue(Object) - Method in interface commonj.connector.metadata.discovery.properties.SingleValuedProperty
Sets the current value for the property.
setValueAsString(String) - Method in interface commonj.connector.metadata.discovery.properties.SingleValuedProperty
Sets the current value for the property using a String value.
showRoot() - Method in interface commonj.connector.metadata.discovery.properties.TreeProperty
Indicates if the Root node of the property tree should be displayed or not.
SINGLE_SELECT - Static variable in interface commonj.connector.metadata.discovery.MetadataTree
Constant indicating that only one node in the tree can be selected.
SINGLE_SELECT - Static variable in interface commonj.connector.metadata.discovery.properties.MultiValuedProperty
Constant indicating that only one value can be selected.
SingleTypedProperty - Interface in commonj.connector.metadata.discovery.properties
An interface for a property that represents a single Java type.
SingleValuedProperty - Interface in commonj.connector.metadata.discovery.properties
An interface for a single typed property that can hold only one value.
size() - Method in interface commonj.connector.metadata.discovery.MetadataObjectIterator
Returns the total amount of metadata objects represented by the iterator.
START - Static variable in interface commonj.connector.metadata.discovery.mutable.ObjectWizardStatus
Deprecated. This attribute defines the START status of the object wizard.
synchronizeFromActivationSpecToPropertyGroup(ActivationSpec, PropertyGroup) - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionType
Synchronizes from the ActivationSpec to the PropertyGroup.
synchronizeFromBeanToPropertyGroup(Object, PropertyGroup) - Method in interface commonj.connector.metadata.discovery.EditableType
Synchronizes the associated administered object, ConnectionSpec or InteractionSpec to the PropertyGroup.
synchronizeFromInboundBeansToUnifiedPropertyGroup(InboundConnectionType.InboundConnectionBeans, PropertyGroup) - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionType
Synchronizes from the inbound connection beans to the unified inbound connection PropertyGroup.
synchronizeFromManagedConnectionFactoryToPropertyGroup(ManagedConnectionFactory, PropertyGroup) - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType
Synchronizes from the ManagedConnectionFactory to the PropertyGroup.
synchronizeFromOutboundBeansToUnifiedPropertyGroup(OutboundConnectionType.OutboundConnectionBeans, PropertyGroup) - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType
Synchronizes from the outbound connection beans to the unified outbound connection PropertyGroup.
synchronizeFromPropertyGroupToActivationSpec(PropertyGroup, ActivationSpec) - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionType
Synchronizes from the PropertyGroup to the ActivationSpec.
synchronizeFromPropertyGroupToBean(PropertyGroup, Object) - Method in interface commonj.connector.metadata.discovery.EditableType
Synchronizes from the PropertyGroup to the associated administered object, ConnectionSpec or InteractionSpec.
synchronizeFromPropertyGroupToManagedConnectionFactory(PropertyGroup, ManagedConnectionFactory) - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType
Synchronizes from the PropertyGroup to the ManagedConnectionFactory.
synchronizeFromPropertyGroupToResourceAdapter(PropertyGroup, ResourceAdapter) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionType
Synchronizes from the PropertyGroup to the ResourceAdapter JavaBean.
synchronizeFromResourceAdapterToPropertyGroup(ResourceAdapter, PropertyGroup) - Method in interface commonj.connector.metadata.discovery.connection.ConnectionType
Synchronizes from the ResourceAdapter JavaBean to the PropertyGroup.
synchronizeFromUnifiedPropertyGroupToBeans(PropertyGroup, InboundConnectionType.InboundConnectionBeans) - Method in interface commonj.connector.metadata.discovery.connection.InboundConnectionType
Synchronizes from the unified inbound connection PropertyGroup to the provided inbound connection beans.
synchronizeFromUnifiedPropertyGroupToBeans(PropertyGroup, OutboundConnectionType.OutboundConnectionBeans) - Method in interface commonj.connector.metadata.discovery.connection.OutboundConnectionType
Synchronizes from the unified outbound connection PropertyGroup to the provided outbound connection beans.

T

TABLE_CLEARED - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a table is cleared.
TABLE_ROW_ADDED - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a table row is added.
TABLE_ROW_MOVED - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a table row is moved.
TABLE_ROW_REMOVED - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a table row is removed.
TableProperty - Interface in commonj.connector.metadata.discovery.properties
A property representing a table of information with rows and columns.
TableProperty.ColumnDescriptor - Interface in commonj.connector.metadata.discovery.properties
The descriptor interface for a column.
ToolContext - Interface in commonj.connector.tool
This interface is to be implemented by tool environments.
ToolContext.ProgressMonitor - Interface in commonj.connector.tool
If the discovery service can take more than 1 to 2 seconds to complete an operation, it should call methods on this interface to indicate how much work needs to be done, and the current progress in completing the work.
transform(Object, Class, Object) - Method in interface commonj.connector.runtime.DataHandler
Transforms data from the source object to a new instance of the targetClass.
transformInto(Object, Object, Object) - Method in interface commonj.connector.runtime.DataHandler
Transforms the data in the source object to the target object
TREE_NODE_HIGHLIGHTED - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a node property is highlighted.
TREE_PROPERTY_DESELECTED - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a tree property is DE-selected.
TREE_PROPERTY_SELECTED - Static variable in class commonj.connector.metadata.discovery.properties.PropertyEvent
Constant for the event type where a tree property is selected.
TreeProperty - Interface in commonj.connector.metadata.discovery.properties
An interface for a property that represents a tree of selectable nodes.

U

unSet() - Method in interface commonj.connector.metadata.discovery.properties.Property
Resets the value of this property to its default value.
UPDATE - Static variable in interface commonj.connector.metadata.discovery.mutable.OperationType
This attribute defines the update operation.
updateFunctionDescription(FunctionDescription) - Method in interface commonj.connector.metadata.build.FunctionBuilder
Based on the possible FunctionType, tooling creates the corresponding FunctionDescription.

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