| Constructor and Description |
|---|
StandardOutlet() |
| Modifier and Type | Method and Description |
|---|---|
IFactory[] |
getFactories()
All known
IFactory instances. |
IFactory[] |
lookupFactories(Class type)
Request all
IFactory instances producing the target type. |
IFactory |
lookupFactory(String id)
An
IFactory with a specific id. |
void |
registerFactory(IFactory factory) |
void |
unregisterFactory(IFactory factory) |
public IFactory[] getFactories()
IOutletIFactory instances.getFactories in interface IOutletpublic IFactory[] lookupFactories(Class type)
IOutletIFactory instances producing the target type.lookupFactories in interface IOutletpublic IFactory lookupFactory(String id)
IOutletIFactory with a specific id.lookupFactory in interface IOutletpublic void registerFactory(IFactory factory)
registerFactory in interface IOutletpublic void unregisterFactory(IFactory factory)
unregisterFactory in interface IOutletCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.