org.omg.CosNotifyComm
Class NotifySubscribeHelper

java.lang.Object
  extended by org.omg.CosNotifyComm.NotifySubscribeHelper

public class NotifySubscribeHelper
extends java.lang.Object

Helper class for : NotifySubscribe

Author:
OpenORB Compiler

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

Constructor Detail

NotifySubscribeHelper

public NotifySubscribeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - NotifySubscribe value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - NotifySubscribe value

narrow

public static NotifySubscribe narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to NotifySubscribe

Parameters:
obj - the CORBA Object
Returns:
NotifySubscribe Object

unchecked_narrow

public static NotifySubscribe unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to NotifySubscribe

Parameters:
obj - the CORBA Object
Returns:
NotifySubscribe Object