| Modifier and Type | Class and Description |
|---|---|
static class |
GCUBEServiceContext.RILifetimeTopic
Enumerates RI lifetime topics.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Events.GHNTopic
A
GCUBETopic for the registration of RIs. |
static class |
Events.SecurityTopic
A
GCUBETopic for credentials-related events. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ISNotifier.NotificationTopic
A
ISNotifier.NotificationTopic for lifetime events . |
| Modifier and Type | Class and Description |
|---|---|
static class |
ISLocalPublisher.LocalProfileTopic
A
ISLocalPublisher.LocalProfileTopic for profile events |
| Modifier and Type | Class and Description |
|---|---|
static class |
GCUBEPluginManager.PluginTopic
Enumeration of plugin management topics.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GCUBEResource.ResourceTopic
A
GCUBETopic for lifetime events . |
| Modifier and Type | Class and Description |
|---|---|
static class |
GCUBEServiceSecurityManager.LifetimeTopic
Lifetime topic enumeration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GCUBEConsumer<TOPIC extends GCUBETopic,PAYLOAD>
Interface for consumers of notification of
GCUBEEvents about GCUBETopic
A consumer receives notifications from a GCUBEProducers with which it has previously subscribed. |
class |
GCUBEEvent<T extends GCUBETopic,P>
A base implementation for events handled by
GCUBEProducers and consumed by GCUBEConsumers. |
class |
GCUBEProducer<TOPIC extends GCUBETopic,PAYLOAD>
Base implementation for producers of event notifications.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
GCUBEEvent.topic
The topic of the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBEProducer.subscribe(GCUBEConsumer<TOPIC,PAYLOAD> consumer,
TOPIC... topics)
Subscribes a consumer to events about one or more topics.
|
void |
GCUBEProducer.unsubscribe(GCUBEConsumer<TOPIC,PAYLOAD> consumer,
TOPIC... topics)
Unsubscribes a consumer from events about one or more topics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Topic
Partial implementation of
GCUBETopic for topics associated with and handled by GCUBEHandlers. |
static class |
Topic.LifetimeTopic
Specialises
Topic for LifetimeEvents. |
Copyright © 2015. All Rights Reserved.