Uses of Interface
org.omg.SendingContext.RunTime
-
Packages that use RunTime Package Description com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.io com.sun.org.omg.SendingContext javax.rmi.CORBA Contains portability APIs for RMI-IIOP.org.omg.SendingContext -
-
Uses of RunTime in com.sun.corba.ee.impl.encoding
Classes in com.sun.corba.ee.impl.encoding that implement RunTime Modifier and Type Class Description class
CachedCodeBase
Provides the reading side with a per connection cache of info obtained via calls to the remote CodeBase. -
Uses of RunTime in com.sun.corba.ee.impl.io
Classes in com.sun.corba.ee.impl.io that implement RunTime Modifier and Type Class Description class
FVDCodeBaseImpl
This class acts as the remote interface to receivers wishing to retrieve the information of a remote Class.Methods in com.sun.corba.ee.impl.io that return RunTime Modifier and Type Method Description RunTime
ValueHandlerImpl. getRunTimeCodeBase()
Returns the CodeBase for this ValueHandler.Methods in com.sun.corba.ee.impl.io with parameters of type RunTime Modifier and Type Method Description java.io.Serializable
ValueHandlerImpl. readValue(InputStream _in, int offset, java.lang.Class clazz, java.lang.String repositoryID, RunTime _sender)
Reads a value from the stream using java semantics. -
Uses of RunTime in com.sun.org.omg.SendingContext
Subinterfaces of RunTime in com.sun.org.omg.SendingContext Modifier and Type Interface Description interface
CodeBase
com/sun/org/omg/SendingContext/CodeBase.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDTClasses in com.sun.org.omg.SendingContext that implement RunTime Modifier and Type Class Description class
_CodeBaseImplBase
com/sun/org/omg/SendingContext/_CodeBaseImplBase.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDTclass
_CodeBaseStub
com/sun/org/omg/SendingContext/_CodeBaseStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDT -
Uses of RunTime in javax.rmi.CORBA
Methods in javax.rmi.CORBA that return RunTime Modifier and Type Method Description RunTime
ValueHandler. getRunTimeCodeBase()
Returns the CodeBase for this ValueHandler.Methods in javax.rmi.CORBA with parameters of type RunTime Modifier and Type Method Description java.io.Serializable
ValueHandler. readValue(InputStream in, int offset, java.lang.Class clz, java.lang.String repositoryID, RunTime sender)
Reads a value from the stream using Java semantics. -
Uses of RunTime in org.omg.SendingContext
Subinterfaces of RunTime in org.omg.SendingContext Modifier and Type Interface Description interface
CodeBase
org/omg/SendingContext/CodeBase.java .Classes in org.omg.SendingContext that implement RunTime Modifier and Type Class Description class
_CodeBaseStub
org/omg/SendingContext/_CodeBaseStub.java .class
_RunTimeStub
org/omg/SendingContext/_RunTimeStub.java .Fields in org.omg.SendingContext declared as RunTime Modifier and Type Field Description RunTime
RunTimeHolder. value
Methods in org.omg.SendingContext that return RunTime Modifier and Type Method Description RunTime
RunTimePOA. _this()
RunTime
RunTimePOA. _this(ORB orb)
static RunTime
RunTimeHelper. extract(Any a)
static RunTime
RunTimeHelper. narrow(Object obj)
static RunTime
RunTimeHelper. read(InputStream istream)
static RunTime
RunTimeHelper. unchecked_narrow(Object obj)
Methods in org.omg.SendingContext with parameters of type RunTime Modifier and Type Method Description static void
RunTimeHelper. insert(Any a, RunTime that)
static void
RunTimeHelper. write(OutputStream ostream, RunTime value)
Constructors in org.omg.SendingContext with parameters of type RunTime Constructor Description RunTimeHolder(RunTime initialValue)
-