API Documentation > Modules > Module pfcAsyncConnection
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
enum
Status of why Creo Parametric exited.
Classes
class
This class defines an action listener that notifies you about events specific to asynchronous mode.
class
This class represents an asynchronous connection to Creo Parametric.
class
An identification string that represents a specific Creo Parametric session.
Exceptions
class
Action not successful because Creo Parametric was not connected. Perhaps the session became disconnected or Creo Parametric exited.
Was this helpful?