org.omg.CosEventComm
クラス PushSupplierHelper

java.lang.Object
  |
  +--org.omg.CosEventComm.PushSupplierHelper

public abstract class PushSupplierHelper
extends java.lang.Object


コンストラクタの概要
PushSupplierHelper()
           
 
メソッドの概要
static PushSupplier extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, PushSupplier t)
           
static PushSupplier narrow(Object obj)
           
static PushSupplier read(InputStream is)
           
static TypeCode type()
           
static void write(OutputStream os, PushSupplier _v)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PushSupplierHelper

public PushSupplierHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          PushSupplier t)

extract

public static PushSupplier extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static PushSupplier read(InputStream is)

write

public static void write(OutputStream os,
                         PushSupplier _v)

narrow

public static PushSupplier narrow(Object obj)