javax.rmi.CORBA
Interface ValueHandlerMultiFormat

All Superinterfaces:
ValueHandler

public interface ValueHandlerMultiFormat
extends ValueHandler


Method Summary
 byte getMaximumStreamFormatVersion()
           
 void writeValue(OutputStream os, Serializable val, byte streamVer)
           
 
Methods inherited from interface javax.rmi.CORBA.ValueHandler
getRMIRepositoryID, getRunTimeCodeBase, isCustomMarshaled, readValue, writeReplace, writeValue
 

Method Detail

getMaximumStreamFormatVersion

byte getMaximumStreamFormatVersion()

writeValue

void writeValue(OutputStream os,
                Serializable val,
                byte streamVer)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.