org.jpu.patterns.serviceLocator
Interface IHomeLocator
- All Superinterfaces:
- ILocator
- All Known Implementing Classes:
- HomeLocator
- public interface IHomeLocator
- extends ILocator
Method Summary |
java.lang.Object |
getHome(java.lang.String homeNamingIdentifier)
|
java.lang.Object |
getHome(java.lang.String homeNamingIdentifier,
java.lang.Class c)
|
java.lang.Object |
getHome(java.lang.String homeNamingIdentifier,
ServiceLocatorOptions options)
|
Methods inherited from interface org.jpu.patterns.serviceLocator.ILocator |
clearCache, getCache, getDefaultCast, getLookupStrategy, getNarrowStrategy, getObject, getObject, getObject, narrow, narrow, newCache, newLookupStrategy, newNarrowStrategy, removeFromCache, setCache, setLookupStrategy, setNarrowStrategy |
getHome
public java.lang.Object getHome(java.lang.String homeNamingIdentifier)
throws ServiceLocatorException
- Throws:
ServiceLocatorException
getHome
public java.lang.Object getHome(java.lang.String homeNamingIdentifier,
java.lang.Class c)
throws ServiceLocatorException
- Throws:
ServiceLocatorException
getHome
public java.lang.Object getHome(java.lang.String homeNamingIdentifier,
ServiceLocatorOptions options)
throws ServiceLocatorException
- Throws:
ServiceLocatorException
Copyright (c) 2001-2003 - Apache Software Foundation