ix.ip2
Class InvokeHandler

java.lang.Object
  extended by ix.ip2.ItemHandler
      extended by ix.ip2.ForwardingHandler
          extended by ix.ip2.InvokeHandler
All Implemented Interfaces:
ContactListener, java.util.EventListener

public class InvokeHandler
extends ForwardingHandler

Generates HandlerActions for an AgendItem.


Field Summary
 
Fields inherited from class ix.ip2.ForwardingHandler
action, agent, capabilityDefault, contactManager, rel, reportBack
 
Fields inherited from class ix.ip2.ItemHandler
actionDescription
 
Constructor Summary
InvokeHandler(IXAgent agent)
           
 
Method Summary
 ix.ip2.ForwardingHandler.ForwardingAction makeForwardingAction(java.lang.String toName, AgendaItem about)
           
 
Methods inherited from class ix.ip2.ForwardingHandler
addHandlerActions, contactChange, getToAgents, getToNames, handle, reviseHandlerActions, toString
 
Methods inherited from class ix.ip2.ItemHandler
appliesTo, getActionDescription, getSyntaxList, isAutomatic, makeHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokeHandler

public InvokeHandler(IXAgent agent)
Method Detail

makeForwardingAction

public ix.ip2.ForwardingHandler.ForwardingAction makeForwardingAction(java.lang.String toName,
                                                                      AgendaItem about)
Overrides:
makeForwardingAction in class ForwardingHandler