| 
Kieker 1.5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Signature | |
|---|---|
| kieker.common.util | |
| kieker.tools.traceAnalysis.filter | |
| kieker.tools.traceAnalysis.systemModel | |
| kieker.tools.traceAnalysis.systemModel.repository | |
| Uses of Signature in kieker.common.util | 
|---|
| Methods in kieker.common.util that return Signature | |
|---|---|
 Signature | 
ClassOperationSignaturePair.getSignature()
 | 
| Methods in kieker.common.util 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
 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 with parameters of type Signature | |
|---|---|
ClassOperationSignaturePair(String fqClassname,
                            Signature signature)
 | 
|
| 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 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()
 | 
| Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type Signature | |
|---|---|
Operation(int id,
          ComponentType componentType,
          Signature signature)
 | 
|
| 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.5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||