Uses of Class
org.omg.CosTransactions.InvalidControl
-
Packages that use InvalidControl Package Description org.omg.CosTransactions -
-
Uses of InvalidControl in org.omg.CosTransactions
Fields in org.omg.CosTransactions declared as InvalidControl Modifier and Type Field Description InvalidControl
InvalidControlHolder. value
Methods in org.omg.CosTransactions that return InvalidControl Modifier and Type Method Description static InvalidControl
InvalidControlHelper. extract(Any a)
static InvalidControl
InvalidControlHelper. read(InputStream istream)
Methods in org.omg.CosTransactions with parameters of type InvalidControl Modifier and Type Method Description static void
InvalidControlHelper. insert(Any a, InvalidControl that)
static void
InvalidControlHelper. write(OutputStream ostream, InvalidControl value)
Methods in org.omg.CosTransactions that throw InvalidControl Modifier and Type Method Description void
_CurrentStub. resume(Control which)
void
CurrentOperations. resume(Control which)
void
CurrentPOATie. resume(Control which)
Constructors in org.omg.CosTransactions with parameters of type InvalidControl Constructor Description InvalidControlHolder(InvalidControl initialValue)
-