org.omg.Messaging

Class ExceptionHolderHolder

Implemented Interfaces:
Streamable

public final class ExceptionHolderHolder
extends java.lang.Object
implements Streamable

Generated from IDL definition of valuetype "ExceptionHolder"

Author:
JacORB IDL compiler

Field Summary

ExceptionHolder
value

Constructor Summary

ExceptionHolderHolder()
ExceptionHolderHolder(ExceptionHolder initial)

Method Summary

void
_read(InputStream is)
TypeCode
_type()
void
_write(OutputStream os)

Field Details

value

public ExceptionHolder value

Constructor Details

ExceptionHolderHolder

public ExceptionHolderHolder()


ExceptionHolderHolder

public ExceptionHolderHolder(ExceptionHolder initial)

Method Details

_read

public void _read(InputStream is)
Specified by:
_read in interface Streamable


_type

public TypeCode _type()
Specified by:
_type in interface Streamable


_write

public void _write(OutputStream os)
Specified by:
_write in interface Streamable