Constructor and Description |
---|
StandardOutlet() |
Modifier and Type | Method and Description |
---|---|
IFactory[] |
getFactories() |
IFactory[] |
lookupFactories(java.lang.Class type) |
IFactory |
lookupFactory(java.lang.String id) |
void |
registerFactory(IFactory factory) |
void |
unregisterFactory(IFactory factory) |
public IFactory[] getFactories()
getFactories
in interface IOutlet
public IFactory[] lookupFactories(java.lang.Class type)
lookupFactories
in interface IOutlet
public IFactory lookupFactory(java.lang.String id)
lookupFactory
in interface IOutlet
public void registerFactory(IFactory factory)
registerFactory
in interface IOutlet
public void unregisterFactory(IFactory factory)
unregisterFactory
in interface IOutlet