org.omg.CORBA
Class NO_PERMISSIONHelper

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

public class NO_PERMISSIONHelper
extends java.lang.Object


Constructor Summary
NO_PERMISSIONHelper()
           
 
Method Summary
static NO_PERMISSION extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, NO_PERMISSION t)
           
static NO_PERMISSION read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, NO_PERMISSION value)
           
 
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)

extract

public static NO_PERMISSION extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static NO_PERMISSION read(InputStream istream)

write

public static void write(OutputStream ostream,
                         NO_PERMISSION value)