org.apache.tapestry.services.impl
Class EngineServiceContribution

java.lang.Object
  extended byorg.apache.hivemind.impl.BaseLocatable
      extended byorg.apache.tapestry.services.impl.EngineServiceContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class EngineServiceContribution
extends org.apache.hivemind.impl.BaseLocatable

Maps an engine service to a name. The services IEngineService.getName() method must match.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
EngineServiceContribution()
           
 
Method Summary
 java.lang.String getName()
           
 IEngineService getService()
           
 void setName(java.lang.String name)
           
 void setService(IEngineService service)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineServiceContribution

public EngineServiceContribution()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getService

public IEngineService getService()

setService

public void setService(IEngineService service)