|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Client | |
|---|---|
| dermi.core | |
| dermi.core.pastry | |
| dermi.session | |
| dermi.session.pastry | |
| Uses of Client in dermi.core |
|---|
| Methods in dermi.core with parameters of type Client | |
|---|---|
abstract void |
DermiConnection.subscribe(Topic topic,
Client subscriber)
Method for subscribing an application to a multicast group |
abstract void |
DermiConnection.unsubscribe(Topic topic,
Client subscriber)
Method for unsubscribing an application from a multicast group |
| Uses of Client in dermi.core.pastry |
|---|
| Classes in dermi.core.pastry that implement Client | |
|---|---|
class |
ScribeClient
Scribe specific Client implementation |
| Methods in dermi.core.pastry with parameters of type Client | |
|---|---|
void |
DermiConnection.subscribe(Topic topic,
Client subscriber)
Method for subscribing an application to a multicast group |
void |
DermiKernel.subscribe(Topic topic,
Client client)
|
void |
DermiConnection.unsubscribe(Topic topic,
Client subscriber)
Method for unsubscribing an application from a multicast group |
void |
DermiKernel.unsubscribe(Topic topic,
Client client)
Unsubscribes the given client from the provided topic. |
| Uses of Client in dermi.session |
|---|
| Subinterfaces of Client in dermi.session | |
|---|---|
interface |
DermiApplicationListener
Interface to be implemented by applications that must be notified |
| Uses of Client in dermi.session.pastry |
|---|
| Classes in dermi.session.pastry that implement Client | |
|---|---|
class |
NotificationParser
This class encapsulates a notification parser which is notified about events, and dispatches them to the different clients subscribed |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||