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

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

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

Fields in org.apache.yoko.orb.IMR declared as POAInfo
 POAInfo POAInfoHolder.value
           
 POAInfo[] POAInfoSeqHolder.value
           
 

Methods in org.apache.yoko.orb.IMR that return POAInfo
static POAInfo[] POAInfoSeqHelper.extract(Any any)
           
static POAInfo POAInfoHelper.extract(Any any)
           
 POAInfo ServerOperations.get_poa_info(String[] poa)
          Retrieve POA info record.
 POAInfo _ServerStub.get_poa_info(String[] _ob_a0)
           
 POAInfo[] ServerOperations.list_poas()
          List the poas.
 POAInfo[] _ServerStub.list_poas()
           
static POAInfo[] POAInfoSeqHelper.read(InputStream in)
           
static POAInfo POAInfoHelper.read(InputStream in)
           
 

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

Constructors in org.apache.yoko.orb.IMR with parameters of type POAInfo
POAInfoHolder(POAInfo initial)
           
POAInfoSeqHolder(POAInfo[] initial)
           
 



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