JavaTM Platform
Standard Ed. 6

org.omg.CORBA_2_3.portable
クラス Delegate

java.lang.Object
  上位を拡張 org.omg.CORBA.portable.Delegate
      上位を拡張 org.omg.CORBA_2_3.portable.Delegate

public abstract class Delegate
extends Delegate

Delegate クラスは、ORB ベンダーに CORBA オブジェクトの特定の実装を提供します。org.omg.CORBA.portable.Delegate を拡張し、CORBA 2.3 で定義された新しいメソッドを提供します。

導入されたバージョン:
JDK1.2
関連項目:
Delegate

コンストラクタの概要
Delegate()
           
 
メソッドの概要
 String get_codebase(Object self)
          指定されたオブジェクト参照のコードベースを返します。
 
クラス org.omg.CORBA.portable.Delegate から継承されたメソッド
create_request, create_request, duplicate, equals, get_domain_managers, get_interface_def, get_policy, hash, hashCode, invoke, is_a, is_equivalent, is_local, non_existent, orb, release, releaseReply, request, request, servant_postinvoke, servant_preinvoke, set_policy_override, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Delegate

public Delegate()
メソッドの詳細

get_codebase

public String get_codebase(Object self)
指定されたオブジェクト参照のコードベースを返します。

パラメータ:
self - コードベースを返す必要があるオブジェクト参照
戻り値:
空白文字で区切られた URL 文字列のリストとしてのコードベース。 ない場合は null

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。