org.apache.felix.servicebinder
Interface InstanceReference.ValueHolder

Enclosing interface:
InstanceReference

public static interface InstanceReference.ValueHolder

A simple interface that enabled deferred value creation for the InstanceReference.get() and InstanceReference.put() methods.


Method Summary
 Object get(InstanceReference ir)
          Returns the associated value.
 

Method Detail

get

Object get(InstanceReference ir)
Returns the associated value.

Returns:
the associated value or null.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.