org.omg.CosNotifyComm
Class NotifyPublishHelper

java.lang.Object
  extended byorg.omg.CosNotifyComm.NotifyPublishHelper

public final class NotifyPublishHelper
extends java.lang.Object

Generated from IDL interface "NotifyPublish"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
NotifyPublishHelper()
           
 
Method Summary
static NotifyPublish extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, NotifyPublish s)
           
static NotifyPublish narrow(java.lang.Object obj)
           
static NotifyPublish narrow(Object obj)
           
static NotifyPublish read(InputStream in)
           
static TypeCode type()
           
static NotifyPublish unchecked_narrow(Object obj)
           
static void write(OutputStream _out, NotifyPublish s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyPublishHelper

public NotifyPublishHelper()
Method Detail

insert

public static void insert(Any any,
                          NotifyPublish s)

extract

public static NotifyPublish extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static NotifyPublish read(InputStream in)

write

public static void write(OutputStream _out,
                         NotifyPublish s)

narrow

public static NotifyPublish narrow(java.lang.Object obj)

narrow

public static NotifyPublish narrow(Object obj)

unchecked_narrow

public static NotifyPublish unchecked_narrow(Object obj)