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
-
PackageName
-
-
NotificationServer()
-
-
NotificationServer(NotificationServerListener)
-
-
addSubscribed(UNL)
-
-
getSubscribed()
-
-
isSubscribed(UNL)
-
-
received(UNL, String, String)
-
-
refuse(UNL)
-
-
refuse(UNL, String)
-
-
removeSubscribed(UNL)
-
-
reset(UNL)
-
-
signoff()
-
-
signoff(String)
-
-
signoff(UNL)
-
-
signoff(UNL, String)
-
-
signon()
-
-
signon(String)
-
-
signon(UNL)
-
-
signon(UNL, String)
-
-
subscribe(UNL)
-
-
subscribe(UNL, String)
-
-
understands()
-
-
unsubscribe(UNL)
-
-
unsubscribe(UNL, String)
-
-
wantsErrors()
-
PackageName
public static final String PackageName
NotificationServer
public NotificationServer()
NotificationServer
public NotificationServer(NotificationServerListener listener)
understands
public boolean understands()
- Overrides:
- understands in class Skeleton
wantsErrors
public boolean wantsErrors()
- Overrides:
- wantsErrors in class Skeleton
received
public void received(UNL source,
String method,
String body)
- Overrides:
- received in class Skeleton
reset
public void reset(UNL source)
- Overrides:
- reset in class Skeleton
addSubscribed
public void addSubscribed(UNL source)
removeSubscribed
public void removeSubscribed(UNL source)
isSubscribed
public boolean isSubscribed(UNL source)
getSubscribed
public Enumeration getSubscribed()
subscribe
public void subscribe(UNL target,
String body) throws PSYCDeliveryException
subscribe
public void subscribe(UNL target) throws PSYCDeliveryException
refuse
public void refuse(UNL target,
String body) throws PSYCDeliveryException
refuse
public void refuse(UNL target) throws PSYCDeliveryException
unsubscribe
public void unsubscribe(UNL target,
String body) throws PSYCDeliveryException
unsubscribe
public void unsubscribe(UNL target) throws PSYCDeliveryException
signon
public void signon(UNL target,
String body) throws PSYCDeliveryException
signon
public void signon(UNL target) throws PSYCDeliveryException
signon
public void signon(String body)
signon
public void signon()
signoff
public void signoff(UNL target,
String body) throws PSYCDeliveryException
signoff
public void signoff(UNL target) throws PSYCDeliveryException
signoff
public void signoff(String body)
signoff
public void signoff()
All Packages Class Hierarchy This Package Previous Next Index