KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.CORBA
Class TRANSACTION_MODE

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.TRANSACTION_MODE
All Implemented Interfaces:
Serializable
See Also:
Source Code

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


public TRANSACTION_MODE(int minor,
                        CompletionStatus completed)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public TRANSACTION_MODE(String s,
                        int minor,
                        CompletionStatus completed)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags