All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.psyc.packages.Echo

java.lang.Object
   |
   +----lava.net.psyc.packages.Skeleton
           |
           +----lava.net.psyc.packages.Echo

public class Echo
extends Skeleton

Variable Index

 o noticeEchoTag
 o PackageName
 o requestEchoTag

Constructor Index

 o Echo()
 o Echo(EchoListener)

Method Index

 o ping(UNL)
 o ping(UNL, String)
 o pong(UNL)
 o pong(UNL, String)
 o received(UNL, String, String)
 o understands()

Variables

 o PackageName
 public static final String PackageName
 o requestEchoTag
 public static final String requestEchoTag
 o noticeEchoTag
 public static final String noticeEchoTag

Constructors

 o Echo
 public Echo()
 o Echo
 public Echo(EchoListener listener)

Methods

 o understands
 public boolean understands()
Overrides:
understands in class Skeleton
 o received
 public void received(UNL source,
                      String method,
                      String body)
Overrides:
received in class Skeleton
 o ping
 public void ping(UNL target,
                  String body) throws PSYCDeliveryException
 o ping
 public void ping(UNL target) throws PSYCDeliveryException
 o pong
 public void pong(UNL target,
                  String body) throws PSYCDeliveryException
 o pong
 public void pong(UNL target) throws PSYCDeliveryException

All Packages  Class Hierarchy  This Package  Previous  Next  Index