Uses of Interface
org.objectweb.david.apis.binding.simpleoa.SimpleAdapter

Packages that use SimpleAdapter
org.objectweb.david.apis.binding.simpleoa Provides an interface for simple object adapters. 
org.objectweb.david.libs.binding.moa Provides a simple adapter implementation, as a table of objects. 
org.objectweb.david.libs.binding.soa Provides a simple adapter implementation, as a table of objects. 
 

Uses of SimpleAdapter in org.objectweb.david.apis.binding.simpleoa
 

Classes in org.objectweb.david.apis.binding.simpleoa that implement SimpleAdapter
 class _SimpleAdapterImplBase
          org.objectweb.david.apis.binding.simpleoa.SimpleAdapter Server Stub generated by the Idl2Java Compiler 3.1 of Jonathan
 class _SimpleAdapterStub
          org.objectweb.david.apis.binding.simpleoa.SimpleAdapter Client Stub generated by the Idl2Java Compiler 3.1 of Jonathan
 

Fields in org.objectweb.david.apis.binding.simpleoa declared as SimpleAdapter
 SimpleAdapter SimpleAdapterHolder.value
           
 

Methods in org.objectweb.david.apis.binding.simpleoa that return SimpleAdapter
static SimpleAdapter SimpleAdapterHelper.extract(org.omg.CORBA.Any a)
           
static SimpleAdapter SimpleAdapterHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static SimpleAdapter SimpleAdapterHelper.narrow(org.omg.CORBA.Object obj)
           
 

Methods in org.objectweb.david.apis.binding.simpleoa with parameters of type SimpleAdapter
static void SimpleAdapterHelper.insert(org.omg.CORBA.Any a, SimpleAdapter t)
           
static void SimpleAdapterHelper.write(org.omg.CORBA.portable.OutputStream ostream, SimpleAdapter value)
           
 

Constructors in org.objectweb.david.apis.binding.simpleoa with parameters of type SimpleAdapter
SimpleAdapterHolder(SimpleAdapter val)
           
 

Uses of SimpleAdapter in org.objectweb.david.libs.binding.moa
 

Classes in org.objectweb.david.libs.binding.moa that implement SimpleAdapter
 class MOAImpl
          Encapsulates a MinimalAdapter instance under a CORBA compliant interface, by implementing SimpleAdapter.
 

Uses of SimpleAdapter in org.objectweb.david.libs.binding.soa
 

Classes in org.objectweb.david.libs.binding.soa that implement SimpleAdapter
 class SOAImpl
          Encapsulates a SingleOAdapter instance under a CORBA compliant interface, by implementing SimpleAdapter.