org.apache.clerezza.rdf.core.access
Class GraphServiceFactory
java.lang.Object
org.apache.clerezza.rdf.core.access.GraphServiceFactory
- All Implemented Interfaces:
- org.osgi.framework.ServiceFactory
public class GraphServiceFactory
- extends Object
- implements org.osgi.framework.ServiceFactory
- Author:
- mir
- See Also:
-
Interface ServiceFactory
|
Method Summary |
Object |
getService(org.osgi.framework.Bundle arg0,
org.osgi.framework.ServiceRegistration arg1)
|
void |
ungetService(org.osgi.framework.Bundle arg0,
org.osgi.framework.ServiceRegistration arg1,
Object arg2)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getService
public Object getService(org.osgi.framework.Bundle arg0,
org.osgi.framework.ServiceRegistration arg1)
- Specified by:
getService in interface org.osgi.framework.ServiceFactory
ungetService
public void ungetService(org.osgi.framework.Bundle arg0,
org.osgi.framework.ServiceRegistration arg1,
Object arg2)
- Specified by:
ungetService in interface org.osgi.framework.ServiceFactory
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.