@Typed public class DefaultServiceProviderContext<T> extends Object implements EditableServiceProviderContext<T>
InvocationOrder
, dependency injectionModifier and Type | Field and Description |
---|---|
protected boolean |
deploymentFinished |
Constructor and Description |
---|
DefaultServiceProviderContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
filterService(Class<T> serviceClass) |
ClassLoader |
getClassLoader() |
T |
postConstruct(T instance) |
void |
preInstallServices(List<Class<?>> foundServiceClasses) |
protected void |
setDeploymentFinished(boolean deploymentFinished) |
public ClassLoader getClassLoader()
getClassLoader
in interface ServiceProviderContext
public T postConstruct(T instance)
postConstruct
in interface EditableServiceProviderContext<T>
public boolean filterService(Class<T> serviceClass)
filterService
in interface EditableServiceProviderContext<T>
public void preInstallServices(List<Class<?>> foundServiceClasses)
preInstallServices
in interface EditableServiceProviderContext<T>
protected void setDeploymentFinished(boolean deploymentFinished)
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.