JavaTM Platform
Standard Ed. 6

org.omg.CosNaming.NamingContextPackage
クラス NotFoundReason

java.lang.Object
  上位を拡張 org.omg.CosNaming.NamingContextPackage.NotFoundReason
すべての実装されたインタフェース:
Serializable, IDLEntity

public class NotFoundReason
extends Object
implements IDLEntity

解決できない理由を示します。


フィールドの概要
static int _missing_node
           
static int _not_context
           
static int _not_object
           
static NotFoundReason missing_node
           
static NotFoundReason not_context
           
static NotFoundReason not_object
           
 
コンストラクタの概要
protected NotFoundReason(int value)
           
 
メソッドの概要
static NotFoundReason from_int(int value)
           
 int value()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_missing_node

public static final int _missing_node
関連項目:
定数フィールド値

missing_node

public static final NotFoundReason missing_node

_not_context

public static final int _not_context
関連項目:
定数フィールド値

not_context

public static final NotFoundReason not_context

_not_object

public static final int _not_object
関連項目:
定数フィールド値

not_object

public static final NotFoundReason not_object
コンストラクタの詳細

NotFoundReason

protected NotFoundReason(int value)
メソッドの詳細

value

public int value()

from_int

public static NotFoundReason from_int(int value)

JavaTM Platform
Standard Ed. 6

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

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