API Documentation > Files > File pfcAsyncConnection.h
File pfcAsyncConnection.h
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 pfcAsyncConnection::ExecuteAsyncJavaMethod(xrstring, xrstring, pfcArguments_ptr, xrstring) ("in the JTOK sandbox"). For Object Toolkit C++, there is no such restriction.
Enumerated Types
enum
Status of why Creo Parametric exited.
Interface 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
This is a COMPACT class.
An identification string that represents a specific Creo Parametric session.
Exceptions
class
This is a COMPACT class.
Action not successful because Creo Parametric was not connected. Perhaps the session became disconnected or Creo Parametric exited.
Was this helpful?