org.omg.CosNotification
Class QoSAdminHelper

java.lang.Object
  extended by org.omg.CosNotification.QoSAdminHelper

public class QoSAdminHelper
extends java.lang.Object

Helper class for : QoSAdmin

Author:
OpenORB Compiler

Constructor Summary
QoSAdminHelper()
           
 
Method Summary
static QoSAdmin extract(org.omg.CORBA.Any a)
          Extract QoSAdmin from an any
static java.lang.String id()
          Return the QoSAdmin IDL ID
static void insert(org.omg.CORBA.Any a, QoSAdmin t)
          Insert QoSAdmin into an any
static QoSAdmin narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to QoSAdmin
static QoSAdmin read(org.omg.CORBA.portable.InputStream istream)
          Read QoSAdmin from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the QoSAdmin TypeCode
static QoSAdmin unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to QoSAdmin
static void write(org.omg.CORBA.portable.OutputStream ostream, QoSAdmin value)
          Write QoSAdmin into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QoSAdminHelper

public QoSAdminHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          QoSAdmin t)
Insert QoSAdmin into an any

Parameters:
a - an any
t - QoSAdmin value

extract

public static QoSAdmin extract(org.omg.CORBA.Any a)
Extract QoSAdmin from an any

Parameters:
a - an any
Returns:
the extracted QoSAdmin value

type

public static org.omg.CORBA.TypeCode type()
Return the QoSAdmin TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the QoSAdmin IDL ID

Returns:
an ID

read

public static QoSAdmin read(org.omg.CORBA.portable.InputStream istream)
Read QoSAdmin from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed QoSAdmin value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         QoSAdmin value)
Write QoSAdmin into a marshalled stream

Parameters:
ostream - the output stream
value - QoSAdmin value

narrow

public static QoSAdmin narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to QoSAdmin

Parameters:
obj - the CORBA Object
Returns:
QoSAdmin Object

unchecked_narrow

public static QoSAdmin unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to QoSAdmin

Parameters:
obj - the CORBA Object
Returns:
QoSAdmin Object