|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding | |
quamj.qps.plugins.oci_qiop | Provides ... |
quamj.qps.plugins.oci_qiop.rsvp.listener | Provides ... |
Uses of Binding in quamj.qps.plugins.oci_qiop |
Methods in quamj.qps.plugins.oci_qiop 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_qiop with parameters of type Binding | |
void |
BindingDictionary.insertClient(java.lang.String bindingId,
Binding binding)
|
void |
BindingDictionary.insertServer(java.lang.String bindingId,
Binding binding)
|
Constructors in quamj.qps.plugins.oci_qiop with parameters of type Binding | |
SenderStateMachine(Binding binding,
java.lang.String sender_addr,
int sender_port,
UpcallListener upcallListener,
SessionFactory sessionFactory)
|
|
ReceiverStateMachine(Binding binding,
java.lang.String receiver_addr,
int receiver_port,
UpcallListener upcallListener,
SessionFactory sessionFactory)
|
Uses of Binding in quamj.qps.plugins.oci_qiop.rsvp.listener |
Constructors in quamj.qps.plugins.oci_qiop.rsvp.listener with parameters of type Binding | |
UpcallListener_impl(org.omg.PortableServer.POA poa,
Binding binding)
|
|
UpcallListenerThread(org.omg.CORBA.ORB orb,
Binding binding,
int listenerType)
Creates new UpcallListenerThread |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |