org.omg.CosPersistentState
Class ConnectorRegistryHelper

java.lang.Object
  extended by org.omg.CosPersistentState.ConnectorRegistryHelper

public class ConnectorRegistryHelper
extends java.lang.Object

Helper class for : ConnectorRegistry

Author:
OpenORB Compiler

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

Constructor Detail

ConnectorRegistryHelper

public ConnectorRegistryHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ConnectorRegistry value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ConnectorRegistry value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
ConnectorRegistry Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
ConnectorRegistry Object