Uses of Class
org.omg.CSI.ContextError

Packages that use ContextError
org.omg.CSI   
 

Uses of ContextError in org.omg.CSI
 

Fields in org.omg.CSI declared as ContextError
 ContextError ContextErrorHolder.value
           
 

Methods in org.omg.CSI that return ContextError
 ContextError SASContextBody.error_msg()
           
static ContextError ContextErrorHelper.extract(Any any)
           
static ContextError ContextErrorHelper.read(InputStream in)
           
 

Methods in org.omg.CSI with parameters of type ContextError
 void SASContextBody.error_msg(ContextError _x)
           
static void ContextErrorHelper.insert(Any any, ContextError s)
           
static void ContextErrorHelper.write(OutputStream out, ContextError s)
           
 

Constructors in org.omg.CSI with parameters of type ContextError
ContextErrorHolder(ContextError initial)