Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.api
Class ServiceRegistry

java.lang.Object
  extended by org.nuxeo.runtime.api.ServiceRegistry

public class ServiceRegistry
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
ServiceRegistry()
           
 
Method Summary
 void addService(ServiceDescriptor sd)
           
 void clear()
           
 ServiceDescriptor getService(String instanceName)
           
 void removeService(String instanceName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRegistry

public ServiceRegistry()
Method Detail

addService

public void addService(ServiceDescriptor sd)

removeService

public void removeService(String instanceName)

getService

public ServiceDescriptor getService(String instanceName)

clear

public void clear()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.