tyrex.corba
Class PseudoControl
public
class
PseudoControl
extends LocalObject
implements Control
This object is used to provide a pseudo control object. On the client and server sides, the control object cannot be
found ( since its reference is not set in the propagation context ). However, this object only provides two accessors to
get the coordinator and the terminator. These objects reference are set in the propagation context, so it is possible
to simulate the original control object.
Version: 1.0
Author: Jerome Daniel
public PseudoControl(Coordinator coord, Terminator term)
Constructor. The parameters are the coordinator and terminator references.
public Coordinator get_coordinator()
Return the coordinator
public Terminator get_terminator()
Return the terminator
Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.