public abstract class FactoryManagerService extends Service implements org.apache.pluto.services.factory.FactoryManagerService
Factory and implement the
init() and destroy() methods as appropriate.Factory| Constructor and Description |
|---|
FactoryManagerService() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.pluto.factory.Factory |
getFactory(java.lang.Class theClass)
Returns the service implementation for the given service class, or
null if no such service is registered. |
public abstract org.apache.pluto.factory.Factory getFactory(java.lang.Class theClass)
null if no such service is registered.getFactory in interface org.apache.pluto.services.factory.FactoryManagerServicetheClass - the service classCopyright © 2003-2013 . All Rights Reserved.