Uses of Class
org.omg.Messaging.ExceptionHolder

Packages that use ExceptionHolder
org.jacorb.orb   
org.omg.Messaging   
 

Uses of ExceptionHolder in org.jacorb.orb
 

Subclasses of ExceptionHolder in org.jacorb.orb
 class ExceptionHolderImpl
          JacORB-specific implementation of org.omg.Messaging.ExceptionHolder.
 

Uses of ExceptionHolder in org.omg.Messaging
 

Fields in org.omg.Messaging declared as ExceptionHolder
 ExceptionHolder ExceptionHolderHolder.value
           
 

Methods in org.omg.Messaging that return ExceptionHolder
static ExceptionHolder ExceptionHolderHelper.extract(Any a)
           
static ExceptionHolder ExceptionHolderHelper.read(InputStream is)
           
 

Methods in org.omg.Messaging with parameters of type ExceptionHolder
static void ExceptionHolderHelper.insert(Any a, ExceptionHolder v)
           
static void ExceptionHolderHelper.write(OutputStream os, ExceptionHolder val)
           
 

Constructors in org.omg.Messaging with parameters of type ExceptionHolder
ExceptionHolderHolder(ExceptionHolder initial)