org.robokind.impl.messaging.lifecycle
Class JMSAvroPolymorphicSenderLifecycle<Msg>
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.common.lifecycle.AbstractLifecycleProvider<MessageSender,MessageSender<Msg>>
org.robokind.impl.messaging.lifecycle.JMSAvroPolymorphicSenderLifecycle<Msg>
- All Implemented Interfaces:
- ServiceLifecycleProvider<MessageSender>, PropertyChangeSource
public class JMSAvroPolymorphicSenderLifecycle<Msg>
- extends AbstractLifecycleProvider<MessageSender,MessageSender<Msg>>
- Author:
- Matthew Stevenson
| Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier |
addPropertyChangeListener, addPropertyChangeListener, clearAllListeners, clearListeners, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theSession
protected static final String theSession
- See Also:
- Constant Field Values
theDestination
protected static final String theDestination
- See Also:
- Constant Field Values
JMSAvroPolymorphicSenderLifecycle
public JMSAvroPolymorphicSenderLifecycle(JMSAvroPolymorphicRecordBytesAdapter<Msg> adapter,
Class<Msg> messageClass,
String senderId,
String connectionId,
String destinationId)
create
protected MessageSender<Msg> create(Map<String,Object> dependencies)
- Specified by:
create in class AbstractLifecycleProvider<MessageSender,MessageSender<Msg>>
handleChange
protected void handleChange(String dependencyId,
Object service,
Map<String,Object> dependencies)
- Specified by:
handleChange in class AbstractLifecycleProvider<MessageSender,MessageSender<Msg>>
getServiceClass
public Class<MessageSender> getServiceClass()
- Specified by:
getServiceClass in class AbstractLifecycleProvider<MessageSender,MessageSender<Msg>>
Copyright © 2011-2012. All Rights Reserved.