Uses of Interface
org.omg.SendingContext.RunTime
Packages that use RunTime
Package
Description
-
Uses of RunTime in com.sun.corba.se.impl.encoding
Classes in com.sun.corba.se.impl.encoding that implement RunTimeModifier and TypeClassDescriptionclassProvides the reading side with a per connection cache of info obtained via calls to the remote CodeBase. -
Uses of RunTime in com.sun.corba.se.impl.io
Classes in com.sun.corba.se.impl.io that implement RunTimeModifier and TypeClassDescriptionclassThis class acts as the remote interface to receivers wishing to retrieve the information of a remote Class.Methods in com.sun.corba.se.impl.io that return RunTimeModifier and TypeMethodDescriptionValueHandlerImpl.getRunTimeCodeBase()Returns the CodeBase for this ValueHandler.Methods in com.sun.corba.se.impl.io with parameters of type RunTimeModifier and TypeMethodDescriptionValueHandlerImpl.readValue(InputStream in, int offset, Class clazz, String repositoryID, RunTime rt) 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.SendingContextModifier and TypeInterfaceDescriptioninterfacecom/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 RunTimeModifier and TypeClassDescriptionclasscom/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 PDTclasscom/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 RunTimeModifier and TypeMethodDescriptionValueHandler.getRunTimeCodeBase()Returns the CodeBase for this ValueHandler.Methods in javax.rmi.CORBA with parameters of type RunTimeModifier and TypeMethodDescriptionValueHandler.readValue(InputStream in, int offset, Class<?> clz, String repositoryID, RunTime sender) Reads a value from the stream using Java semantics.