TsBiff 1.3


Uses of Interface
ts.biff.SafeTerminate

Packages that use SafeTerminate
ts.biff   
ts.mail   
 

Uses of SafeTerminate in ts.biff
 

Methods in ts.biff with parameters of type SafeTerminate
static void TerminateController.add(SafeTerminate s)
          Add an object to be controlled
static void TerminateController.remove(SafeTerminate s)
          Remove an object from the controller
 

Uses of SafeTerminate in ts.mail
 

Subinterfaces of SafeTerminate in ts.mail
 interface FetchAgent
          This interface represent an abstract Mail Fetch Agent.
 interface TransportAgent
          This interface represent an abstract Mail Transport Agent.
 

Classes in ts.mail that implement SafeTerminate
 class MboxAgent
          This Class is a FetchAgent but does not use a mailserver for fetching mail, instead it fetches mail by reading and parsing a standard Unix mailbox file (mbox).
 class Pop3Agent
          This Class is a FetchAgent that connects to a POP3 server to fetch mail.
 class SmtpAgent
          This class extends the abstract Mailserver and implements the TransportAgent interface.
 


TsBiff 1.3