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
static ContextError ContextErrorHelper.extract(Any any)
           
static ContextError ContextErrorHelper.read(InputStream in)
           
 ContextError SASContextBody.error_msg()
           
 

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

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