Uses of Interface org.omg.SendingContext.RunTime

Uses in package gnu.CORBA.CDR

Classes implementing org.omg.SendingContext.RunTime

class
Our implementation of the sending context runtime.

Uses in package gnu.javax.rmi.CORBA

Methods with parameter type org.omg.SendingContext.RunTime

Serializable
RmiUtilities.readValue(InputStream in, int offset, Class<T> clz, String repositoryID, RunTime sender)
Read value from the input stream in the case when the value is not Streamable or CustomMarshalled.

Methods with return type org.omg.SendingContext.RunTime

RunTime
This implementation associates RunTime with stream rather than with the value handler and this method is not used in the implementation.

Uses in package javax.rmi.CORBA

Methods with parameter type org.omg.SendingContext.RunTime

Serializable
ValueHandler.readValue(InputStream in, int offset, Class<T> clz, String repositoryID, RunTime sender)
Read value from the CORBA input stream in the case when the value is not Streamable or CustomMarshall'ed.

Methods with return type org.omg.SendingContext.RunTime

RunTime
Returns the CodeBase for this ValueHandler.