All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.psyc.packages.NotificationServer

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

public class NotificationServer
extends Skeleton

Variable Index

 o PackageName

Constructor Index

 o NotificationServer()
 o NotificationServer(NotificationServerListener)

Method Index

 o addSubscribed(UNL)
 o getSubscribed()
 o isSubscribed(UNL)
 o received(UNL, String, String)
 o refuse(UNL)
 o refuse(UNL, String)
 o removeSubscribed(UNL)
 o reset(UNL)
 o signoff()
 o signoff(String)
 o signoff(UNL)
 o signoff(UNL, String)
 o signon()
 o signon(String)
 o signon(UNL)
 o signon(UNL, String)
 o subscribe(UNL)
 o subscribe(UNL, String)
 o understands()
 o unsubscribe(UNL)
 o unsubscribe(UNL, String)
 o wantsErrors()

Variables

 o PackageName
 public static final String PackageName

Constructors

 o NotificationServer
 public NotificationServer()
 o NotificationServer
 public NotificationServer(NotificationServerListener listener)

Methods

 o understands
 public boolean understands()
Overrides:
understands in class Skeleton
 o wantsErrors
 public boolean wantsErrors()
Overrides:
wantsErrors in class Skeleton
 o received
 public void received(UNL source,
                      String method,
                      String body)
Overrides:
received in class Skeleton
 o reset
 public void reset(UNL source)
Overrides:
reset in class Skeleton
 o addSubscribed
 public void addSubscribed(UNL source)
 o removeSubscribed
 public void removeSubscribed(UNL source)
 o isSubscribed
 public boolean isSubscribed(UNL source)
 o getSubscribed
 public Enumeration getSubscribed()
 o subscribe
 public void subscribe(UNL target,
                       String body) throws PSYCDeliveryException
 o subscribe
 public void subscribe(UNL target) throws PSYCDeliveryException
 o refuse
 public void refuse(UNL target,
                    String body) throws PSYCDeliveryException
 o refuse
 public void refuse(UNL target) throws PSYCDeliveryException
 o unsubscribe
 public void unsubscribe(UNL target,
                         String body) throws PSYCDeliveryException
 o unsubscribe
 public void unsubscribe(UNL target) throws PSYCDeliveryException
 o signon
 public void signon(UNL target,
                    String body) throws PSYCDeliveryException
 o signon
 public void signon(UNL target) throws PSYCDeliveryException
 o signon
 public void signon(String body)
 o signon
 public void signon()
 o signoff
 public void signoff(UNL target,
                     String body) throws PSYCDeliveryException
 o signoff
 public void signoff(UNL target) throws PSYCDeliveryException
 o signoff
 public void signoff(String body)
 o signoff
 public void signoff()

All Packages  Class Hierarchy  This Package  Previous  Next  Index