|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivationManager
Contract for activation targets (subscribers). Provides full access and management of subscribers. TODO: rename to SubscriberManager.
Method Summary | |
---|---|
void |
addSubscribers(Subscriber subscriber)
Deprecated. means of setting the subscribers are implementation detail and should not be exposed |
String |
getConfigPath()
Deprecated. There's no real need to expose this as such a location is an implementation detail. |
String |
getPublicKey()
Returns public key used by target instance to authenticate incoming activations. |
Collection<Subscriber> |
getSubscribers()
|
boolean |
hasAnyActiveSubscriber()
|
void |
setSubscribers(Collection<Subscriber> subscribers)
Deprecated. means of setting the subscribers are implementation detail and should not be exposed |
Method Detail |
---|
Collection<Subscriber> getSubscribers()
@Deprecated void setSubscribers(Collection<Subscriber> subscribers)
@Deprecated void addSubscribers(Subscriber subscriber)
@Deprecated String getConfigPath()
boolean hasAnyActiveSubscriber()
String getPublicKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |