org.apache.felix.servicebinder.architecture
Interface Dependency


public interface Dependency

Interface for a dependency

Author:
Felix Project Team

Method Summary
 Instance[] getBoundInstances()
          get the bound service objects
 DependencyMetadata getDependencyMetadata()
          get the dependency metadata
 int getDependencyState()
          get the dependency state
 

Method Detail

getDependencyState

int getDependencyState()
get the dependency state

Returns:
the state of the dependency

getDependencyMetadata

DependencyMetadata getDependencyMetadata()
get the dependency metadata

Returns:
the metadata of the dependency

getBoundInstances

Instance[] getBoundInstances()
get the bound service objects

Returns:
the bound Instances


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