Uses of Class
org.apache.yoko.orb.IMR.OADInfo

Packages that use OADInfo
org.apache.yoko.orb.IMR   
 

Uses of OADInfo in org.apache.yoko.orb.IMR
 

Fields in org.apache.yoko.orb.IMR declared as OADInfo
 OADInfo[] OADInfoSeqHolder.value
           
 OADInfo OADInfoHolder.value
           
 

Methods in org.apache.yoko.orb.IMR that return OADInfo
static OADInfo OADInfoHelper.extract(Any any)
           
static OADInfo[] OADInfoSeqHelper.extract(Any any)
           
 OADInfo ServerDomainOperations.get_oad_record(String host)
          Retrieve an OAD record.
 OADInfo _ServerDomainStub.get_oad_record(String _ob_a0)
           
 OADInfo[] ServerDomainOperations.list_oads()
          List the Object Activation Daemons.
 OADInfo[] _ServerDomainStub.list_oads()
           
static OADInfo OADInfoHelper.read(InputStream in)
           
static OADInfo[] OADInfoSeqHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.IMR with parameters of type OADInfo
static void OADInfoHelper.insert(Any any, OADInfo val)
           
static void OADInfoSeqHelper.insert(Any any, OADInfo[] val)
           
static void OADInfoHelper.write(OutputStream out, OADInfo val)
           
static void OADInfoSeqHelper.write(OutputStream out, OADInfo[] val)
           
 

Constructors in org.apache.yoko.orb.IMR with parameters of type OADInfo
OADInfoHolder(OADInfo initial)
           
OADInfoSeqHolder(OADInfo[] initial)
           
 



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