org.apache.tapestry.services.impl
Class EngineServiceContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.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
 String getName()
           
 IEngineService getService()
           
 void setName(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 String getName()

setName

public void setName(String name)

getService

public IEngineService getService()

setService

public void setService(IEngineService service)


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