Programming Guide



TPFunctionsInterface

Prolifics library function interface for service components in JetNet and BEA Tuxedo

public interface TPFunctionsInterface

Methods

int sm_tp_exec(String a1);
WidgetInterface getTpRequest();
WidgetInterface getTpRequest(String callid);

Environment

Java only for JetNet and BEA Tuxedo

Description

Code in a client screen in a BEA Tuxedo or JetNet application can get a handle to an object that implements TPFunctionsInterface by calling the getTPFunctions method. Methods of service components that implement services in a BEA Tuxedo or JetNet application receive an object of type TPFunctionsInterface as a parameter.

The method getTPRequest returns a handle to an object that represents a service request. These objects implement WidgetInterface. Interactions with such an object will generally only be for the purpose of querying its property values.

The method sm_tp_exec corresponds to the Prolifics library function of the same name.