org.drools.command
Class GetSessionClockCommand

java.lang.Object
  extended by org.drools.command.GetSessionClockCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<org.drools.time.SessionClock>, GenericCommand<org.drools.time.SessionClock>

public class GetSessionClockCommand
extends Object
implements GenericCommand<org.drools.time.SessionClock>

See Also:
Serialized Form

Constructor Summary
GetSessionClockCommand()
           
 
Method Summary
 org.drools.time.SessionClock execute(Context context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetSessionClockCommand

public GetSessionClockCommand()
Method Detail

execute

public org.drools.time.SessionClock execute(Context context)
Specified by:
execute in interface GenericCommand<org.drools.time.SessionClock>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.