Uses of Interface
org.omg.SendingContext.RunTimeOperations
-
Packages that use RunTimeOperations Package Description com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.io com.sun.org.omg.SendingContext org.omg.SendingContext -
-
Uses of RunTimeOperations in com.sun.corba.ee.impl.encoding
Classes in com.sun.corba.ee.impl.encoding that implement RunTimeOperations 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 RunTimeOperations in com.sun.corba.ee.impl.io
Classes in com.sun.corba.ee.impl.io that implement RunTimeOperations 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. -
Uses of RunTimeOperations in com.sun.org.omg.SendingContext
Subinterfaces of RunTimeOperations 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 PDTinterface
CodeBaseOperations
com/sun/org/omg/SendingContext/CodeBaseOperations.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 RunTimeOperations 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 RunTimeOperations in org.omg.SendingContext
Subinterfaces of RunTimeOperations in org.omg.SendingContext Modifier and Type Interface Description interface
CodeBase
org/omg/SendingContext/CodeBase.java .interface
CodeBaseOperations
org/omg/SendingContext/CodeBaseOperations.java .interface
RunTime
org/omg/SendingContext/RunTime.java .Classes in org.omg.SendingContext that implement RunTimeOperations Modifier and Type Class Description class
_CodeBaseStub
org/omg/SendingContext/_CodeBaseStub.java .class
_RunTimeStub
org/omg/SendingContext/_RunTimeStub.java .class
CodeBasePOA
org/omg/SendingContext/CodeBasePOA.java .class
CodeBasePOATie
org/omg/SendingContext/CodeBasePOATie.java .class
RunTimePOA
org/omg/SendingContext/RunTimePOA.java .class
RunTimePOATie
org/omg/SendingContext/RunTimePOATie.java .Fields in org.omg.SendingContext declared as RunTimeOperations Modifier and Type Field Description private RunTimeOperations
RunTimePOATie. _impl
Methods in org.omg.SendingContext that return RunTimeOperations Modifier and Type Method Description RunTimeOperations
RunTimePOATie. _delegate()
Methods in org.omg.SendingContext with parameters of type RunTimeOperations Modifier and Type Method Description void
RunTimePOATie. _delegate(RunTimeOperations delegate)
Constructors in org.omg.SendingContext with parameters of type RunTimeOperations Constructor Description RunTimePOATie(RunTimeOperations delegate)
RunTimePOATie(RunTimeOperations delegate, POA poa)
-