org.apache.servicemix.wsn.jbi
Class JbiNotificationBroker

java.lang.Object
  extended by org.apache.servicemix.wsn.AbstractEndpoint
      extended by org.apache.servicemix.wsn.AbstractNotificationBroker
          extended by org.apache.servicemix.wsn.jms.JmsNotificationBroker
              extended by org.apache.servicemix.wsn.jbi.JbiNotificationBroker
All Implemented Interfaces:
NotificationBroker

public class JbiNotificationBroker
extends JmsNotificationBroker


Field Summary
 
Fields inherited from class org.apache.servicemix.wsn.AbstractEndpoint
address, endpoint, manager, name
 
Constructor Summary
JbiNotificationBroker(String name)
           
 
Method Summary
protected  JmsPublisher createJmsPublisher(String name)
           
protected  JmsSubscription createJmsSubscription(String name)
           
 WSNLifeCycle getLifeCycle()
           
 void setLifeCycle(WSNLifeCycle lifeCycle)
           
 
Methods inherited from class org.apache.servicemix.wsn.jms.JmsNotificationBroker
createPublisher, createSubcription, destroy, getConnectionFactory, init, setConnectionFactory
 
Methods inherited from class org.apache.servicemix.wsn.AbstractNotificationBroker
createAddress, getCurrentMessage, getPublisher, handleNotify, handleRegisterPublisher, handleSubscribe, notify, registerPublisher, subscribe, unsubscribe
 
Methods inherited from class org.apache.servicemix.wsn.AbstractEndpoint
createEndpointReference, getAddress, getManager, getName, register, setAddress, setManager, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbiNotificationBroker

public JbiNotificationBroker(String name)
Method Detail

createJmsSubscription

protected JmsSubscription createJmsSubscription(String name)
Specified by:
createJmsSubscription in class JmsNotificationBroker

createJmsPublisher

protected JmsPublisher createJmsPublisher(String name)
Specified by:
createJmsPublisher in class JmsNotificationBroker

getLifeCycle

public WSNLifeCycle getLifeCycle()

setLifeCycle

public void setLifeCycle(WSNLifeCycle lifeCycle)


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.