|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectes.upv.dsic.gti_ia.trace.TracingServiceSubscription
public class TracingServiceSubscription
Subscription to a tracing service
| Constructor Summary | |
|---|---|
TracingServiceSubscription()
Creates an empty subscription with all attributes set to null except for any_provider, which is set to false |
|
TracingServiceSubscription(TracingEntity subscriptor,
TracingEntity originEntity,
TracingService tracingService)
Creates a new subscription with its attributes set to the specified parameters. |
|
| Method Summary | |
|---|---|
boolean |
getAnyProvider()
Determines if the subscription refers to a specific origin entity or not |
TracingEntity |
getOriginEntity()
Get the origin tracing entity of the tracing service to which the subscription refers. |
TracingEntity |
getSubscriptorEntity()
Get the subscribed tracing entity of the subscription. |
TracingService |
getTracingService()
Get the tracing service to which the subscription refers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TracingServiceSubscription()
any_provider, which is set to false
public TracingServiceSubscription(TracingEntity subscriptor,
TracingEntity originEntity,
TracingService tracingService)
subscriptor - Tracing entity which is subscribed to a tracing service.originEntity - Tracing entity to which trace events the originEntity is subscribed.
If set to null, the any_provider
is set to true and the subscriptor entity will receive trace events of that service
generated by any tracing entity.tracingService - Tracing service to which the subscription refers.| Method Detail |
|---|
public TracingEntity getSubscriptorEntity()
public boolean getAnyProvider()
any_provider attributepublic TracingEntity getOriginEntity()
public TracingService getTracingService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||