org.drools.command.runtime
Class GetGlobalsCommand

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

public class GetGlobalsCommand
extends Object
implements GenericCommand<org.drools.runtime.Globals>

See Also:
Serialized Form

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

Constructor Detail

GetGlobalsCommand

public GetGlobalsCommand()
Method Detail

execute

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

toString

public String toString()
Overrides:
toString in class Object


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