org.omg.Messaging
Class PollerHelper

java.lang.Object
  extended by org.omg.Messaging.PollerHelper

public final class PollerHelper
extends Object


Constructor Summary
PollerHelper()
           
 
Method Summary
static Poller extract(Any any)
           
static String id()
           
static void insert(Any any, Poller val)
           
static Poller read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, Poller val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollerHelper

public PollerHelper()
Method Detail

insert

public static void insert(Any any,
                          Poller val)

extract

public static Poller extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static Poller read(InputStream in)

write

public static void write(OutputStream out,
                         Poller val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.