Kieker 1.10

Uses of Class
kieker.common.util.signature.Signature

Packages that use Signature
kieker.common.util.signature   
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.repository   
 

Uses of Signature in kieker.common.util.signature
 

Methods in kieker.common.util.signature that return Signature
 Signature ClassOperationSignaturePair.getSignature()
          Delivers the signature.
 

Methods in kieker.common.util.signature with parameters of type Signature
static String ClassOperationSignaturePair.createOperationSignatureString(String fqClassName, Signature signature)
          Given a fully-qualified class name fqClassName (e.g., a.b.c.D) and a Signature (e.g., for operation op1 with modifiers public and static, the return type Boolean , and the parameter types Integer and Long), the method returns an operation signature string (e.g., public static Boolean a.b.c.D.op1(Integer, Long)).
 

Constructors in kieker.common.util.signature with parameters of type Signature
ClassOperationSignaturePair(String fqClassname, Signature signature)
          Creates a new instance of this class using the given parameters.
 

Uses of Signature in kieker.tools.traceAnalysis.filter
 

Methods in kieker.tools.traceAnalysis.filter with parameters of type Signature
static Execution AbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
           
static Execution AbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, String componentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
           
 

Uses of Signature in kieker.tools.traceAnalysis.systemModel
 

Methods in kieker.tools.traceAnalysis.systemModel that return Signature
 Signature Operation.getSignature()
          Delivers the signature of the operation.
 

Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type Signature
Operation(int id, ComponentType componentType, Signature signature)
          Creates a new instance of this class using the given parameters.
 

Uses of Signature in kieker.tools.traceAnalysis.systemModel.repository
 

Fields in kieker.tools.traceAnalysis.systemModel.repository declared as Signature
static Signature OperationRepository.ROOT_SIGNATURE
           
 

Methods in kieker.tools.traceAnalysis.systemModel.repository with parameters of type Signature
 Operation OperationRepository.createAndRegisterOperation(String namedIdentifier, ComponentType componentType, Signature signature)
           
 


Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net