Uses of Class
org.objectweb.jonathan.libs.binding.echannel.EBinder.EId

Packages that use EBinder.EId
org.objectweb.david.libs.binding.orbs.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jeremie.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jonathan.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
 

Uses of EBinder.EId in org.objectweb.david.libs.binding.orbs.echannel
 

Methods in org.objectweb.david.libs.binding.orbs.echannel with parameters of type EBinder.EId
 void EventChannelFactory.bindConsumer(EBinder.EId id, java.lang.Object consumer, java.lang.Object channel_proxy)
           
 

Uses of EBinder.EId in org.objectweb.jeremie.libs.binding.echannel
 

Methods in org.objectweb.jeremie.libs.binding.echannel with parameters of type EBinder.EId
 void EventChannelFactory.bindConsumer(java.lang.Object consumer, EBinder.EId id)
          Binds a consumer object to the event channel represented by the given identifier.
 

Uses of EBinder.EId in org.objectweb.jonathan.libs.binding.echannel
 

Methods in org.objectweb.jonathan.libs.binding.echannel that return EBinder.EId
 EBinder.EId EBinder.newId(java.lang.String address, int port, java.lang.String type)
          Builds a new identifier representing an event channel of a given type and relying on a givent multicast address and port
 

Methods in org.objectweb.jonathan.libs.binding.echannel with parameters of type EBinder.EId
 void EBinder.bindConsumer(Session_Low consumer, EBinder.EId channel)
          Binds a new consumer to an event channel