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

Packages that use EBinder
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 in org.objectweb.jonathan.libs.binding.echannel
 

Constructors in org.objectweb.jonathan.libs.binding.echannel with parameters of type EBinder
EBinder.EId(String address, int port, String type)
          Builds a new EId representing an event channel of a given type relying on a given multicast address and port
EBinder.EId(byte[] encoded, int offset, int length)
          Builds a new EId representing an event channel by decoding the information supplied in a byte array
EBinder.EId(UnMarshaller unmarshaller)
          Builds a new EId representing an event channel by decoding the information supplied in an unmarshaller.