org.mechio.api.speech.lifecycle
Class RemoteSpeechServiceHostLifecycle

java.lang.Object
  extended by org.jflux.impl.services.rk.property.PropertyChangeNotifier
      extended by org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<RemoteSpeechServiceHost,RemoteSpeechServiceHost>
          extended by org.mechio.api.speech.lifecycle.RemoteSpeechServiceHostLifecycle
All Implemented Interfaces:
org.jflux.impl.services.rk.lifecycle.ServiceLifecycleProvider<RemoteSpeechServiceHost>, org.jflux.impl.services.rk.property.PropertyChangeSource

public class RemoteSpeechServiceHostLifecycle
extends org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<RemoteSpeechServiceHost,RemoteSpeechServiceHost>

Author:
Jason G. Pallack

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jflux.impl.services.rk.lifecycle.ServiceLifecycleProvider
org.jflux.impl.services.rk.lifecycle.ServiceLifecycleProvider.Validator
 
Field Summary
 
Fields inherited from class org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider
myRegistrationProperties, myService, myServiceClassNames
 
Fields inherited from interface org.jflux.impl.services.rk.lifecycle.ServiceLifecycleProvider
PROP_DEPENDENCY_ADDED, PROP_DEPENDENCY_REMOVED
 
Constructor Summary
RemoteSpeechServiceHostLifecycle(String speechServiceHostId, String remoteId, String speechServiceId, String speechRequestReceiverId, String speechEventSenderId)
           
 
Method Summary
protected  RemoteSpeechServiceHost create(Map<String,Object> dependencies)
           
protected  Class<RemoteSpeechServiceHost> getServiceClass()
           
protected  void handleChange(String name, Object dependency, Map<String,Object> availableDependencies)
           
 
Methods inherited from class org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider
addRuntimeDependency, dependencyChanged, getDependencyDescriptors, getRegistrationProperties, getService, getServiceClassNames, isSatisfied, removeRuntimeDependency, start, stop
 
Methods inherited from class org.jflux.impl.services.rk.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
 
Methods inherited from interface org.jflux.impl.services.rk.property.PropertyChangeSource
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 

Constructor Detail

RemoteSpeechServiceHostLifecycle

public RemoteSpeechServiceHostLifecycle(String speechServiceHostId,
                                        String remoteId,
                                        String speechServiceId,
                                        String speechRequestReceiverId,
                                        String speechEventSenderId)
Method Detail

create

protected RemoteSpeechServiceHost create(Map<String,Object> dependencies)
Specified by:
create in class org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<RemoteSpeechServiceHost,RemoteSpeechServiceHost>

handleChange

protected void handleChange(String name,
                            Object dependency,
                            Map<String,Object> availableDependencies)
Specified by:
handleChange in class org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<RemoteSpeechServiceHost,RemoteSpeechServiceHost>

getServiceClass

protected Class<RemoteSpeechServiceHost> getServiceClass()
Specified by:
getServiceClass in class org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<RemoteSpeechServiceHost,RemoteSpeechServiceHost>


Copyright © 2011-2014. All Rights Reserved.