パッケージ | 説明 |
---|---|
org.omg.CORBA |
OMG CORBA API から JavaTM プログラミング言語 (ORB クラスを含む) へのマッピングを提供します (プログラマがフル機能の Object Request Broker (ORB) として使用できるように実装されます)。
|
org.omg.CORBA.portable |
ポータビリティーレイヤー、つまり、あるベンダーによって生成されたコードがほかのベンダーの ORB で動作できるようにする一連の ORB API を提供します。
|
org.omg.CosNaming |
Java IDL のネームサービスを提供します。
|
org.omg.CosNaming.NamingContextExtPackage |
このパッケージには、org.omg.CosNaming.NamingContextExt で使用される次のクラスが格納されています。
|
org.omg.CosNaming.NamingContextPackage |
このパッケージには、org.omg.CosNaming パッケージの例外クラスが格納されています。
|
org.omg.Dynamic |
このパッケージには、OMG のポータブルインタセプタ仕様 (http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06) のセクション 21.9 に指定された Dynamic モジュールが含まれています。
|
org.omg.DynamicAny |
実行時に
any に関連付けられたデータ値のトラバース、およびデータ値の基本的な構成要素の抽出を可能にするクラスとインタフェースを提供します。 |
org.omg.DynamicAny.DynAnyFactoryPackage |
このパッケージには、OMG の『The Common Object Request Broker: Architecture and Specification』(http://cgi.omg.org/cgi-bin/doc?formal/99-10-07) のセクション 9.2.2 に指定された DynamicAny モジュールの DynAnyFactory インタフェースのクラスと例外が含まれます。
|
org.omg.DynamicAny.DynAnyPackage |
このパッケージには、OMG の『The Common Object Request Broker: Architecture and Specification』(http://cgi.omg.org/cgi-bin/doc?formal/99-10-07) のセクション 9.2 に指定された DynamicAny モジュールの DynAny インタフェースのクラスと例外が含まれます。
|
org.omg.IOP |
このパッケージには、OMG 文書『The Common Object Request Broker:Architecture and Specification』(http://cgi.omg.org/cgi-bin/doc?formal/99-10-07) のセクション 13.6 に指定された IOP モジュールが含まれます。
|
org.omg.IOP.CodecFactoryPackage |
このパッケージには、IOP::CodeFactory インタフェースに指定されている例外が含まれています (Portable Interceptor 仕様の一部として)。
|
org.omg.IOP.CodecPackage |
このパッケージは、IOP::Codec IDL インタフェース定義から生成されます。
|
org.omg.Messaging |
このパッケージには、OMG の CORBA Messaging 仕様の Messaging モジュールが含まれています (http://cgi.omg.org/cgi-bin/doc?formal/99-10-07)。
|
org.omg.PortableInterceptor |
ORB サービスが ORB の通常の実行フローを遮断できるようにするための ORB フックを登録するメカニズムを提供します。
|
org.omg.PortableInterceptor.ORBInitInfoPackage |
このパッケージには、OMG のポータブルインタセプタ仕様 (http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06) のセクション 21.7.2 に指定された PortableInterceptor モジュールの ORBInitInfo ローカルインタフェースの例外と typedef が含まれています。
|
org.omg.PortableServer |
クラスとインタフェースを提供し、アプリケーションのサーバー側を複数ベンダー間 ORB で移植できるようにします。
|
org.omg.PortableServer.CurrentPackage |
メソッドの実装に対して、呼び出し元のオブジェクトの識別情報へのアクセス権を付与します。
|
org.omg.PortableServer.POAManagerPackage |
このパッケージが関連付けられている POA の処理状態をカプセル化します。
|
org.omg.PortableServer.POAPackage |
このパッケージを使用すると、プログラマは異なる ORB 製品間で移植可能なオブジェクト実装を作成できます。
|
修飾子と型 | フィールドと説明 |
---|---|
Any |
UnknownUserException.except
サーバーからスローされた実際のユーザー例外を含む
Any インスタンスです。 |
Any |
UnionMember.label
この
UnionMember オブジェクトで説明される共用体メンバーのラベルです。 |
Any |
AnyHolder.value
この
AnyHolder オブジェクトが保持する Any 値です。 |
Any[] |
AnySeqHolder.value |
Any |
NameValuePair.value
この
NameValuePair オブジェクトにより名前と関連付けられる値です。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract Any |
Request.add_in_arg()
入力引数を作成し、その入力引数をこの
Request オブジェクトに追加します。 |
abstract Any |
Request.add_inout_arg()
入出力引数をこの
Request オブジェクトに追加します。 |
abstract Any |
Request.add_named_in_arg(String name)
指定された名前の入力引数を作成し、その入力引数をこの
Request オブジェクトに追加します。 |
abstract Any |
Request.add_named_inout_arg(String name)
指定された名前の入出力引数をこの
Request オブジェクトに追加します。 |
abstract Any |
Request.add_named_out_arg(String name)
指定された名前の出力引数をこの
Request オブジェクトに追加します。 |
abstract Any |
Request.add_out_arg()
出力引数をこの
Request オブジェクトに追加します。 |
abstract Any |
ORB.create_any()
kind フィールドが TCKind.tc_null に設定された Typecode オブジェクトを格納するように初期化された、IDL の Any オブジェクトを生成します。 |
abstract Any |
Any.extract_any()
この
Any オブジェクトの value フィールドの Any オブジェクトを抽出します。 |
static Any[] |
AnySeqHelper.extract(Any a) |
Any |
DynAny.get_any()
非推奨。
この
DynAny オブジェクトに格納された org.omg.CORBA.Any を取得します。 |
Any[] |
DynSequence.get_elements()
非推奨。
このシーケンスのすべての要素の値を返します。
|
Any[] |
DynArray.get_elements()
非推奨。
この配列のすべての要素の値を返します。
|
abstract Any |
TypeCode.member_label(int index)
指定されたインデックスによって識別される共用体メンバーのラベルを取得します。
|
Any |
DataInputStream.read_any()
入力ストリームから IDL
Any 値を読み込みます。 |
static Any[] |
AnySeqHelper.read(InputStream istream) |
abstract Any |
Request.return_value()
メソッドの結果に対する値を含む
Any オブジェクトです。 |
Any |
DynAny.to_any()
非推奨。
DynAny オブジェクトを Any オブジェクトに変換します。 |
abstract Any |
NamedValue.value()
この
NamedValue オブジェクトの値を取得します。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract NamedValue |
NVList.add_value(String item_name, Any val, int flags)
指定された名前、値、およびフラグで初期化された新しい
NamedValue オブジェクトを作成し、それをこの NVList オブジェクトの末尾に追加します。 |
DynAny |
ORB.create_dyn_any(Any value)
非推奨。
代わりに、新しい DynAnyFactory API を使用してください。
|
abstract NamedValue |
ORB.create_named_value(String s, Any any, int flags)
指定された名前、値、引数モードフラグを使って、
NamedValue オブジェクトを生成します。 |
Policy |
ORB.create_policy(int type, Any val)
指定された初期状態で特定の型のポリシーオブジェクトのインスタンスを新規作成するために呼び出されます。
|
abstract boolean |
Any.equal(Any a)
この
Any オブジェクトと指定された Any オブジェクトが等しいかどうかを判定します。 |
void |
ServerRequest.except(Any any)
非推奨。
set_exception() を使用してください
|
static double[] |
DoubleSeqHelper.extract(Any a) |
static String |
RepositoryIdHelper.extract(Any a) |
static int[] |
ULongSeqHelper.extract(Any a) |
static ServiceInformation |
ServiceInformationHelper.extract(Any a) |
static long[] |
LongLongSeqHelper.extract(Any a) |
static String |
VersionSpecHelper.extract(Any a) |
static UnionMember |
UnionMemberHelper.extract(Any a) |
static Policy[] |
PolicyListHelper.extract(Any a) |
static boolean[] |
BooleanSeqHelper.extract(Any a) |
static String |
WStringValueHelper.extract(Any a) |
static Current |
CurrentHelper.extract(Any a) |
static IDLType |
IDLTypeHelper.extract(Any a) |
static short[] |
UShortSeqHelper.extract(Any a) |
static String[] |
WStringSeqHelper.extract(Any a) |
static char[] |
CharSeqHelper.extract(Any a) |
static DefinitionKind |
DefinitionKindHelper.extract(Any a) |
static int |
PolicyTypeHelper.extract(Any a) |
static short |
VisibilityHelper.extract(Any a) |
static ServiceDetail |
ServiceDetailHelper.extract(Any a) |
static Object |
ObjectHelper.extract(Any a) |
static Policy |
PolicyHelper.extract(Any a) |
static short[] |
ShortSeqHelper.extract(Any a) |
static String[] |
StringSeqHelper.extract(Any a) |
static UnknownUserException |
UnknownUserExceptionHelper.extract(Any a) |
static Serializable |
ValueBaseHelper.extract(Any a) |
static NameValuePair |
NameValuePairHelper.extract(Any a) |
static ParameterMode |
ParameterModeHelper.extract(Any a) |
static SetOverrideType |
SetOverrideTypeHelper.extract(Any a) |
static int[] |
LongSeqHelper.extract(Any a) |
static WrongTransaction |
WrongTransactionHelper.extract(Any a) |
static PolicyError |
PolicyErrorHelper.extract(Any a) |
static ValueMember |
ValueMemberHelper.extract(Any a) |
static String |
FieldNameHelper.extract(Any a) |
static float[] |
FloatSeqHelper.extract(Any a) |
static CompletionStatus |
CompletionStatusHelper.extract(Any a) |
static Any[] |
AnySeqHelper.extract(Any a) |
static String |
IdentifierHelper.extract(Any a) |
static byte[] |
OctetSeqHelper.extract(Any a) |
static long[] |
ULongLongSeqHelper.extract(Any a) |
static StructMember |
StructMemberHelper.extract(Any a) |
static char[] |
WCharSeqHelper.extract(Any a) |
static String |
StringValueHelper.extract(Any a) |
static short |
PolicyErrorCodeHelper.extract(Any a) |
void |
DynAny.from_any(Any value)
非推奨。
Any オブジェクトから DynAny オブジェクトを生成します。 |
abstract void |
Any.insert_any(Any a)
指定された
Any オブジェクトをこの Any オブジェクトの value フィールドに挿入します。 |
void |
DynAny.insert_any(Any value)
非推奨。
指定された
org.omg.CORBA.Any オブジェクトをこの DynAny オブジェクトの値として、挿入します。 |
static void |
AnySeqHelper.insert(Any a, Any[] that) |
static void |
AnySeqHelper.insert(Any a, Any[] that) |
static void |
BooleanSeqHelper.insert(Any a, boolean[] that) |
static void |
OctetSeqHelper.insert(Any a, byte[] that) |
static void |
CharSeqHelper.insert(Any a, char[] that) |
static void |
WCharSeqHelper.insert(Any a, char[] that) |
static void |
CompletionStatusHelper.insert(Any a, CompletionStatus that) |
static void |
CurrentHelper.insert(Any a, Current that) |
static void |
DefinitionKindHelper.insert(Any a, DefinitionKind that) |
static void |
DoubleSeqHelper.insert(Any a, double[] that) |
static void |
FloatSeqHelper.insert(Any a, float[] that) |
static void |
IDLTypeHelper.insert(Any a, IDLType that) |
static void |
PolicyTypeHelper.insert(Any a, int that) |
static void |
ULongSeqHelper.insert(Any a, int[] that) |
static void |
LongSeqHelper.insert(Any a, int[] that) |
static void |
LongLongSeqHelper.insert(Any a, long[] that) |
static void |
ULongLongSeqHelper.insert(Any a, long[] that) |
static void |
NameValuePairHelper.insert(Any a, NameValuePair that) |
static void |
ObjectHelper.insert(Any a, Object that) |
static void |
ParameterModeHelper.insert(Any a, ParameterMode that) |
static void |
PolicyHelper.insert(Any a, Policy that) |
static void |
PolicyListHelper.insert(Any a, Policy[] that) |
static void |
PolicyErrorHelper.insert(Any a, PolicyError that) |
static void |
ValueBaseHelper.insert(Any a, Serializable that) |
static void |
ServiceDetailHelper.insert(Any a, ServiceDetail that) |
static void |
ServiceInformationHelper.insert(Any a, ServiceInformation that) |
static void |
SetOverrideTypeHelper.insert(Any a, SetOverrideType that) |
static void |
VisibilityHelper.insert(Any a, short that) |
static void |
PolicyErrorCodeHelper.insert(Any a, short that) |
static void |
UShortSeqHelper.insert(Any a, short[] that) |
static void |
ShortSeqHelper.insert(Any a, short[] that) |
static void |
RepositoryIdHelper.insert(Any a, String that) |
static void |
VersionSpecHelper.insert(Any a, String that) |
static void |
WStringValueHelper.insert(Any a, String that) |
static void |
FieldNameHelper.insert(Any a, String that) |
static void |
IdentifierHelper.insert(Any a, String that) |
static void |
StringValueHelper.insert(Any a, String that) |
static void |
WStringSeqHelper.insert(Any a, String[] that) |
static void |
StringSeqHelper.insert(Any a, String[] that) |
static void |
StructMemberHelper.insert(Any a, StructMember that) |
static void |
UnionMemberHelper.insert(Any a, UnionMember that) |
static void |
UnknownUserExceptionHelper.insert(Any a, UnknownUserException that) |
static void |
ValueMemberHelper.insert(Any a, ValueMember that) |
static void |
WrongTransactionHelper.insert(Any a, WrongTransaction that) |
void |
ServerRequest.result(Any any)
非推奨。
メソッドを使用してください
set_result |
void |
DynSequence.set_elements(Any[] value)
非推奨。
指定した配列を持つこのシーケンスのすべての要素の値を設定します。
|
void |
DynArray.set_elements(Any[] value)
非推奨。
この
DynArray オブジェクトの値を、指定された配列に設定します。 |
void |
ServerRequest.set_exception(Any any)
org.omg.CORBA.NO_IMPLEMENT 例外をスローします。 |
abstract void |
Context.set_one_value(String propname, Any propvalue)
NamedValue オブジェクトを生成し、そのオブジェクトをこの Context オブジェクトに追加します。 |
void |
ServerRequest.set_result(Any any)
org.omg.CORBA.NO_IMPLEMENT 例外をスローします。 |
void |
DataOutputStream.write_any_array(Any[] seq, int offset, int length)
出力ストリームに offset から length 分の要素の IDL Any 配列を書き込みます。
|
void |
DataOutputStream.write_any(Any value)
Any 値を出力ストリームに書き込みます。
|
static void |
AnySeqHelper.write(OutputStream ostream, Any[] value) |
コンストラクタと説明 |
---|
AnyHolder(Any initial)
指定された
Any オブジェクトの AnyHolder オブジェクトを新たに構築します。 |
AnySeqHolder(Any[] initialValue) |
NameValuePair(String __id, Any __value)
指定した名前と指定した
org.omg.CORBA.Any オブジェクトを関連付ける NameValuePair オブジェクトを構築します。 |
UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def)
フィールドが指定された値に初期化された
UnionMember オブジェクトを新規構築します。 |
UnknownUserException(Any a)
指定された
Any オブジェクトを格納する UnknownUserException オブジェクトを構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract Any |
InputStream.read_any()
この入力ストリームから Any を読み込みます。
|
修飾子と型 | メソッドと説明 |
---|---|
abstract void |
OutputStream.write_any(Any value)
Any をこの出力ストリームに書き込みます。
|
修飾子と型 | メソッドと説明 |
---|---|
static String |
IstringHelper.extract(Any a) |
static Binding |
BindingHelper.extract(Any a) |
static NamingContextExt |
NamingContextExtHelper.extract(Any a) |
static NameComponent[] |
NameHelper.extract(Any a) |
static BindingIterator |
BindingIteratorHelper.extract(Any a) |
static NameComponent |
NameComponentHelper.extract(Any a) |
static BindingType |
BindingTypeHelper.extract(Any a) |
static Binding[] |
BindingListHelper.extract(Any a) |
static NamingContext |
NamingContextHelper.extract(Any a) |
static void |
BindingHelper.insert(Any a, Binding that) |
static void |
BindingListHelper.insert(Any a, Binding[] that) |
static void |
BindingIteratorHelper.insert(Any a, BindingIterator that) |
static void |
BindingTypeHelper.insert(Any a, BindingType that) |
static void |
NameComponentHelper.insert(Any a, NameComponent that) |
static void |
NameHelper.insert(Any a, NameComponent[] that) |
static void |
NamingContextHelper.insert(Any a, NamingContext that) |
static void |
NamingContextExtHelper.insert(Any a, NamingContextExt that) |
static void |
IstringHelper.insert(Any a, String that) |
修飾子と型 | メソッドと説明 |
---|---|
static String |
StringNameHelper.extract(Any a) |
static InvalidAddress |
InvalidAddressHelper.extract(Any a) |
static String |
AddressHelper.extract(Any a) |
static String |
URLStringHelper.extract(Any a) |
static void |
InvalidAddressHelper.insert(Any a, InvalidAddress that) |
static void |
StringNameHelper.insert(Any a, String that) |
static void |
AddressHelper.insert(Any a, String that) |
static void |
URLStringHelper.insert(Any a, String that) |
修飾子と型 | メソッドと説明 |
---|---|
static NotEmpty |
NotEmptyHelper.extract(Any a) |
static CannotProceed |
CannotProceedHelper.extract(Any a) |
static NotFound |
NotFoundHelper.extract(Any a) |
static InvalidName |
InvalidNameHelper.extract(Any a) |
static AlreadyBound |
AlreadyBoundHelper.extract(Any a) |
static NotFoundReason |
NotFoundReasonHelper.extract(Any a) |
static void |
AlreadyBoundHelper.insert(Any a, AlreadyBound that) |
static void |
CannotProceedHelper.insert(Any a, CannotProceed that) |
static void |
InvalidNameHelper.insert(Any a, InvalidName that) |
static void |
NotEmptyHelper.insert(Any a, NotEmpty that) |
static void |
NotFoundHelper.insert(Any a, NotFound that) |
static void |
NotFoundReasonHelper.insert(Any a, NotFoundReason that) |
修飾子と型 | フィールドと説明 |
---|---|
Any |
Parameter.argument |
コンストラクタと説明 |
---|
Parameter(Any _argument, ParameterMode _mode) |
修飾子と型 | フィールドと説明 |
---|---|
Any |
NameValuePair.value
名前に関連付けられた Any 値です。
|
修飾子と型 | メソッドと説明 |
---|---|
static Any[] |
AnySeqHelper.extract(Any a) |
Any |
_DynSequenceStub.get_any()
この DynAny が表す Any に含まれている Any 値を抽出します。
|
Any |
_DynAnyStub.get_any()
この DynAny が表す Any に含まれている Any 値を抽出します。
|
Any |
_DynArrayStub.get_any()
この DynAny が表す Any に含まれている Any 値を抽出します。
|
Any |
_DynEnumStub.get_any()
この DynAny が表す Any に含まれている Any 値を抽出します。
|
Any |
_DynFixedStub.get_any()
この DynAny が表す Any に含まれている Any 値を抽出します。
|
Any |
_DynStructStub.get_any()
この DynAny が表す Any に含まれている Any 値を抽出します。
|
Any |
DynAnyOperations.get_any()
この DynAny が表す Any に含まれている Any 値を抽出します。
|
Any |
_DynValueStub.get_any()
この DynAny が表す Any に含まれている Any 値を抽出します。
|
Any |
_DynUnionStub.get_any()
この DynAny が表す Any に含まれている Any 値を抽出します。
|
Any |
DynValueBoxOperations.get_boxed_value()
boxed 値を Any で返します。
|
Any[] |
_DynSequenceStub.get_elements()
シーケンスの要素を返します。
|
Any[] |
_DynArrayStub.get_elements()
DynArray の要素を返します。
|
Any[] |
DynSequenceOperations.get_elements()
シーケンスの要素を返します。
|
Any[] |
DynArrayOperations.get_elements()
DynArray の要素を返します。
|
static Any[] |
AnySeqHelper.read(InputStream istream) |
Any |
_DynSequenceStub.to_any()
DynAny オブジェクトから any 値を作成します。
|
Any |
_DynAnyStub.to_any()
DynAny オブジェクトから any 値を作成します。
|
Any |
_DynArrayStub.to_any()
DynAny オブジェクトから any 値を作成します。
|
Any |
_DynEnumStub.to_any()
DynAny オブジェクトから any 値を作成します。
|
Any |
_DynFixedStub.to_any()
DynAny オブジェクトから any 値を作成します。
|
Any |
_DynStructStub.to_any()
DynAny オブジェクトから any 値を作成します。
|
Any |
DynAnyOperations.to_any()
DynAny オブジェクトから any 値を作成します。
|
Any |
_DynValueStub.to_any()
DynAny オブジェクトから any 値を作成します。
|
Any |
_DynUnionStub.to_any()
DynAny オブジェクトから any 値を作成します。
|
修飾子と型 | メソッドと説明 |
---|---|
DynAny |
_DynAnyFactoryStub.create_dyn_any(Any value)
any 値から DynAny オブジェクトを新規作成します。
|
DynAny |
DynAnyFactoryOperations.create_dyn_any(Any value)
any 値から DynAny オブジェクトを新規作成します。
|
static DynArray |
DynArrayHelper.extract(Any a) |
static NameDynAnyPair |
NameDynAnyPairHelper.extract(Any a) |
static DynAny[] |
DynAnySeqHelper.extract(Any a) |
static Any[] |
AnySeqHelper.extract(Any a) |
static DynAnyFactory |
DynAnyFactoryHelper.extract(Any a) |
static DynFixed |
DynFixedHelper.extract(Any a) |
static NameValuePair |
NameValuePairHelper.extract(Any a) |
static DynValue |
DynValueHelper.extract(Any a) |
static String |
FieldNameHelper.extract(Any a) |
static DynSequence |
DynSequenceHelper.extract(Any a) |
static DynStruct |
DynStructHelper.extract(Any a) |
static DynEnum |
DynEnumHelper.extract(Any a) |
static NameValuePair[] |
NameValuePairSeqHelper.extract(Any a) |
static DynUnion |
DynUnionHelper.extract(Any a) |
static NameDynAnyPair[] |
NameDynAnyPairSeqHelper.extract(Any a) |
static DynAny |
DynAnyHelper.extract(Any a) |
void |
_DynSequenceStub.from_any(Any value)
DynAny オブジェクトに関連付けられた値を、any に含まれる値で初期化します。
|
void |
_DynAnyStub.from_any(Any value)
DynAny オブジェクトに関連付けられた値を、any に含まれる値で初期化します。
|
void |
_DynArrayStub.from_any(Any value)
DynAny オブジェクトに関連付けられた値を、any に含まれる値で初期化します。
|
void |
_DynEnumStub.from_any(Any value)
DynAny オブジェクトに関連付けられた値を、any に含まれる値で初期化します。
|
void |
_DynFixedStub.from_any(Any value)
DynAny オブジェクトに関連付けられた値を、any に含まれる値で初期化します。
|
void |
_DynStructStub.from_any(Any value)
DynAny オブジェクトに関連付けられた値を、any に含まれる値で初期化します。
|
void |
DynAnyOperations.from_any(Any value)
DynAny オブジェクトに関連付けられた値を、any に含まれる値で初期化します。
|
void |
_DynValueStub.from_any(Any value)
DynAny オブジェクトに関連付けられた値を、any に含まれる値で初期化します。
|
void |
_DynUnionStub.from_any(Any value)
DynAny オブジェクトに関連付けられた値を、any に含まれる値で初期化します。
|
void |
_DynSequenceStub.insert_any(Any value)
この DynAny が表す Any に Any 値を挿入します。
|
void |
_DynAnyStub.insert_any(Any value)
この DynAny が表す Any に Any 値を挿入します。
|
void |
_DynArrayStub.insert_any(Any value)
この DynAny が表す Any に Any 値を挿入します。
|
void |
_DynEnumStub.insert_any(Any value)
この DynAny が表す Any に Any 値を挿入します。
|
void |
_DynFixedStub.insert_any(Any value)
この DynAny が表す Any に Any 値を挿入します。
|
void |
_DynStructStub.insert_any(Any value)
この DynAny が表す Any に Any 値を挿入します。
|
void |
DynAnyOperations.insert_any(Any value)
この DynAny が表す Any に Any 値を挿入します。
|
void |
_DynValueStub.insert_any(Any value)
この DynAny が表す Any に Any 値を挿入します。
|
void |
_DynUnionStub.insert_any(Any value)
この DynAny が表す Any に Any 値を挿入します。
|
static void |
AnySeqHelper.insert(Any a, Any[] that) |
static void |
AnySeqHelper.insert(Any a, Any[] that) |
static void |
DynAnyHelper.insert(Any a, DynAny that) |
static void |
DynAnySeqHelper.insert(Any a, DynAny[] that) |
static void |
DynAnyFactoryHelper.insert(Any a, DynAnyFactory that) |
static void |
DynArrayHelper.insert(Any a, DynArray that) |
static void |
DynEnumHelper.insert(Any a, DynEnum that) |
static void |
DynFixedHelper.insert(Any a, DynFixed that) |
static void |
DynSequenceHelper.insert(Any a, DynSequence that) |
static void |
DynStructHelper.insert(Any a, DynStruct that) |
static void |
DynUnionHelper.insert(Any a, DynUnion that) |
static void |
DynValueHelper.insert(Any a, DynValue that) |
static void |
NameDynAnyPairHelper.insert(Any a, NameDynAnyPair that) |
static void |
NameDynAnyPairSeqHelper.insert(Any a, NameDynAnyPair[] that) |
static void |
NameValuePairHelper.insert(Any a, NameValuePair that) |
static void |
NameValuePairSeqHelper.insert(Any a, NameValuePair[] that) |
static void |
FieldNameHelper.insert(Any a, String that) |
void |
DynValueBoxOperations.set_boxed_value(Any boxed)
boxed 型を、指定した値で置き換えます。
|
void |
_DynSequenceStub.set_elements(Any[] value)
シーケンスの要素を設定します。
|
void |
_DynArrayStub.set_elements(Any[] value)
渡される要素を含むように、DynArray を設定します。
|
void |
DynSequenceOperations.set_elements(Any[] value)
シーケンスの要素を設定します。
|
void |
DynArrayOperations.set_elements(Any[] value)
渡される要素を含むように、DynArray を設定します。
|
static void |
AnySeqHelper.write(OutputStream ostream, Any[] value) |
コンストラクタと説明 |
---|
NameValuePair(String _id, Any _value) |
修飾子と型 | メソッドと説明 |
---|---|
static InconsistentTypeCode |
InconsistentTypeCodeHelper.extract(Any a) |
static void |
InconsistentTypeCodeHelper.insert(Any a, InconsistentTypeCode that) |
修飾子と型 | メソッドと説明 |
---|---|
static InvalidValue |
InvalidValueHelper.extract(Any a) |
static TypeMismatch |
TypeMismatchHelper.extract(Any a) |
static void |
InvalidValueHelper.insert(Any a, InvalidValue that) |
static void |
TypeMismatchHelper.insert(Any a, TypeMismatch that) |
修飾子と型 | メソッドと説明 |
---|---|
Any |
CodecOperations.decode_value(byte[] data, TypeCode tc)
指定された
TypeCode とこの Codec に有効なエンコード形式に基づいて、指定されたバイト配列を Any にデコードします。 |
Any |
CodecOperations.decode(byte[] data)
この
Codec に有効なエンコード形式に基づいて、指定されたバイト配列を Any にデコードします。 |
修飾子と型 | メソッドと説明 |
---|---|
byte[] |
CodecOperations.encode_value(Any data)
この Codec に有効なエンコード形式に基づいて、指定された any をバイト配列に変換します。
|
byte[] |
CodecOperations.encode(Any data)
この
Codec に有効なエンコード形式に基づいて、指定された any をバイト配列に変換します。 |
static TaggedProfile |
TaggedProfileHelper.extract(Any a) |
static int |
ProfileIdHelper.extract(Any a) |
static TaggedComponent |
TaggedComponentHelper.extract(Any a) |
static CodecFactory |
CodecFactoryHelper.extract(Any a) |
static int |
ComponentIdHelper.extract(Any a) |
static IOR |
IORHelper.extract(Any a) |
static int |
ServiceIdHelper.extract(Any a) |
static ServiceContext[] |
ServiceContextListHelper.extract(Any a) |
static ServiceContext |
ServiceContextHelper.extract(Any a) |
static TaggedComponent[] |
MultipleComponentProfileHelper.extract(Any a) |
static void |
CodecFactoryHelper.insert(Any a, CodecFactory that) |
static void |
ProfileIdHelper.insert(Any a, int that) |
static void |
ComponentIdHelper.insert(Any a, int that) |
static void |
ServiceIdHelper.insert(Any a, int that) |
static void |
IORHelper.insert(Any a, IOR that) |
static void |
ServiceContextHelper.insert(Any a, ServiceContext that) |
static void |
ServiceContextListHelper.insert(Any a, ServiceContext[] that) |
static void |
TaggedComponentHelper.insert(Any a, TaggedComponent that) |
static void |
MultipleComponentProfileHelper.insert(Any a, TaggedComponent[] that) |
static void |
TaggedProfileHelper.insert(Any a, TaggedProfile that) |
修飾子と型 | メソッドと説明 |
---|---|
static UnknownEncoding |
UnknownEncodingHelper.extract(Any a) |
static void |
UnknownEncodingHelper.insert(Any a, UnknownEncoding that) |
修飾子と型 | メソッドと説明 |
---|---|
static InvalidTypeForEncoding |
InvalidTypeForEncodingHelper.extract(Any a) |
static TypeMismatch |
TypeMismatchHelper.extract(Any a) |
static FormatMismatch |
FormatMismatchHelper.extract(Any a) |
static void |
FormatMismatchHelper.insert(Any a, FormatMismatch that) |
static void |
InvalidTypeForEncodingHelper.insert(Any a, InvalidTypeForEncoding that) |
static void |
TypeMismatchHelper.insert(Any a, TypeMismatch that) |
修飾子と型 | メソッドと説明 |
---|---|
static short |
SyncScopeHelper.extract(Any a) |
static void |
SyncScopeHelper.insert(Any a, short that) |
修飾子と型 | メソッドと説明 |
---|---|
Any |
CurrentOperations.get_slot(int id)
アプリケーションによって PICurrent に設定されたスロットデータを、
get_slot を介して取り出します。 |
Any |
RequestInfoOperations.get_slot(int id)
リクエストのスコープ内にある
PortableInterceptor.Current の指定されたスロットからデータを返します。 |
Any |
ClientRequestInfoOperations.received_exception()
クライアントに返される例外を格納する any を返します。
|
Any |
RequestInfoOperations.result()
オペレーション呼び出しの結果を格納する any を返します。
|
Any |
ServerRequestInfoOperations.sending_exception()
クライアントに返される例外を格納する any を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
Policy |
PolicyFactoryOperations.create_policy(int type, Any value)
指定された any に対応する値を持つ
CORBA.Policy から派生した該当するインタフェースのインスタンスを返します。 |
static int |
AdapterManagerIdHelper.extract(Any a) |
static byte[] |
ObjectIdHelper.extract(Any a) |
static IORInterceptor_3_0 |
IORInterceptor_3_0Helper.extract(Any a) |
static short |
AdapterStateHelper.extract(Any a) |
static ObjectReferenceTemplate |
ObjectReferenceTemplateHelper.extract(Any a) |
static String[] |
AdapterNameHelper.extract(Any a) |
static String |
ORBIdHelper.extract(Any a) |
static InvalidSlot |
InvalidSlotHelper.extract(Any a) |
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.extract(Any a) |
static ObjectReferenceTemplate[] |
ObjectReferenceTemplateSeqHelper.extract(Any a) |
static ForwardRequest |
ForwardRequestHelper.extract(Any a) |
static Current |
CurrentHelper.extract(Any a) |
static String |
ServerIdHelper.extract(Any a) |
static void |
ObjectIdHelper.insert(Any a, byte[] that) |
static void |
CurrentHelper.insert(Any a, Current that) |
static void |
ForwardRequestHelper.insert(Any a, ForwardRequest that) |
static void |
AdapterManagerIdHelper.insert(Any a, int that) |
static void |
InvalidSlotHelper.insert(Any a, InvalidSlot that) |
static void |
IORInterceptor_3_0Helper.insert(Any a, IORInterceptor_3_0 that) |
static void |
ObjectReferenceFactoryHelper.insert(Any a, ObjectReferenceFactory that) |
static void |
ObjectReferenceTemplateHelper.insert(Any a, ObjectReferenceTemplate that) |
static void |
ObjectReferenceTemplateSeqHelper.insert(Any a, ObjectReferenceTemplate[] that) |
static void |
AdapterStateHelper.insert(Any a, short that) |
static void |
ORBIdHelper.insert(Any a, String that) |
static void |
ServerIdHelper.insert(Any a, String that) |
static void |
AdapterNameHelper.insert(Any a, String[] that) |
void |
CurrentOperations.set_slot(int id, Any data)
データをスロットに設定します。
|
void |
ServerRequestInfoOperations.set_slot(int id, Any data)
インタセプタが、リクエストの範囲内にある
PortableInterceptor.Current にスロットを設定できるようにします。 |
修飾子と型 | メソッドと説明 |
---|---|
static DuplicateName |
DuplicateNameHelper.extract(Any a) |
static String |
ObjectIdHelper.extract(Any a) |
static InvalidName |
InvalidNameHelper.extract(Any a) |
static void |
DuplicateNameHelper.insert(Any a, DuplicateName that) |
static void |
InvalidNameHelper.insert(Any a, InvalidName that) |
static void |
ObjectIdHelper.insert(Any a, String that) |
修飾子と型 | メソッドと説明 |
---|---|
static ForwardRequest |
ForwardRequestHelper.extract(Any a) |
static POA |
POAHelper.extract(Any a) |
static Current |
CurrentHelper.extract(Any a) |
static ServantLocator |
ServantLocatorHelper.extract(Any a) |
static ServantActivator |
ServantActivatorHelper.extract(Any a) |
static void |
CurrentHelper.insert(Any a, Current that) |
static void |
ForwardRequestHelper.insert(Any a, ForwardRequest that) |
static void |
POAHelper.insert(Any a, POA that) |
static void |
ServantActivatorHelper.insert(Any a, ServantActivator that) |
static void |
ServantLocatorHelper.insert(Any a, ServantLocator that) |
修飾子と型 | メソッドと説明 |
---|---|
static NoContext |
NoContextHelper.extract(Any a) |
static void |
NoContextHelper.insert(Any a, NoContext that) |
修飾子と型 | メソッドと説明 |
---|---|
static AdapterInactive |
AdapterInactiveHelper.extract(Any a) |
static void |
AdapterInactiveHelper.insert(Any a, AdapterInactive that) |
修飾子と型 | メソッドと説明 |
---|---|
static ServantNotActive |
ServantNotActiveHelper.extract(Any a) |
static ServantAlreadyActive |
ServantAlreadyActiveHelper.extract(Any a) |
static WrongAdapter |
WrongAdapterHelper.extract(Any a) |
static WrongPolicy |
WrongPolicyHelper.extract(Any a) |
static ObjectAlreadyActive |
ObjectAlreadyActiveHelper.extract(Any a) |
static AdapterNonExistent |
AdapterNonExistentHelper.extract(Any a) |
static AdapterAlreadyExists |
AdapterAlreadyExistsHelper.extract(Any a) |
static ObjectNotActive |
ObjectNotActiveHelper.extract(Any a) |
static InvalidPolicy |
InvalidPolicyHelper.extract(Any a) |
static NoServant |
NoServantHelper.extract(Any a) |
static void |
AdapterAlreadyExistsHelper.insert(Any a, AdapterAlreadyExists that) |
static void |
AdapterNonExistentHelper.insert(Any a, AdapterNonExistent that) |
static void |
InvalidPolicyHelper.insert(Any a, InvalidPolicy that) |
static void |
NoServantHelper.insert(Any a, NoServant that) |
static void |
ObjectAlreadyActiveHelper.insert(Any a, ObjectAlreadyActive that) |
static void |
ObjectNotActiveHelper.insert(Any a, ObjectNotActive that) |
static void |
ServantAlreadyActiveHelper.insert(Any a, ServantAlreadyActive that) |
static void |
ServantNotActiveHelper.insert(Any a, ServantNotActive that) |
static void |
WrongAdapterHelper.insert(Any a, WrongAdapter that) |
static void |
WrongPolicyHelper.insert(Any a, WrongPolicy that) |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.