FileDocCategorySizeDatePackage
NegativeAmountExceptionHolder.javaAPI DocExample939Thu Nov 08 00:23:40 GMT 2001com.ora.rmibook.chapter23.corbaaccounts

NegativeAmountExceptionHolder

public final class NegativeAmountExceptionHolder extends Object implements org.omg.CORBA.portable.Streamable
NegativeAmountExceptionHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from Account.idl Saturday, December 16, 2000 10:18:17 PM PST

Fields Summary
public NegativeAmountException
value
Constructors Summary
public NegativeAmountExceptionHolder()


       
    
public NegativeAmountExceptionHolder(NegativeAmountException initialValue)

        value = initialValue;
    
Methods Summary
public void_read(org.omg.CORBA.portable.InputStream i)

        value = NegativeAmountExceptionHelper.read(i);
    
public org.omg.CORBA.TypeCode_type()

        return NegativeAmountExceptionHelper.type();
    
public void_write(org.omg.CORBA.portable.OutputStream o)

        NegativeAmountExceptionHelper.write(o, value);