public class FactoryModel extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.apache.felix.ipojo.Factory |
factory |
| Modifier | Constructor and Description |
|---|---|
protected |
FactoryModel(org.apache.felix.ipojo.Factory factory)
Creates the factory model from the given factory object.
|
| Modifier and Type | Method and Description |
|---|---|
static List<FactoryModel> |
factories(org.osgi.framework.BundleContext context)
Creates a list of factory model from the factory exposed.
|
String |
getArchitecture() |
String |
getHandlerName() |
String |
getName() |
String |
getState() |
boolean |
isHandler() |
protected FactoryModel(org.apache.felix.ipojo.Factory factory)
factory - the modelpublic static List<FactoryModel> factories(org.osgi.framework.BundleContext context)
context - the contextpublic String getName()
public boolean isHandler()
public String getArchitecture()
public String getHandlerName()
public String getState()
Copyright © 2013–2015 Wisdom Framework. All rights reserved.