Interstage Application Server リファレンスマニュアル(API編)
|
目次
索引

|
3.2 Objectインタフェース
オブジェクトリファレンスを制御するObjectインタフェースについて説明します。
// Java
package org.omg.CORBA;
public interface Object
{
boolean _is_a(java.lang.String Identifier);
boolean _is_equivalent(java.lang.Object that);
boolean _non_existent();
int _hash(int maximum);
org.omg.CORBA.Object _duplicate();
void _release();
public org.omg.CORBA.ImplementationDef _get_implementation();
public org.omg.CORBA.Object _get_interface_def();
org.omg.CORBA.Request _request(java.lang.String s);
org.omg.CORBA.Request _create_request(
org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
NamedValue result);
org.omg.CORBA.Request _create_request(
org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList exclist,
org.omg.CORBA.ContextList ctxlist);
}
3.2.1 org.omg.CORBA.Object._is_a()
3.2.2 org.omg.CORBA.Object._is_equivalent()
3.2.3 org.omg.CORBA.Object._non_existent()
3.2.4 org.omg.CORBA.Object._hash()
3.2.5 org.omg.CORBA.Object._duplicate()
3.2.6 org.omg.CORBA.Object._release()
3.2.7 org.omg.CORBA.Object._get_interface_def()
3.2.8 org.omg.CORBA.Object._request()
3.2.9 org.omg.CORBA.Object._create_request()
All Rights Reserved, Copyright(C) 富士通株式会社 2005