Uses of Class
es.upv.dsic.gti_ia.trace.TracingEntity

Packages that use TracingEntity
es.upv.dsic.gti_ia.core   
es.upv.dsic.gti_ia.trace   
 

Uses of TracingEntity in es.upv.dsic.gti_ia.core
 

Methods in es.upv.dsic.gti_ia.core that return TracingEntity
 TracingEntity TraceEvent.getOriginEntity()
          Returns the origin entity of the trace event.
 

Methods in es.upv.dsic.gti_ia.core with parameters of type TracingEntity
 boolean TracingService.addServiceProvider(TracingEntity provider)
          Adds a provider to the tracing service.
 void TraceEvent.setOriginEntity(TracingEntity originEntity)
          Sets the origin entity of the trace event to the specified one.
 

Constructors in es.upv.dsic.gti_ia.core with parameters of type TracingEntity
TraceEvent(String tService, TracingEntity originEntity, String content)
          Creates a new trace event and sets its attributes according to the specified parameters, except for TraceEvent.timestamp, which is set to the current time using System.currentTimeMillis()
 

Uses of TracingEntity in es.upv.dsic.gti_ia.trace
 

Methods in es.upv.dsic.gti_ia.trace that return TracingEntity
 TracingEntity TracingServiceSubscription.getOriginEntity()
          Get the origin tracing entity of the tracing service to which the subscription refers.
 TracingEntity TracingServiceSubscription.getSubscriptorEntity()
          Get the subscribed tracing entity of the subscription.
 TracingEntity TracingEntityList.getTEByAid(AgentID aid)
          Returns a tracing entity from the list whose identifier corresponds with the specified in the parameters.
 

Methods in es.upv.dsic.gti_ia.trace with parameters of type TracingEntity
 TracingServiceSubscription TracingServiceSubscriptionList.getTSS(TracingEntity subscriberEntity, TracingEntity originEntity, TracingService tService)
          Obtain a tracing service subscription in the list.
 

Constructors in es.upv.dsic.gti_ia.trace with parameters of type TracingEntity
TracingServiceSubscription(TracingEntity subscriptor, TracingEntity originEntity, TracingService tracingService)
          Creates a new subscription with its attributes set to the specified parameters.
 



Copyright © 2012 GTI-IA. All Rights Reserved.