org.omg.CORBA

Class ServiceInformationHolder

Implemented Interfaces:
Streamable

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

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Field Summary

ServiceInformation
value

Constructor Summary

ServiceInformationHolder()
ServiceInformationHolder(ServiceInformation _value)

Method Summary

void
_read(InputStream input)
TypeCode
_type()
void
_write(OutputStream output)

Field Details

value

public ServiceInformation value

Constructor Details

ServiceInformationHolder

public ServiceInformationHolder()


ServiceInformationHolder

public ServiceInformationHolder(ServiceInformation _value)

Method Details

_read

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


_type

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


_write

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