org.omg.CosTradingRepos

Class ServiceTypeRepositoryHelper

public class ServiceTypeRepositoryHelper extends Object

Helper class for : ServiceTypeRepository

Author: OpenORB Compiler

Method Summary
static ServiceTypeRepositoryextract(Any a)
Extract ServiceTypeRepository from an any
static Stringid()
Return the ServiceTypeRepository IDL ID
static voidinsert(Any a, ServiceTypeRepository t)
Insert ServiceTypeRepository into an any
static ServiceTypeRepositorynarrow(Object obj)
Narrow CORBA::Object to ServiceTypeRepository
static ServiceTypeRepositoryread(InputStream istream)
Read ServiceTypeRepository from a marshalled stream
static TypeCodetype()
Return the ServiceTypeRepository TypeCode
static ServiceTypeRepositoryunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ServiceTypeRepository
static voidwrite(OutputStream ostream, ServiceTypeRepository value)
Write ServiceTypeRepository into a marshalled stream

Method Detail

extract

public static ServiceTypeRepository extract(Any a)
Extract ServiceTypeRepository from an any

Parameters: a an any

Returns: the extracted ServiceTypeRepository value

id

public static String id()
Return the ServiceTypeRepository IDL ID

Returns: an ID

insert

public static void insert(Any a, ServiceTypeRepository t)
Insert ServiceTypeRepository into an any

Parameters: a an any t ServiceTypeRepository value

narrow

public static ServiceTypeRepository narrow(Object obj)
Narrow CORBA::Object to ServiceTypeRepository

Parameters: obj the CORBA Object

Returns: ServiceTypeRepository Object

read

public static ServiceTypeRepository read(InputStream istream)
Read ServiceTypeRepository from a marshalled stream

Parameters: istream the input stream

Returns: the readed ServiceTypeRepository value

type

public static TypeCode type()
Return the ServiceTypeRepository TypeCode

Returns: a TypeCode

unchecked_narrow

public static ServiceTypeRepository unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ServiceTypeRepository

Parameters: obj the CORBA Object

Returns: ServiceTypeRepository Object

write

public static void write(OutputStream ostream, ServiceTypeRepository value)
Write ServiceTypeRepository into a marshalled stream

Parameters: ostream the output stream value ServiceTypeRepository value