KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.CORBA
Class ACTIVITY_COMPLETED

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.omg.CORBA.SystemException
                  extended by org.omg.CORBA.ACTIVITY_COMPLETED
All Implemented Interfaces:
Serializable
See Also:
Source Code

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


public ACTIVITY_COMPLETED(int minorCode,
                          CompletionStatus completionStatus)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ACTIVITY_COMPLETED(String detailMessage)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ACTIVITY_COMPLETED(String detailMessage,
                          int minorCode,
                          CompletionStatus completionStatus)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags