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

Packages that use AdapterInactive
org.omg.PortableServer.POAPackage   
 

Uses of AdapterInactive in org.omg.PortableServer.POAPackage
 

Fields in org.omg.PortableServer.POAPackage declared as AdapterInactive
 AdapterInactive AdapterInactiveHolder.value
           
 

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

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

Constructors in org.omg.PortableServer.POAPackage with parameters of type AdapterInactive
AdapterInactiveHolder(AdapterInactive initial)