org.omg.CosPersistentState
Class NotFoundHelper

java.lang.Object
  extended by org.omg.CosPersistentState.NotFoundHelper

public class NotFoundHelper
extends java.lang.Object

Helper class for : NotFound

Author:
OpenORB Compiler

Constructor Summary
NotFoundHelper()
           
 
Method Summary
static NotFound extract(org.omg.CORBA.Any a)
          Extract NotFound from an any
static java.lang.String id()
          Return the NotFound IDL ID
static void insert(org.omg.CORBA.Any a, NotFound t)
          Insert NotFound into an any
static NotFound read(org.omg.CORBA.portable.InputStream istream)
          Read NotFound from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the NotFound TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, NotFound value)
          Write NotFound into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotFoundHelper

public NotFoundHelper()
Method Detail

insert

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

Parameters:
a - an any
t - NotFound value

extract

public static NotFound extract(org.omg.CORBA.Any a)
Extract NotFound from an any

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - NotFound value