Uses of Package
com.infoengine.connector

Packages that use com.infoengine.connector
com.infoengine.connector   
com.infoengine.console   
com.infoengine.object.factory   
com.infoengine.schema.client   
com.infoengine.soap.util   
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

 

Classes in com.infoengine.connector used by com.infoengine.connector
Attribute
          represents Info*Engine attribute data
Attributes have names and can contain one or more Objects as values.
Attributes are contained within Elements.
Data
          base data class for lightweight Info*Engine data objects.
Element
          represents Info*Engine element data.
Elements contain Attributes.
Elements are contained within Groups
Group
          represents Info*Engine group data.
Groups contain Elements.
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.
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
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
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
Log
          logging class
PhysicalConnection
          represents a physical connection
 

Classes in com.infoengine.connector used by com.infoengine.console
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.
Group
          represents Info*Engine group data.
Groups contain Elements.
IeConnectionSpec
          used by applications in the "application managed sign on" scenario to pass userName and password when requesting a connection from a ConnectionFactory
 

Classes in com.infoengine.connector used by com.infoengine.object.factory
Attribute
          represents Info*Engine attribute data
Attributes have names and can contain one or more Objects as values.
Attributes are contained within Elements.
Group
          represents Info*Engine group data.
Groups contain Elements.
 

Classes in com.infoengine.connector used by com.infoengine.schema.client
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.
Group
          represents Info*Engine group data.
Groups contain Elements.
IeConnectionSpec
          used by applications in the "application managed sign on" scenario to pass userName and password when requesting a connection from a ConnectionFactory
IeManagedConnectionFactory
          this object typically interacts with an application server for creating ConnectionFactories and ManagedConnections and to match ManagedConnections for connection requests with pooled ManagedConnections.
 

Classes in com.infoengine.connector used by com.infoengine.soap.util
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.
Element
          represents Info*Engine element data.
Elements contain Attributes.
Elements are contained within Groups
Group
          represents Info*Engine group data.
Groups contain Elements.
 

Classes in com.infoengine.connector used by wt.federation
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.
IeConnectionSpec
          used by applications in the "application managed sign on" scenario to pass userName and password when requesting a connection from a ConnectionFactory