Uses of Class
org.omg.CosTransactions.InvalidControl

Packages that use InvalidControl
org.omg.CosTransactions   
 

Uses of InvalidControl in org.omg.CosTransactions
 

Fields in org.omg.CosTransactions declared as InvalidControl
 InvalidControl InvalidControlHolder.value
           
 

Methods in org.omg.CosTransactions that return InvalidControl
static InvalidControl InvalidControlHelper.extract(Any any)
           
static InvalidControl InvalidControlHelper.read(InputStream in)
           
 

Methods in org.omg.CosTransactions with parameters of type InvalidControl
static void InvalidControlHelper.insert(Any any, InvalidControl s)
           
static void InvalidControlHelper.write(OutputStream out, InvalidControl s)
           
 

Methods in org.omg.CosTransactions that throw InvalidControl
 void _CurrentStub.resume(Control which)
           
 void CurrentPOATie.resume(Control which)
           
 void CurrentOperations.resume(Control which)
           
 

Constructors in org.omg.CosTransactions with parameters of type InvalidControl
InvalidControlHolder(InvalidControl initial)