- 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.