![]() | ![]() | Programming Guide |
Prolifics library function interface for service components in JetNet and BEA Tuxedo
public interface TPFunctionsInterface
int sm_tp_exec(String a1);WidgetInterface getTpRequest();WidgetInterface getTpRequest(String callid);
Java only for JetNet and BEA Tuxedo
Code in a client screen in a BEA Tuxedo or JetNet application can get a handle to an object that implements
TPFunctionsInterfaceby calling thegetTPFunctionsmethod. Methods of service components that implement services in a BEA Tuxedo or JetNet application receive an object of typeTPFunctionsInterfaceas a parameter.The method
getTPRequestreturns a handle to an object that represents a service request. These objects implementWidgetInterface. Interactions with such an object will generally only be for the purpose of querying its property values.The method
sm_tp_execcorresponds to the Prolifics library function of the same name.
![]()
![]()
![]()
![]()