org.omg.CORBA
Class BAD_QOSHelper

java.lang.Object
  extended by org.omg.CORBA.BAD_QOSHelper

public final class BAD_QOSHelper
extends Object


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

Constructor Detail

BAD_QOSHelper

public BAD_QOSHelper()
Method Detail

insert

public static void insert(Any any,
                          BAD_QOS val)

extract

public static BAD_QOS extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static BAD_QOS read(InputStream in)

write

public static void write(OutputStream out,
                         BAD_QOS val)


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