|
|||||||||
| 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 |
| Methods inherited from interface org.apache.catalina.cluster.ClusterSender |
getDebug, getLogger, getSenderId, log, setDebug, setLogger, setSenderId |
| Method Detail |
public java.lang.String getName()
String containing the name of this
implementation, used for logginggetName in class ClusterSessionBasepublic void send(java.lang.Object o)
send in interface ClusterSendero - The object to be sent.public void send(byte[] b)
send in interface ClusterSenderb - data to be sent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||