org.omg.CosNotification

Class EventBatchHolder

public final class EventBatchHolder extends Object implements Streamable

Holder class for : EventBatch

Author: OpenORB Compiler

Field Summary
StructuredEvent[]value
Internal EventBatch value
Constructor Summary
EventBatchHolder()
Default constructor
EventBatchHolder(StructuredEvent[] initial)
Constructor with value initialisation
Method Summary
void_read(InputStream istream)
Read EventBatch from a marshalled stream
TypeCode_type()
Return the EventBatch TypeCode
void_write(OutputStream ostream)
Write EventBatch into a marshalled stream

Field Detail

value

public StructuredEvent[] value
Internal EventBatch value

Constructor Detail

EventBatchHolder

public EventBatchHolder()
Default constructor

EventBatchHolder

public EventBatchHolder(StructuredEvent[] initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

public void _read(InputStream istream)
Read EventBatch from a marshalled stream

Parameters: istream the input stream

_type

public TypeCode _type()
Return the EventBatch TypeCode

Returns: a TypeCode

_write

public void _write(OutputStream ostream)
Write EventBatch into a marshalled stream

Parameters: ostream the output stream