com.tibco.rta.runtime.model.rule
Class AbstractActionHandlerContext

java.lang.Object
  extended by com.tibco.rta.runtime.model.rule.AbstractActionHandlerContext
All Implemented Interfaces:
ActionHandlerContext

public abstract class AbstractActionHandlerContext
extends java.lang.Object
implements ActionHandlerContext

Lifecycle managed class that all action handlers must extend.


Constructor Summary
AbstractActionHandlerContext()
           
 
Method Summary
 java.lang.String getName()
          Get the name of the action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tibco.rta.runtime.model.rule.ActionHandlerContext
getAction, init, stop
 

Constructor Detail

AbstractActionHandlerContext

public AbstractActionHandlerContext()
Method Detail

getName

public java.lang.String getName()
Get the name of the action.

Specified by:
getName in interface ActionHandlerContext
Returns:


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.