Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.binding
Class AbstractServiceProvider

java.lang.Object
  extended by org.nuxeo.runtime.binding.AbstractServiceProvider
All Implemented Interfaces:
ServiceProvider
Direct Known Subclasses:
BeanServiceProvider, RuntimeServiceProvider, SimpleServiceProvider

public abstract class AbstractServiceProvider
extends java.lang.Object
implements ServiceProvider

Author:
Bogdan Stefanescu

Constructor Summary
AbstractServiceProvider()
           
 
Method Summary
 ServiceManager getManager()
          Gets the service manager on which this provider is attached, or null if none.
 void setManager(ServiceManager manager)
          Attaches the provider to a service manager.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.runtime.binding.ServiceProvider
destroy, getService
 

Constructor Detail

AbstractServiceProvider

public AbstractServiceProvider()
Method Detail

setManager

public void setManager(ServiceManager manager)
Description copied from interface: ServiceProvider
Attaches the provider to a service manager.

Specified by:
setManager in interface ServiceProvider

getManager

public ServiceManager getManager()
Description copied from interface: ServiceProvider
Gets the service manager on which this provider is attached, or null if none.

Specified by:
getManager in interface ServiceProvider
Returns:
the service manager or null if none

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.