Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.remote.corba.orbix
Class CORBARemoteSessionControllerHelper

java.lang.Object
  extended byoracle.toplink.remote.corba.orbix.CORBARemoteSessionControllerHelper


public class CORBARemoteSessionControllerHelper
extends java.lang.Object

Constructor Summary
CORBARemoteSessionControllerHelper()

Method Summary
static org.omg.CORBA.ORB _orb()
static CORBARemoteSessionController extract(org.omg.CORBA.Any any)
static java.lang.String id()
static void insert(org.omg.CORBA.Any any, CORBARemoteSessionController value)
static CORBARemoteSessionController narrow(org.omg.CORBA.Object _obj)
static CORBARemoteSessionController read(org.omg.CORBA.portable.InputStream _stream)
static org.omg.CORBA.TypeCode type()
static void write(org.omg.CORBA.portable.OutputStream _stream, CORBARemoteSessionController value)

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CORBARemoteSessionControllerHelper

public CORBARemoteSessionControllerHelper()

Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          CORBARemoteSessionController value)

extract

public static CORBARemoteSessionController extract(org.omg.CORBA.Any any)

type

public static org.omg.CORBA.TypeCode type()

_orb

public static org.omg.CORBA.ORB _orb()

id

public static java.lang.String id()

read

public static CORBARemoteSessionController read(org.omg.CORBA.portable.InputStream _stream)

write

public static void write(org.omg.CORBA.portable.OutputStream _stream,
                         CORBARemoteSessionController value)

narrow

public static CORBARemoteSessionController narrow(org.omg.CORBA.Object _obj)
                                           throws org.omg.CORBA.BAD_PARAM
Throws:
org.omg.CORBA.BAD_PARAM

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.