| 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. |