org.apache.tapestry.services.impl
Class EngineServiceContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
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
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 |
EngineServiceContribution
public EngineServiceContribution()
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.