Drools :: Core 6.0.1.Final

org.drools.core.command.runtime.rule
Class GetWorkingMemoryEventListenersCommand

java.lang.Object
  extended by org.drools.core.command.runtime.rule.GetWorkingMemoryEventListenersCommand
All Implemented Interfaces:
Serializable, GenericCommand<Collection<org.kie.api.event.rule.WorkingMemoryEventListener>>, org.kie.api.command.Command<Collection<org.kie.api.event.rule.WorkingMemoryEventListener>>

Deprecated. This will be removed in drools 6.1

public class GetWorkingMemoryEventListenersCommand
extends Object
implements GenericCommand<Collection<org.kie.api.event.rule.WorkingMemoryEventListener>>

See Also:
Serialized Form

Constructor Summary
GetWorkingMemoryEventListenersCommand()
          Deprecated.  
 
Method Summary
 Collection<org.kie.api.event.rule.WorkingMemoryEventListener> execute(org.kie.internal.command.Context context)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetWorkingMemoryEventListenersCommand

public GetWorkingMemoryEventListenersCommand()
Deprecated. 
Method Detail

execute

public Collection<org.kie.api.event.rule.WorkingMemoryEventListener> execute(org.kie.internal.command.Context context)
Deprecated. 
Specified by:
execute in interface GenericCommand<Collection<org.kie.api.event.rule.WorkingMemoryEventListener>>

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

Drools :: Core 6.0.1.Final

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