|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.catalina.cluster.ClusterSessionBase
|
+--org.apache.catalina.cluster.MulticastSender
This class is responsible for sending outgoing multicast packets to a Cluster.
| Fields inherited from class org.apache.catalina.cluster.ClusterSessionBase |
sm |
| Method Summary | |
java.lang.String |
getName()
Return a String containing the name of this
implementation, used for logging |
void |
send(byte[] b)
Send multicast data |
void |
send(java.lang.Object o)
Send an object using a multicastSocket |
| Methods inherited from class org.apache.catalina.cluster.ClusterSessionBase |
getDebug,
getLogger,
getSenderId,
log,
setDebug,
setLogger,
setSenderId |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public java.lang.String getName()
String containing the name of this
implementation, used for loggingpublic void send(java.lang.Object o)
o - The object to be sent.public void send(byte[] b)
b - data to be sent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||