org.drools.command.runtime
Class GetGlobalCommand

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

public class GetGlobalCommand
extends Object
implements GenericCommand<Object>

See Also:
Serialized Form

Constructor Summary
GetGlobalCommand()
           
GetGlobalCommand(String identifier)
           
 
Method Summary
 Object execute(Context context)
           
 String getIdentifier()
           
 String getOutIdentifier()
           
 void setIdentifier(String identifier)
           
 void setOutIdentifier(String outIdentifier)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetGlobalCommand

public GetGlobalCommand()

GetGlobalCommand

public GetGlobalCommand(String identifier)
Method Detail

getOutIdentifier

public String getOutIdentifier()

setOutIdentifier

public void setOutIdentifier(String outIdentifier)

getIdentifier

public String getIdentifier()

setIdentifier

public void setIdentifier(String identifier)

execute

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

toString

public String toString()
Overrides:
toString in class Object


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