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 classCachedCodeBaseProvides 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 classFVDCodeBaseImplThis 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 RunTimeValueHandlerImpl. 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.SerializableValueHandlerImpl. 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 interfaceCodeBasecom/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_CodeBaseImplBasecom/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_CodeBaseStubcom/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 RunTimeValueHandler. getRunTimeCodeBase()Returns the CodeBase for this ValueHandler.Methods in javax.rmi.CORBA with parameters of type RunTime Modifier and Type Method Description java.io.SerializableValueHandler. 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 interfaceCodeBaseorg/omg/SendingContext/CodeBase.java .Classes in org.omg.SendingContext that implement RunTime Modifier and Type Class Description class_CodeBaseStuborg/omg/SendingContext/_CodeBaseStub.java .class_RunTimeStuborg/omg/SendingContext/_RunTimeStub.java .Fields in org.omg.SendingContext declared as RunTime Modifier and Type Field Description RunTimeRunTimeHolder. valueMethods in org.omg.SendingContext that return RunTime Modifier and Type Method Description RunTimeRunTimePOA. _this()RunTimeRunTimePOA. _this(ORB orb)static RunTimeRunTimeHelper. extract(Any a)static RunTimeRunTimeHelper. narrow(Object obj)static RunTimeRunTimeHelper. read(InputStream istream)static RunTimeRunTimeHelper. unchecked_narrow(Object obj)Methods in org.omg.SendingContext with parameters of type RunTime Modifier and Type Method Description static voidRunTimeHelper. insert(Any a, RunTime that)static voidRunTimeHelper. write(OutputStream ostream, RunTime value)Constructors in org.omg.SendingContext with parameters of type RunTime Constructor Description RunTimeHolder(RunTime initialValue)
-