org.openorb.notify.persistence

Class EventTypeInfoHolder

public final class EventTypeInfoHolder extends Object implements Streamable

Holder class for : EventTypeInfo

Author: OpenORB Compiler

Field Summary
EventTypeInfovalue
Internal EventTypeInfo value
Constructor Summary
EventTypeInfoHolder()
Default constructor
EventTypeInfoHolder(EventTypeInfo initial)
Constructor with value initialisation
Method Summary
void_read(InputStream istream)
Read EventTypeInfo from a marshalled stream
TypeCode_type()
Return the EventTypeInfo TypeCode
void_write(OutputStream ostream)
Write EventTypeInfo into a marshalled stream

Field Detail

value

public EventTypeInfo value
Internal EventTypeInfo value

Constructor Detail

EventTypeInfoHolder

public EventTypeInfoHolder()
Default constructor

EventTypeInfoHolder

public EventTypeInfoHolder(EventTypeInfo initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the EventTypeInfo TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream