org.drools.grid.remote.command
Class RetractFromObjectCommand

java.lang.Object
  extended by org.drools.grid.remote.command.RetractFromObjectCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Object>, org.drools.command.impl.GenericCommand<Object>

public class RetractFromObjectCommand
extends Object
implements org.drools.command.impl.GenericCommand<Object>

See Also:
Serialized Form

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

Constructor Detail

RetractFromObjectCommand

public RetractFromObjectCommand()

RetractFromObjectCommand

public RetractFromObjectCommand(Object object)
Method Detail

execute

public Object execute(org.drools.command.Context context)
Specified by:
execute in interface org.drools.command.impl.GenericCommand<Object>

getObject

public Object getObject()

toString

public String toString()
Overrides:
toString in class Object


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