org.omg.CosNotifyComm
Class NotifyPublishHelper

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

public class NotifyPublishHelper
extends java.lang.Object

Helper class for : NotifyPublish

Author:
OpenORB Compiler

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

Constructor Detail

NotifyPublishHelper

public NotifyPublishHelper()
Method Detail

insert

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

Parameters:
a - an any
t - NotifyPublish value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - NotifyPublish value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
NotifyPublish Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
NotifyPublish Object