org.sca4j.binding.jms.runtime
Interface JMSRuntimeMonitor


public interface JMSRuntimeMonitor

Monitor interface for JMS Host.

Version:
$Rev: 3137 $ $Date: 2008-03-18 02:31:06 +0800 (Tue, 18 Mar 2008) $

Method Summary
 void jmsListenerError(java.lang.String destination, java.lang.Exception exception)
          Callback when an error happens when handle message.
 void jmsRuntimeStop()
          Callback indicating the extension has been stopped.
 void registerListener(java.lang.Object destination)
          Callback when a service has been provisioned as a Hessian endpoint
 

Method Detail

registerListener

void registerListener(java.lang.Object destination)
Callback when a service has been provisioned as a Hessian endpoint

Parameters:
address - the endpoint address

jmsListenerError

void jmsListenerError(java.lang.String destination,
                      java.lang.Exception exception)
Callback when an error happens when handle message.

Parameters:
destination - Name of the destination
exception - Underlying exception

jmsRuntimeStop

void jmsRuntimeStop()
Callback indicating the extension has been stopped.



Copyright © 2008-2010 Service Symphony. All Rights Reserved.