org.nuxeo.runtime.osgi
Class OSGiHostAdapter
java.lang.Object
org.nuxeo.runtime.osgi.OSGiHostAdapter
public abstract class OSGiHostAdapter
- extends Object
- Author:
- Bogdan Stefanescu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSGiHostAdapter
public OSGiHostAdapter()
setInstance
public static void setInstance(OSGiHostAdapter instance)
getInstance
public static OSGiHostAdapter getInstance()
invoke
public abstract Object invoke(Object... args)
throws Exception
- Throws:
Exception
getProperty
public abstract Object getProperty(String key)
getProperty
public abstract Object getProperty(String key,
Object defValue)
setProperty
public abstract void setProperty(String key,
Object value)
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.