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

Packages that use SimpleAdapterOperations
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 SimpleAdapterOperations in org.objectweb.david.apis.binding.simpleoa
 

Subinterfaces of SimpleAdapterOperations in org.objectweb.david.apis.binding.simpleoa
 interface SimpleAdapter
          Operations provided by generic object adapters.
 

Classes in org.objectweb.david.apis.binding.simpleoa that implement SimpleAdapterOperations
 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
 

Constructors in org.objectweb.david.apis.binding.simpleoa with parameters of type SimpleAdapterOperations
_SimpleAdapterImplBase(SimpleAdapterOperations continuation)
           
 

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

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

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

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