org.openorb.orb.test.iiop.value
Class ValueBDefaultFactory

java.lang.Object
  extended by org.openorb.orb.test.iiop.value.ValueBDefaultFactory

public class ValueBDefaultFactory
extends java.lang.Object

Author:
Chris Wood

Constructor Summary
ValueBDefaultFactory()
           
 
Method Summary
 ValueB init(int l)
          Initialize the value type member.
 java.io.Serializable read_value(org.omg.CORBA_2_3.portable.InputStream is)
          Read the value from an input stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueBDefaultFactory

public ValueBDefaultFactory()
Method Detail

init

public ValueB init(int l)
Initialize the value type member.

Parameters:
l - An initial value for the l member.
Returns:
An instance of the ValueB value type.

read_value

public java.io.Serializable read_value(org.omg.CORBA_2_3.portable.InputStream is)
Read the value from an input stream.

Parameters:
is - The input stream.
Returns:
The value read from the stream.