Library | Module

Module "pfcAsyncConnection"

Description

This module contains interfaces related to the external control of Creo Parametric from independent processes.

To get the full access to Object Toolkit Java functionality, an asynchronous java application must execute its methods through IpfcAsyncConnection.ExecuteAsyncJavaMethod() ("in the JTOK sandbox"). For Object Toolkit C++, there is no such restriction.

Enumerated Types
enumEpfcTerminationStatus
Status of why Creo Parametric exited.


Classes
classIpfcAsyncActionListener
This class defines an action listener that notifies you about events specific to asynchronous mode.
classIpfcAsyncConnection
This class represents an asynchronous connection to Creo Parametric.
classIpfcConnectionId
An identification string that represents a specific Creo Parametric session.


Exceptions
classIpfcXProeWasNotConnected
Action not successful because Creo Parametric was not connected. Perhaps the session became disconnected or Creo Parametric exited.