org.drools.command.runtime
Class GetFactCountCommand

java.lang.Object
  extended by org.drools.command.runtime.GetFactCountCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Long>, GenericCommand<Long>

public class GetFactCountCommand
extends Object
implements GenericCommand<Long>

See Also:
Serialized Form

Constructor Summary
GetFactCountCommand()
           
 
Method Summary
 Long execute(Context context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetFactCountCommand

public GetFactCountCommand()
Method Detail

execute

public Long execute(Context context)
Specified by:
execute in interface GenericCommand<Long>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.