|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universal.exception.NotUserExceptionHelper
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 |
private static final boolean HAS_OPENORB
private static org.omg.CORBA.TypeCode _tc
private static boolean _working
private static final java.lang.String _id
Constructor Detail |
public NotUserExceptionHelper()
Method Detail |
public static void insert(org.omg.CORBA.Any a, universal.exception.NotUserException t)
a
- an anyt
- NotUserException valuepublic static universal.exception.NotUserException extract(org.omg.CORBA.Any a)
a
- an any
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static universal.exception.NotUserException read(org.omg.CORBA.portable.InputStream istream)
istream
- the input stream
public static void write(org.omg.CORBA.portable.OutputStream ostream, universal.exception.NotUserException value)
ostream
- the output streamvalue
- NotUserException value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |