All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.psyc.packages.Biff

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

public class Biff
extends Skeleton

Variable Index

 o dateTag
 o fromTag
 o gotTag
 o location
 o locationTag
 o PackageName
 o resetTag
 o subjectTag
 o toTag

Constructor Index

 o Biff(BiffListener)

Method Index

 o clear(UNL)
 o clear(UNL, String)
 o inform(UNL, String, String, String, String, String)
 o inform(UNL, String, String, String, String, String, String)
 o received(UNL, String, String)
 o understands()

Variables

 o PackageName
 public static final String PackageName
 o locationTag
 public static final String locationTag
 o fromTag
 public static final String fromTag
 o toTag
 public static final String toTag
 o dateTag
 public static final String dateTag
 o subjectTag
 public static final String subjectTag
 o gotTag
 public static final String gotTag
 o resetTag
 public static final String resetTag
 o location
 public String location

Constructors

 o Biff
 public Biff(BiffListener 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 inform
 public void inform(UNL target,
                    String location,
                    String from,
                    String to,
                    String date,
                    String subject,
                    String body) throws PSYCDeliveryException
 o inform
 public void inform(UNL target,
                    String from,
                    String to,
                    String date,
                    String subject,
                    String body) throws PSYCDeliveryException
 o clear
 public void clear(UNL target,
                   String body) throws PSYCDeliveryException
 o clear
 public void clear(UNL target) throws PSYCDeliveryException

All Packages  Class Hierarchy  This Package  Previous  Next  Index