@Deprecated public interface ActivationManager
Modifier and Type | Method and Description |
---|---|
void |
addSubscribers(Subscriber subscriber)
Deprecated.
since 5.3.3 means of setting the subscribers are implementation detail and should not be exposed
|
String |
getConfigPath()
Deprecated.
since 5.3.3 there's no real need to expose this as such a location is an implementation detail.
|
String |
getPublicKey()
Deprecated.
Returns public key used by target instance to authenticate incoming activations.
|
Collection<Subscriber> |
getSubscribers()
Deprecated.
|
boolean |
hasAnyActiveSubscriber()
Deprecated.
|
void |
setSubscribers(Collection<Subscriber> subscribers)
Deprecated.
since 5.3.3 means of setting the subscribers are implementation detail and should not be exposed
|
Collection<Subscriber> getSubscribers()
@Deprecated void setSubscribers(Collection<Subscriber> subscribers)
@Deprecated void addSubscribers(Subscriber subscriber)
@Deprecated String getConfigPath()
boolean hasAnyActiveSubscriber()
String getPublicKey()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.