org.apache.catalina.cluster
クラス MulticastSender

java.lang.Object
  |
  +--org.apache.catalina.cluster.ClusterSessionBase
        |
        +--org.apache.catalina.cluster.MulticastSender
すべての実装インタフェース:
ClusterSender

public class MulticastSender
extends ClusterSessionBase
implements ClusterSender

This class is responsible for sending outgoing multicast packets to a Cluster.

バージョン:
$Revision: 1.4 $, $Date: 2001/07/22 20:25:06 $
作成者:
Bip Thelin

クラス 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
 

メソッドの詳細

getName

public java.lang.String getName()
Return a String containing the name of this implementation, used for logging
オーバーライド:
クラス ClusterSessionBase 内の getName
戻り値:
The name of the implementation

send

public void send(java.lang.Object o)
Send an object using a multicastSocket
定義:
インタフェース ClusterSender 内の send
パラメータ:
o - The object to be sent.

send

public void send(byte[] b)
Send multicast data
定義:
インタフェース ClusterSender 内の send
パラメータ:
b - data to be sent


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.