KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CosNaming > NamingContextPackage > NotFoundReason

org.omg.CosNaming.NamingContextPackage
Class NotFoundReason

java.lang.Object
  extended by org.omg.CosNaming.NamingContextPackage.NotFoundReason
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

public static NotFoundReason from_int(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NotFoundReason missing_node
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected NotFoundReason(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NotFoundReason not_context
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NotFoundReason not_object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int value()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _missing_node
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _not_context
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _not_object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags