|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Publisher | |
|---|---|
| org.bounce.message | |
| Uses of Publisher in org.bounce.message |
|---|
| Classes in org.bounce.message that implement Publisher | |
|---|---|
class |
DefaultPublisher
A default implmenentation of a publisher, used by the distributor to have one publisher for the Message class. |
| Fields in org.bounce.message with type parameters of type Publisher | |
|---|---|
(package private) java.util.HashMap<java.lang.Class,Publisher> |
Distributor.publishers
|
| Methods in org.bounce.message that return Publisher | |
|---|---|
Publisher |
Distributor.getPublisher(java.lang.Class topic)
Gets a publisher for a specific topic from the controller. |
| Methods in org.bounce.message with parameters of type Publisher | |
|---|---|
void |
Distributor.setPublisher(java.lang.Class topic,
Publisher publisher)
Sets a publisher for a specific topic to the controller. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||