es.upv.dsic.gti_ia.trace
Class TracingServiceList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<TracingService>
es.upv.dsic.gti_ia.trace.TracingServiceList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<TracingService>, Collection<TracingService>, List<TracingService>, RandomAccess
public class TracingServiceList
- extends ArrayList<TracingService>
List of tracing services
- Author:
- L Burdalo (lburdalo@dsic.upv.es)
- See Also:
TracingService,
Arraylist,
Serialized Form
|
Field Summary |
protected org.apache.log4j.Logger |
logger
The logger variable considers to print any event that occurs |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
logger
protected org.apache.log4j.Logger logger
- The logger variable considers to print any event that occurs
TracingServiceList
public TracingServiceList()
initializeWithDITracingServices
public boolean initializeWithDITracingServices()
- Initializes the tracing service list with domain independent
tracing services in
TracingService.DI_TracingServices
- Returns:
- Returns true if all domain independent tracing services were added
to the list or false otherwise
getTS
public TracingService getTS(String serviceName)
- Gets a tracing service from the list which has the same service name as the
specified in the parameters
- Parameters:
serviceName - Name of the tracing service which is to be returned
- Returns:
- returns the tracing service which has that name if it exists in the list
or null if no tracing service with the specified name is found
Copyright © 2012 GTI-IA. All Rights Reserved.