Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tuprolog.runtime.corba
Class PrologCORBAHolder  view PrologCORBAHolder download PrologCORBAHolder.java

java.lang.Object
  extended byalice.tuprolog.runtime.corba.PrologCORBAHolder
All Implemented Interfaces:
org.omg.CORBA.portable.Streamable

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

alice/tuprolog/runtime/corba/PrologCORBAHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from alice/tuprolog/runtime/corba/PrologCORBA.idl mercoledì 17 ottobre 2001 12.02.01 GMT+02:00


Field Summary
 PrologCORBA value
           
 
Constructor Summary
PrologCORBAHolder()
           
PrologCORBAHolder(PrologCORBA initialValue)
           
 
Method Summary
 void _read(org.omg.CORBA.portable.InputStream i)
          Fill in the value field for this holder by reading the required data from the given stream.
 org.omg.CORBA.TypeCode _type()
          Returns the TypeCode, corresponding the CORBA type that is stored using this holder.
 void _write(org.omg.CORBA.portable.OutputStream o)
          Write the value field to the given stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public PrologCORBA value
Constructor Detail

PrologCORBAHolder

public PrologCORBAHolder()

PrologCORBAHolder

public PrologCORBAHolder(PrologCORBA initialValue)
Method Detail

_read

public void _read(org.omg.CORBA.portable.InputStream i)
Description copied from interface: org.omg.CORBA.portable.Streamable
Fill in the value field for this holder by reading the required data from the given stream.

Specified by:
_read in interface org.omg.CORBA.portable.Streamable

_write

public void _write(org.omg.CORBA.portable.OutputStream o)
Description copied from interface: org.omg.CORBA.portable.Streamable
Write the value field to the given stream.

Specified by:
_write in interface org.omg.CORBA.portable.Streamable

_type

public org.omg.CORBA.TypeCode _type()
Description copied from interface: org.omg.CORBA.portable.Streamable
Returns the TypeCode, corresponding the CORBA type that is stored using this holder.

Specified by:
_type in interface org.omg.CORBA.portable.Streamable