Borland(R) Enterprise Server VisiBroker(R) デベロッパーズガイド
PortableInterceptor::Currentオブジェクト(以降,PICurrentと呼びます)は,スレッドコンテキスト情報をリクエストコンテキストに転送するためにポータブルインタセプタが使用するスロットのテーブルです。PICurrentの使用は必須ではありませんが,インタセプトポイントでクライアントのスレッドコンテキスト情報が必要である場合は,この情報を転送するためにPICurrentを使用できます。PICurrentは次に示す呼び出しによって取得されます。
ORB.resolve_initial_references ("PICurrent");
ORB->resolve_initial_references ("PICurrent");
class _VISEXPORT Current:public virtual CORBA::Current, public virtual CORBA_Object { public: virtual CORBA::Any*get_slot(CORBA::ULong _id); virtual void set_slot(CORBA::ULong _id, const CORBA::Any&_data); };
package org.omg.PortableInterceptor; public interface Current extends org.omg.CORBA.CurrentOperations, org.omg.CORBA.portable.IDLEntity { public org.omg.CORBA.Any get_slot(int id)throws InvalidSlot; public void set_slot(int id,org.omg.CORBA.Any data)throws InvalidSlot; }
All Rights Reserved. Copyright (C) 2008, Hitachi, Ltd.
COPYRIGHT (C) 1992-2004 Borland Software Corporation. All rights reserved.