Package com.infoengine.connector

Class Summary
AdminTool  
Attribute represents Info*Engine attribute data
Attributes have names and can contain one or more Objects as values.
Attributes are contained within Elements.
Collection represents Info*Engine collection data.
Collections contain Groups.
Data base data class for lightweight Info*Engine data objects.
DataAccessObject Info*Engine data access object.
this object is a convenience for EJB developers.
Info*Engine can use exposed WSDL to generate Data Access Objects to be used in EJB development.
Element represents Info*Engine element data.
Elements contain Attributes.
Elements are contained within Groups
Group represents Info*Engine group data.
Groups contain Elements.
HTTPConnection represents an HTTP physical connection to an Info*Engine SOAP service
IeCCILocalTransaction CCI view of a Windchill transaction.
this object can by used by an application to manage transactions.

Example:
LocalTransaction trans = null;
Connection cciCx = null;
try {
  cciCx = ...
IeConnection CCI connection to Info*Engine
A CCI connection represents a handle to a connection and not a physical connection.
IeConnectionFactory CCI connection factory used to create connections to the underlying EIS (Info*Engine).
Also used to get instances of RecordFactory and ResourceAdapterMetaData
This object is referenceable and so can be stored in an LDAP directory for use by applications in a "non-managed" scenario.
IeConnectionFactoryFactory used to reconstruct IeConnectionFactory instances from their JNDI references
IeConnectionManager conneciton manager for the situation where the connector is used outside of a J2EE container ("non-managed application scenario") implements a simple connection pool.
IeConnectionRequestInfo used to pass userName and password information when creating a new connection factory.
IeConnectionSpec used by applications in the "application managed sign on" scenario to pass userName and password when requesting a connection from a ConnectionFactory
IeIndexedRecord a sequential record, objects are ordered and indexed.
IeInteraction CCI Interaction object.
IeInteractionResult returned from execution of an Info*Engine interaction
IeInteractionSpec used by applications to govern an Interaction.
IeManagedConnection As far as JCA is concerned this class respresents a physical connection to the underlying EIS (Info*Engine/Windchill).
IeManagedConnectionFactory this object typically interacts with an application server for creating ConnectionFactories and ManagedConnections and to match ManagedConnections for connection requests with pooled ManagedConnections.
IeManagedConnectionMetaData ManagedConnectionMetaData
IeMappedRecord a key/value record
IeRecordFactory factory used to create Info*Engine CCI records
IeResourceAdapterMetaData metadata about this RA implementation retrieved from a ConnectionFactory with the .getMetaData() method.
IeSPILocalTransaction SPI LocalTransaction implementation
JMSConnection  
Log logging class
PhysicalConnection represents a physical connection
SessionEJB  
XMLHandler SAX handler to populate lightweight Info*Engine group implementation