Uses of Class
quamj.qps.plugins.oci_diffiop.Binding

Packages that use Binding
quamj.qps.plugins.oci_diffiop   
 

Uses of Binding in quamj.qps.plugins.oci_diffiop
 

Methods in quamj.qps.plugins.oci_diffiop that return Binding
 Binding BindingDictionary.lookupClient(java.lang.String bindingId)
           
 Binding BindingDictionary.lookupServer(java.lang.String bindingId)
           
static Binding Binding.create_for_client(org.omg.CORBA.ORB orb, ConFactory_impl conFactory, org.omg.CORBA.Object obj)
          A Factory Method used from the client in way to setup a new bilateral RSVP aware connection between this corba client and its server.
static Binding Binding.create_for_server(org.omg.CORBA.ORB orb, Transport_impl transport)
          The Acceptor::accept() uses this factory method (create_for_server) to create a new Binding that is assosiated with the new connection.
 

Methods in quamj.qps.plugins.oci_diffiop with parameters of type Binding
 void BindingDictionary.insertClient(java.lang.String bindingId, Binding binding)
           
 void BindingDictionary.insertServer(java.lang.String bindingId, Binding binding)