Library | Package Java Toolkit

Package com.ptc.pfc.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 AsyncConnection.ExecuteAsyncJavaMethod(String, String, Arguments, String) ("in the JTOK sandbox"). For Object Toolkit C++, there is no such restriction.

Interfaces
AsyncActionListenerThis class defines an action listener that notifies you about events specific to asynchronous mode.
AsyncConnectionThis class represents an asynchronous connection to Creo Parametric.
ConnectionIdAn identification string that represents a specific Creo Parametric session.

Classes
pfcAsyncConnectionContains global CIP definitions for module "pfcAsyncConnection"
TerminationStatusStatus of why Creo Parametric exited.

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