org.omg.CORBA.PollableSetPackage
Class NoPossiblePollableHelper

java.lang.Object
  extended by org.omg.CORBA.PollableSetPackage.NoPossiblePollableHelper

public final class NoPossiblePollableHelper
extends Object


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

Constructor Detail

NoPossiblePollableHelper

public NoPossiblePollableHelper()
Method Detail

insert

public static void insert(Any any,
                          NoPossiblePollable val)

extract

public static NoPossiblePollable extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static NoPossiblePollable read(InputStream in)

write

public static void write(OutputStream out,
                         NoPossiblePollable val)


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