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

B15903-01


oracle.toplink.remote.corba.orbix
Class CORBARemoteSessionControllerHolder

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

All Implemented Interfaces:
org.omg.CORBA.portable.Streamable

public final class CORBARemoteSessionControllerHolder
extends java.lang.Object
implements org.omg.CORBA.portable.Streamable

Field Summary
CORBARemoteSessionController value

Constructor Summary
CORBARemoteSessionControllerHolder()
CORBARemoteSessionControllerHolder(CORBARemoteSessionController value)

Method Summary
void _read(org.omg.CORBA.portable.InputStream _stream)
org.omg.CORBA.TypeCode _type()
void _write(org.omg.CORBA.portable.OutputStream _stream)

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

Field Detail

value

public CORBARemoteSessionController value

Constructor Detail

CORBARemoteSessionControllerHolder

public CORBARemoteSessionControllerHolder()

CORBARemoteSessionControllerHolder

public CORBARemoteSessionControllerHolder(CORBARemoteSessionController value)

Method Detail

_read

public void _read(org.omg.CORBA.portable.InputStream _stream)
Specified by:
_read in interface org.omg.CORBA.portable.Streamable

_write

public void _write(org.omg.CORBA.portable.OutputStream _stream)
Specified by:
_write in interface org.omg.CORBA.portable.Streamable

_type

public org.omg.CORBA.TypeCode _type()
Specified by:
_type in interface org.omg.CORBA.portable.Streamable

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