universal.exception
Class NotUserExceptionHelper

java.lang.Object
  |
  +--universal.exception.NotUserExceptionHelper

public class NotUserExceptionHelper
extends java.lang.Object

We need it to use the function write to marshal the exception.


Field Summary
private static java.lang.String _id
           
private static org.omg.CORBA.TypeCode _tc
          Internal TypeCode value
private static boolean _working
           
private static boolean HAS_OPENORB
           
 
Constructor Summary
NotUserExceptionHelper()
           
 
Method Summary
static universal.exception.NotUserException extract(org.omg.CORBA.Any a)
          Extract NotUserException from an any
static java.lang.String id()
          Return the NotUserException IDL ID
static void insert(org.omg.CORBA.Any a, universal.exception.NotUserException t)
          Insert NotUserException into an any
static universal.exception.NotUserException read(org.omg.CORBA.portable.InputStream istream)
          Read NotUserException from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the NotUserException TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, universal.exception.NotUserException value)
          Write NotUserException into a marshalled stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HAS_OPENORB

private static final boolean HAS_OPENORB

_tc

private static org.omg.CORBA.TypeCode _tc
Internal TypeCode value


_working

private static boolean _working

_id

private static final java.lang.String _id
See Also:
Constant Field Values
Constructor Detail

NotUserExceptionHelper

public NotUserExceptionHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          universal.exception.NotUserException t)
Insert NotUserException into an any

Parameters:
a - an any
t - NotUserException value

extract

public static universal.exception.NotUserException extract(org.omg.CORBA.Any a)
Extract NotUserException from an any

Parameters:
a - an any
Returns:
the extracted NotUserException value

type

public static org.omg.CORBA.TypeCode type()
Return the NotUserException TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the NotUserException IDL ID

Returns:
an ID

read

public static universal.exception.NotUserException read(org.omg.CORBA.portable.InputStream istream)
Read NotUserException from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed NotUserException value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         universal.exception.NotUserException value)
Write NotUserException into a marshalled stream

Parameters:
ostream - the output stream
value - NotUserException value