Uses of Class
org.omg.PortableServer.POAPackage.NoServant

Packages that use NoServant
org.jacorb.poa   
org.omg.PortableServer   
org.omg.PortableServer.POAPackage   
 

Uses of NoServant in org.jacorb.poa
 

Methods in org.jacorb.poa that throw NoServant
 Servant POA.get_servant()
           
 

Uses of NoServant in org.omg.PortableServer
 

Methods in org.omg.PortableServer that throw NoServant
 Servant POALocalTie.get_servant()
           
 Servant POAOperations.get_servant()
           
 

Uses of NoServant in org.omg.PortableServer.POAPackage
 

Fields in org.omg.PortableServer.POAPackage declared as NoServant
 NoServant NoServantHolder.value
           
 

Methods in org.omg.PortableServer.POAPackage that return NoServant
static NoServant NoServantHelper.extract(Any any)
           
static NoServant NoServantHelper.read(InputStream in)
           
 

Methods in org.omg.PortableServer.POAPackage with parameters of type NoServant
static void NoServantHelper.insert(Any any, NoServant s)
           
static void NoServantHelper.write(OutputStream out, NoServant s)
           
 

Constructors in org.omg.PortableServer.POAPackage with parameters of type NoServant
NoServantHolder(NoServant initial)