public class FactoryManager
extends java.lang.Object
Factory
and implement the
init()
and destroy()
methods as appropriate.Factory
Constructor and Description |
---|
FactoryManager() |
Modifier and Type | Method and Description |
---|---|
static 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. |
static FactoryManagerService |
getService() |
public static org.apache.pluto.factory.Factory getFactory(java.lang.Class theClass)
null
if no such service is registered.theClass
- the service classpublic static FactoryManagerService getService()
Copyright © 2003-2013 . All Rights Reserved.