org.cogchar.app.puma.web
Class LifterLifecycle

java.lang.Object
  extended by org.jflux.impl.services.rk.property.PropertyChangeNotifier
      extended by org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<LiftAmbassador.LiftAmbassadorInterface,LiftAmbassador.inputInterface>
          extended by org.cogchar.app.puma.web.LifterLifecycle
All Implemented Interfaces:
org.jflux.impl.services.rk.lifecycle.ServiceLifecycleProvider<LiftAmbassador.LiftAmbassadorInterface>, org.jflux.impl.services.rk.property.PropertyChangeSource

public class LifterLifecycle
extends org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<LiftAmbassador.LiftAmbassadorInterface,LiftAmbassador.inputInterface>

Lives in the Puma project so it can access the Robokind Lifecycle API.

Author:
Ryan Biggs

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
LifterLifecycle()
           
 
Method Summary
 void connectWebContent(LiftAmbassador la, org.appdapter.help.repo.RepoClient qi, org.cogchar.blob.emit.GlobalConfigEmitter.GlobalConfigService configService)
           
protected  LiftAmbassador.inputInterface create(Map<String,Object> dependencies)
           
 Class<LiftAmbassador.LiftAmbassadorInterface> getServiceClass()
           
protected  void handleChange(String serviceId, 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

LifterLifecycle

public LifterLifecycle()
Method Detail

create

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

handleChange

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

getServiceClass

public Class<LiftAmbassador.LiftAmbassadorInterface> getServiceClass()
Specified by:
getServiceClass in class org.jflux.impl.services.rk.lifecycle.AbstractLifecycleProvider<LiftAmbassador.LiftAmbassadorInterface,LiftAmbassador.inputInterface>

connectWebContent

public void connectWebContent(LiftAmbassador la,
                              org.appdapter.help.repo.RepoClient qi,
                              org.cogchar.blob.emit.GlobalConfigEmitter.GlobalConfigService configService)


Copyright © 2010-2013. All Rights Reserved.