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

java.lang.Object
  extended by net.java.dev.moskito.core.usecase.running.ExistingRunningUseCase
All Implemented Interfaces:
RunningUseCase

public class ExistingRunningUseCase
extends Object
implements RunningUseCase


Field Summary
private  PathElement current
           
private  String name
           
private  PathElement root
           
 
Constructor Summary
ExistingRunningUseCase(String aName)
           
 
Method Summary
 void endPathElement()
           
 String getUseCasePath()
           
 PathElement startPathElement(String call)
           
 String toDetails()
           
 String toString()
           
 boolean useCaseRunning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private String name

root

private PathElement root

current

private PathElement current
Constructor Detail

ExistingRunningUseCase

public ExistingRunningUseCase(String aName)
Method Detail

useCaseRunning

public boolean useCaseRunning()
Specified by:
useCaseRunning in interface RunningUseCase

toString

public String toString()
Overrides:
toString in class Object

toDetails

public String toDetails()

startPathElement

public PathElement startPathElement(String call)

endPathElement

public void endPathElement()

getUseCasePath

public String getUseCasePath()


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