|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.services.impl.ServiceMapImpl
public class ServiceMapImpl
Implementation of ServiceMap
.
Constructor Summary | |
---|---|
ServiceMapImpl()
|
Method Summary | |
---|---|
IEngineService |
getService(String name)
Returns the named service. |
void |
initializeService()
|
boolean |
isValid(String name)
Returns true if the name is a known service, or false otherwise. |
IEngineService |
resolveEngineService(String name)
This returns the actual service, not the outer proxy. |
void |
setApplicationServices(List applicationServices)
|
void |
setErrorLog(org.apache.hivemind.ErrorLog errorLog)
|
void |
setFactoryServices(List factoryServices)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceMapImpl()
Method Detail |
---|
public void initializeService()
public IEngineService getService(String name)
ServiceMap
getService
in interface ServiceMap
name
- the unique name for the service, as defined by each service instance's
IEngineService.getName()
method.public boolean isValid(String name)
ServiceMap
isValid
in interface ServiceMap
public IEngineService resolveEngineService(String name)
resolveEngineService
in interface EngineServiceSource
public void setApplicationServices(List applicationServices)
public void setFactoryServices(List factoryServices)
public void setErrorLog(org.apache.hivemind.ErrorLog errorLog)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |