public class LifecycleWrappedServiceCreator extends Object implements ObjectCreator
ObjectCreator
for a service
that allows the service lifecycle to alter the way that the service is created (this is needed for the more advanced,
non-singleton types of service lifecycles).Constructor and Description |
---|
LifecycleWrappedServiceCreator(ServiceLifecycle lifecycle,
ServiceResources resources,
ObjectCreator creator) |
Modifier and Type | Method and Description |
---|---|
Object |
createObject()
Passes the resources and the service creator through the
ServiceLifecycle . |
public LifecycleWrappedServiceCreator(ServiceLifecycle lifecycle, ServiceResources resources, ObjectCreator creator)
public Object createObject()
ServiceLifecycle
.createObject
in interface ObjectCreator
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.