JavaGroups
Class EnsChannelFactory
java.lang.Object
|
+--JavaGroups.EnsChannelFactory
- public class EnsChannelFactory
- extends java.lang.Object
- implements ChannelFactory
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EnsChannelFactory
public EnsChannelFactory()
EnsChannelFactory
public EnsChannelFactory(java.lang.String transport_properties,
int outboard_port)
SetTransport
public void SetTransport(java.lang.String props)
SetOutboardPort
public void SetOutboardPort(int port)
CreateChannel
public Channel CreateChannel(java.lang.Object properties)
throws ChannelException
- Description copied from interface: ChannelFactory
- Creates an instance implementing the
Channel interface.
- Specified by:
- CreateChannel in interface ChannelFactory
- Tags copied from interface: ChannelFactory
- Parameters:
properties - The specification of the protocol stack (underneath the channel).
A null value means use the default properties.- Throws:
- ChannelException - Thrown when the creation of the channel failed, e.g.
the
properties specified were incompatible (e.g. a missing
UDP layer etc.)