Uses of Interface
org.omg.SendingContext.RunTime

Packages that use RunTime
javax.rmi.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.rmi.impl   
org.omg.SendingContext   
 

Uses of RunTime in javax.rmi.CORBA
 

Methods in javax.rmi.CORBA that return RunTime
 RunTime ValueHandler.getRunTimeCodeBase()
           
 

Methods in javax.rmi.CORBA with parameters of type RunTime
 Serializable ValueHandler.readValue(InputStream is, int off, Class clz, String repID, RunTime sender)
           
 

Uses of RunTime in org.apache.yoko.orb.OB
 

Classes in org.apache.yoko.orb.OB that implement RunTime
 class CodeBaseProxy
           
 

Uses of RunTime in org.apache.yoko.rmi.impl
 

Methods in org.apache.yoko.rmi.impl that return RunTime
 RunTime ValueHandlerImpl.getRunTimeCodeBase()
           
 

Methods in org.apache.yoko.rmi.impl with parameters of type RunTime
 ValueDescriptor TypeRepository.getDescriptor(Class clz, String repid, RunTime runtime)
           
 Serializable ValueHandlerImpl.readValue(InputStream in, int offset, Class clz, String repid, RunTime codebase)
           
 Serializable ValueHandlerImpl.readValue0(InputStream in, int offset, Class clz, String repid, RunTime codebase)
           
 

Uses of RunTime in org.omg.SendingContext
 

Subinterfaces of RunTime in org.omg.SendingContext
 interface CodeBase
           
 

Classes in org.omg.SendingContext that implement RunTime
 class _CodeBaseStub
          Generated by the JacORB IDL compiler.
 class _RunTimeStub
           
 

Fields in org.omg.SendingContext declared as RunTime
 RunTime RunTimeHolder.value
           
 

Methods in org.omg.SendingContext that return RunTime
 RunTime RunTimePOATie._this()
           
 RunTime RunTimePOA._this()
           
 RunTime RunTimePOATie._this(ORB orb)
           
 RunTime RunTimePOA._this(ORB orb)
           
static RunTime RunTimeHelper.extract(Any any)
           
static RunTime RunTimeHelper.narrow(Object obj)
           
static RunTime RunTimeHelper.read(InputStream in)
           
 

Methods in org.omg.SendingContext with parameters of type RunTime
static void RunTimeHelper.insert(Any any, RunTime s)
           
static void RunTimeHelper.write(OutputStream _out, RunTime s)
           
 

Constructors in org.omg.SendingContext with parameters of type RunTime
RunTimeHolder(RunTime initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.