Uses of Interface
org.exolab.jmscts.core.ExecutionListener

Packages that use ExecutionListener
org.exolab.jmscts.core Core code used to execute JMS CTS 
org.exolab.jmscts.core.service Services 
 

Uses of ExecutionListener in org.exolab.jmscts.core
 

Methods in org.exolab.jmscts.core with parameters of type ExecutionListener
 void AsyncExecutor.addListener(ExecutionListener listener)
          Add a listener to monitor for execution events
 void AsyncExecutor.removeListener(ExecutionListener listener)
          Remove a listener
 

Uses of ExecutionListener in org.exolab.jmscts.core.service
 

Classes in org.exolab.jmscts.core.service that implement ExecutionListener
 class MessengerService
          This class enables messaging operations to be performed in a separate JVM
 

Methods in org.exolab.jmscts.core.service with parameters of type ExecutionListener
 void ExecutionMonitorService.addListener(java.lang.String id, ExecutionListener listener)
          Add a listener for an application
 void ExecutionMonitorService.removeListener(java.lang.String id, ExecutionListener listener)
          Remove a listener for an application
 



Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.