org.apache.clerezza.rdf.core.access
Class MGraphServiceFactory

java.lang.Object
  extended by org.apache.clerezza.rdf.core.access.MGraphServiceFactory
All Implemented Interfaces:
org.osgi.framework.ServiceFactory

public class MGraphServiceFactory
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
 

Method Detail

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.