org.omg.CosTrading
Class LinkHelper

java.lang.Object
  extended by org.omg.CosTrading.LinkHelper

public class LinkHelper
extends java.lang.Object

Helper class for : Link

Author:
OpenORB Compiler

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

Constructor Detail

LinkHelper

public LinkHelper()
Method Detail

insert

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

Parameters:
a - an any
t - Link value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - Link value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
Link Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
Link Object