|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.
クラス org.apache.catalina.cluster.ClusterSessionBase から継承したフィールド |
sm |
メソッドの概要 | |
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 |
クラス org.apache.catalina.cluster.ClusterSessionBase から継承したメソッド |
getDebug, getLogger, getSenderId, log, setDebug, setLogger, setSenderId |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.apache.catalina.cluster.ClusterSender から継承したメソッド |
getDebug, getLogger, getSenderId, log, setDebug, setLogger, setSenderId |
メソッドの詳細 |
public java.lang.String getName()
String
containing the name of this
implementation, used for loggingClusterSessionBase
内の getName
public void send(java.lang.Object o)
ClusterSender
内の send
o
- The object to be sent.public void send(byte[] b)
ClusterSender
内の send
b
- data to be sent
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |