org.omg.CORBA
Class NO_PERMISSIONHelper

java.lang.Object
  |
  +--org.omg.CORBA.NO_PERMISSIONHelper

public class NO_PERMISSIONHelper
extends java.lang.Object

Helper class for : NO_PERMISSION

Author:
OpenORB Compiler

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

Constructor Detail

NO_PERMISSIONHelper

public NO_PERMISSIONHelper()
Method Detail

insert

public static void insert(Any a,
                          NO_PERMISSION t)
Insert NO_PERMISSION into an any
Parameters:
a - an any
t - NO_PERMISSION value

extract

public static NO_PERMISSION extract(Any a)
Extract NO_PERMISSION from an any
Parameters:
a - an any
Returns:
the extracted NO_PERMISSION value

type

public static TypeCode type()
Return the NO_PERMISSION TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the NO_PERMISSION IDL ID
Returns:
an ID

read

public static NO_PERMISSION read(InputStream istream)
Read NO_PERMISSION from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed NO_PERMISSION value

write

public static void write(OutputStream ostream,
                         NO_PERMISSION value)
Write NO_PERMISSION into a marshalled stream
Parameters:
ostream - the output stream
value - NO_PERMISSION value