org.omg.CosNaming.NamingContextPackage
Class CannotProceedHelper

java.lang.Object
  extended by org.omg.CosNaming.NamingContextPackage.CannotProceedHelper

public abstract class CannotProceedHelper
extends Object

The helper operations for CannotProceed.


Constructor Summary
CannotProceedHelper()
           
 
Method Summary
static CannotProceed extract(Any a)
          Extract the exception from the given Any.
static String id()
          Return the exception repository id.
static void insert(Any a, CannotProceed that)
          Insert the exception into the given Any.
static CannotProceed read(InputStream istream)
          Read the exception from the given CDR stream.
static TypeCode type()
          Create the type code for this exception.
static void write(OutputStream ostream, CannotProceed value)
          Write the exception to the CDR output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CannotProceedHelper

public CannotProceedHelper()
Method Detail

extract

public static CannotProceed extract(Any a)
Extract the exception from the given Any.


id

public static String id()
Return the exception repository id.


insert

public static void insert(Any a,
                          CannotProceed that)
Insert the exception into the given Any.


read

public static CannotProceed read(InputStream istream)
Read the exception from the given CDR stream.


type

public static TypeCode type()
Create the type code for this exception.


write

public static void write(OutputStream ostream,
                         CannotProceed value)
Write the exception to the CDR output stream.