D G O S
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DefaultServiceDirectory - Class in org.onlab.osgi
-
Default implementation of the service directory using OSGi framework utilities.
- DefaultServiceDirectory() - Constructor for class org.onlab.osgi.DefaultServiceDirectory
G
- get(Class<T>) - Method in class org.onlab.osgi.DefaultServiceDirectory
- get(Class<T>) - Method in interface org.onlab.osgi.ServiceDirectory
-
Returns implementation of the specified service class.
- getService(Class<T>) - Static method in class org.onlab.osgi.DefaultServiceDirectory
-
Returns the reference to the implementation of the specified service.
O
- org.onlab.osgi - package org.onlab.osgi
-
Facilities for building testable components in OSGi independent fashion.
S
- ServiceDirectory - Interface in org.onlab.osgi
-
Simple abstraction of a service directory where service implementations can be found by the class name of the interfaces they provide.
- ServiceNotFoundException - Exception in org.onlab.osgi
-
Represents condition where some service is not found or not available.
- ServiceNotFoundException() - Constructor for exception org.onlab.osgi.ServiceNotFoundException
-
Creates a new exception with no message.
- ServiceNotFoundException(String) - Constructor for exception org.onlab.osgi.ServiceNotFoundException
-
Creates a new exception with the supplied message.
- ServiceNotFoundException(String, Throwable) - Constructor for exception org.onlab.osgi.ServiceNotFoundException
-
Creates a new exception with the supplied message and cause.
All Classes All Packages