|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KAoSObserver | |
---|---|
kaos.core.csi.observe | |
kaos.core.csi.policy |
Uses of KAoSObserver in kaos.core.csi.observe |
---|
Subinterfaces of KAoSObserver in kaos.core.csi.observe | |
---|---|
interface |
RemoteKAoSObserver
Defines the operation to receive updates when the KAoSObservable object, with whom this KAoSObserver was registered, changes. |
Methods in kaos.core.csi.observe with parameters of type KAoSObserver | |
---|---|
void |
ObserverManager.deregisterObserver(KAoSObserver observer,
java.lang.String updateType,
java.io.Serializable updateCondition,
kaos.core.service.directory.KAoSEntityDescription observableDesc)
Deregister the given KAoSObserver from the registry of observers asoociated with the KAoSObservable, whose KAoSEntityDescription is given. |
void |
ObserverManager.deregisterObserver(KAoSObserver observer,
java.lang.String updateType,
java.io.Serializable updateCondition,
java.lang.String observableGUID)
Deregister the given KAoSObserver from the registry of observers associated with the KAoSObservable, whose GUID is given. |
void |
KAoSObservable.deregisterObserver(java.lang.String updateType,
java.lang.Object updateCondition,
KAoSObserver observer)
Deregister the given KAoSObserver for the given update type from the registry of observers associated with this KAoSObservable. |
void |
ObserverManager.registerKAoSExtensionComponentObserver(java.lang.String repType,
java.lang.String ontType,
KAoSObserver observer,
java.lang.String updateType,
java.io.Serializable updateCondition,
kaos.core.service.directory.KAoSEntityDescription entityDesc)
|
void |
ObserverManager.registerObserver(KAoSObserver observer,
java.lang.String updateType,
java.io.Serializable updateCondition,
kaos.core.service.directory.KAoSEntityDescription observableDesc)
Register the given KAoSObserver with the KAoSObservable, whose KAoSEntityDescription is given, for updates described by the updateType and updateConstraints. |
void |
ObserverManager.registerObserver(KAoSObserver observer,
java.lang.String updateType,
java.io.Serializable updateCondition,
java.lang.String observableGUID)
Register the given KAoSObserver with the KAoSObservable, whose GUID is given for updates described by the updateType and updateConditions. |
void |
ObserverManager.registerObserver(KAoSObserver observer,
java.lang.String updateType,
java.io.Serializable updateCondition,
java.lang.String observableGUID,
java.lang.String brokerGUID)
Register the given KAoSObserver with the KAoSObservable, whose GUID is given for updates described by the updateType and updateConditions. |
void |
KAoSObservable.registerObserver(java.lang.String updateType,
java.lang.Object updateCondition,
KAoSObserver observer)
Register the given KAoSObserver with this KAoSObservable for updates described by the updateType and updateConstraints. |
Uses of KAoSObserver in kaos.core.csi.policy |
---|
Subinterfaces of KAoSObserver in kaos.core.csi.policy | |
---|---|
interface |
PolicyDecisionObserver
Defines the operation to receive updates when policy decisions are modified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |