KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > CompletionStatus

org.omg.CORBA
Class CompletionStatus

java.lang.Object
  extended by org.omg.CORBA.CompletionStatus
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code, SystemException

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


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


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


public static CompletionStatus from_int(int i)
See Also:
BAD_PARAM
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 _COMPLETED_MAYBE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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

Popular Tags