|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.AbstractConnector
org.mule.transport.udp.UdpConnector
org.mule.transport.multicast.MulticastConnector
public class MulticastConnector
MulticastConnector
can dispatch mule events using ip multicasting
Field Summary | |
---|---|
static java.lang.String |
MULTICAST
|
Fields inherited from class org.mule.transport.udp.UdpConnector |
---|
ADDRESS_PROPERTY, broadcast, DEFAULT_BUFFER_SIZE, DEFAULT_SOCKET_TIMEOUT, dispatcherSocketsPool, KEEP_SEND_SOCKET_OPEN_PROPERTY, keepSendSocketOpen, PORT_PROPERTY, receiveBufferSize, receiveTimeout, sendBufferSize, sendTimeout, socketFactory, UDP |
Fields inherited from interface org.mule.api.transport.Connector |
---|
INT_VALUE_NOT_SET |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
MulticastConnector(MuleContext context)
|
Method Summary | |
---|---|
protected void |
doInitialise()
|
java.lang.String |
getProtocol()
|
protected java.lang.Object |
getReceiverKey(FlowConstruct flowConstruct,
InboundEndpoint endpoint)
The method determines the key used to store the receiver against. |
int |
getTimeToLive()
|
boolean |
isLoopback()
|
void |
setLoopback(boolean loopback)
|
void |
setTimeToLive(int timeToLive)
|
Methods inherited from class org.mule.transport.udp.UdpConnector |
---|
doConnect, doDisconnect, doDispose, doStart, doStop, getReceiveBufferSize, getReceiveTimeout, getSendBufferSize, getSendTimeout, isBroadcast, isKeepSendSocketOpen, setBroadcast, setKeepSendSocketOpen, setReceiveBufferSize, setReceiveTimeout, setSendBufferSize, setSendTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MULTICAST
Constructor Detail |
---|
public MulticastConnector(MuleContext context)
Method Detail |
---|
public java.lang.String getProtocol()
getProtocol
in interface Connector
getProtocol
in class UdpConnector
protected void doInitialise() throws InitialisationException
doInitialise
in class UdpConnector
InitialisationException
public boolean isLoopback()
public void setLoopback(boolean loopback)
public int getTimeToLive()
public void setTimeToLive(int timeToLive)
protected java.lang.Object getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
AbstractConnector
getReceiverKey
in class UdpConnector
flowConstruct
- the service for which the endpoint is being registeredendpoint
- the endpoint being registered for the service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |