org.omg.CosNaming.NamingContextPackage

Class AlreadyBoundHelper

public abstract class AlreadyBoundHelper extends Object

The helper operations for the {@link AlreadyBound} user exception.
Method Summary
static AlreadyBoundextract(Any a)
Extract the exception from the given {@link Any}.
static Stringid()
Return the exception repository id.
static voidinsert(Any a, AlreadyBound that)
Insert the exception into the given {@link Any}.
static AlreadyBoundread(InputStream istream)
Read the exception from the given CDR stream.
static TypeCodetype()
Create the type code for this exception.
static voidwrite(OutputStream ostream, AlreadyBound value)
Write the exception to the CDR output stream.

Method Detail

extract

public static AlreadyBound extract(Any a)
Extract the exception from the given {@link Any}.

id

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

insert

public static void insert(Any a, AlreadyBound that)
Insert the exception into the given {@link Any}.

read

public static AlreadyBound 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, AlreadyBound value)
Write the exception to the CDR output stream.