Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.osgi
Class OSGiHostAdapter

java.lang.Object
  extended by org.nuxeo.runtime.osgi.OSGiHostAdapter

public abstract class OSGiHostAdapter
extends Object

Author:
Bogdan Stefanescu

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

OSGiHostAdapter

public OSGiHostAdapter()
Method Detail

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)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.