eu.scape_project.watch.adaptor.c3po.command
Class Command

java.lang.Object
  extended by eu.scape_project.watch.adaptor.c3po.command.Command
Direct Known Subclasses:
CollectionSizeCommand, DistributionCommand, ObjectsAvgSizeCommand, ObjectsCountCommand, ObjectsMaxSizeCommand, ObjectsMinSizeCommand

public abstract class Command
extends Object


Constructor Summary
Command()
           
 
Method Summary
abstract  PropertyValue execute()
           
 Property getProperty()
           
 C3POProfileReader getReader()
           
 void setProperty(Property property)
           
 void setReader(C3POProfileReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

setReader

public void setReader(C3POProfileReader reader)

getReader

public C3POProfileReader getReader()

getProperty

public Property getProperty()

setProperty

public void setProperty(Property property)

execute

public abstract PropertyValue execute()


Copyright © 2012. All Rights Reserved.