All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.UnknownUserExceptionHelper
java.lang.Object
|
+----org.omg.CORBA.UnknownUserExceptionHelper
- public abstract class UnknownUserExceptionHelper
- extends Object
- Java Class org.omg.CORBA.UnknownUserExceptionHelper
- Source File org/omg/CORBA/UnknownUserExceptionHelper.java
- IDL Source File corba.idl
- IDL Absolute Name ::CORBA::UnknownUserException
- Repository Identifier IDL:omg.org/CORBA/UnknownUserException:1.0
IDL definition:
exception UnknownUserException {
any except;
};
-
UnknownUserExceptionHelper()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, UnknownUserException)
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, UnknownUserException)
-
UnknownUserExceptionHelper
public UnknownUserExceptionHelper()
read
public static UnknownUserException read(InputStream _input)
write
public static void write(OutputStream _output,
UnknownUserException value)
insert
public static void insert(Any any,
UnknownUserException value)
extract
public static UnknownUserException extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index