net.java.dev.moskito.core.usecase.running
Class PathElement

java.lang.Object
  extended by net.java.dev.moskito.core.usecase.running.PathElement

public class PathElement
extends Object


Field Summary
private  boolean aborted
           
private  String call
           
private  List<PathElement> children
           
private  long duration
           
private  PathElement parent
           
 
Constructor Summary
PathElement(String aCall)
           
 
Method Summary
private  StringBuilder _generatePath()
           
 void addChild(PathElement p)
           
 String generatePath()
           
 String getCall()
           
 List<PathElement> getChildren()
           
 long getDuration()
           
private static String getIdent(int ident)
           
 PathElement getParent()
           
 boolean isAborted()
           
 void setAborted()
           
 void setAborted(boolean aborted)
           
 void setDuration(long duration)
           
 void setParent(PathElement element)
           
 String toDetails(int ident)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

call

private String call

children

private List<PathElement> children

parent

private PathElement parent

duration

private long duration

aborted

private boolean aborted
Constructor Detail

PathElement

public PathElement(String aCall)
Method Detail

getCall

public String getCall()

getChildren

public List<PathElement> getChildren()

setParent

public void setParent(PathElement element)

getParent

public PathElement getParent()

toString

public String toString()
Overrides:
toString in class Object

toDetails

public String toDetails(int ident)

getIdent

private static String getIdent(int ident)

addChild

public void addChild(PathElement p)

generatePath

public String generatePath()

_generatePath

private StringBuilder _generatePath()

isAborted

public boolean isAborted()

setAborted

public void setAborted(boolean aborted)

setAborted

public void setAborted()

getDuration

public long getDuration()

setDuration

public void setDuration(long duration)


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework