|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QosEvent
The QosEvent which plays an important role in
| Method Summary | |
|---|---|
void |
addConsumerConstraints(ConsumerConstraints _consumerConstraints)
Add consumer constraints associated with this event. |
EventID |
getEventId()
Returns the event id associated with the encapsulated event |
NBEvent |
getNBEvent()
Returns the encapsulated event |
int |
getNumberofConsumerConstraints()
Returns the number of pending consumer constraints |
ConsumerConstraints[] |
getPendingConsumerConstraints()
Get the pending consumer constraints |
ProducerConstraints |
getProducerConstraints()
Return the producer constraints |
QosIdentifiers |
getQosIdentifiers()
Indicates the current processing state of this event |
ConsumerConstraints |
getSatisfiedConsumerConstraints()
If there are any consumer constraints that have been satisfied, based on the QosIdentifiers associated with this event -- that constraint will be returned. |
int |
getServiceToBeRoutedTo()
This method returns the service which the event must be routed to for further processing. |
boolean |
hasConsumerConstraints()
Indicates if there are any consumer constraints that were specified |
boolean |
hasMultipleConsumerConstraints()
Indicates if the event had multiple consumer constraints that were specified |
boolean |
hasProducerConstraints()
Indicates if there are any producer constraints that were specified |
| Method Detail |
|---|
EventID getEventId()
NBEvent getNBEvent()
boolean hasProducerConstraints()
ProducerConstraints getProducerConstraints()
ConsumerConstraints[] getPendingConsumerConstraints()
boolean hasConsumerConstraints()
int getNumberofConsumerConstraints()
boolean hasMultipleConsumerConstraints()
void addConsumerConstraints(ConsumerConstraints _consumerConstraints)
ConsumerConstraints getSatisfiedConsumerConstraints()
QosIdentifiers getQosIdentifiers()
int getServiceToBeRoutedTo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||