org.drools.command.runtime
Class GetCalendarsCommand

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

public class GetCalendarsCommand
extends Object
implements GenericCommand<org.drools.runtime.Calendars>

See Also:
Serialized Form

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

Constructor Detail

GetCalendarsCommand

public GetCalendarsCommand()
Method Detail

execute

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

toString

public String toString()
Overrides:
toString in class Object


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