org.omg.CosPropertyService
Class PropertiesIteratorHelper

java.lang.Object
  |
  +--org.omg.CosPropertyService.PropertiesIteratorHelper

public class PropertiesIteratorHelper
extends java.lang.Object

Helper class for : PropertiesIterator

Author:
OpenORB Compiler

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

Constructor Detail

PropertiesIteratorHelper

public PropertiesIteratorHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          PropertiesIterator t)
Insert PropertiesIterator into an any
Parameters:
a - an any
t - PropertiesIterator value

extract

public static PropertiesIterator extract(org.omg.CORBA.Any a)
Extract PropertiesIterator from an any
Parameters:
a - an any
Returns:
the extracted PropertiesIterator value

type

public static org.omg.CORBA.TypeCode type()
Return the PropertiesIterator TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the PropertiesIterator IDL ID
Returns:
an ID

read

public static PropertiesIterator read(org.omg.CORBA.portable.InputStream istream)
Read PropertiesIterator from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed PropertiesIterator value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         PropertiesIterator value)
Write PropertiesIterator into a marshalled stream
Parameters:
ostream - the output stream
value - PropertiesIterator value

narrow

public static PropertiesIterator narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to PropertiesIterator
Parameters:
obj - the CORBA Object
Returns:
PropertiesIterator Object

unchecked_narrow

public static PropertiesIterator unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to PropertiesIterator
Parameters:
obj - the CORBA Object
Returns:
PropertiesIterator Object