|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.osgi.OSGiHostAdapter
public abstract class OSGiHostAdapter
| Constructor Summary | |
|---|---|
OSGiHostAdapter()
|
|
| Method Summary | |
|---|---|
static OSGiHostAdapter |
getInstance()
|
abstract Object |
getProperty(String key)
|
abstract Object |
getProperty(String key,
Object defValue)
|
abstract Object |
invoke(Object... args)
|
static void |
setInstance(OSGiHostAdapter instance)
|
abstract void |
setProperty(String key,
Object value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OSGiHostAdapter()
| Method Detail |
|---|
public static void setInstance(OSGiHostAdapter instance)
public static OSGiHostAdapter getInstance()
public abstract Object invoke(Object... args)
throws Exception
Exceptionpublic abstract Object getProperty(String key)
public abstract Object getProperty(String key,
Object defValue)
public abstract void setProperty(String key,
Object value)
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||