Package org.infinispan.factories.impl
Class ComponentAccessor<T>
- java.lang.Object
-
- org.infinispan.factories.impl.ComponentAccessor<T>
-
public class ComponentAccessor<T> extends Object
Component lifecycle management- Since:
- 10.0
- Author:
- Dan Berindei
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isGlobalScope()
Temporary, for ComponentRegistry.getLocalComponentprotected T
newInstance()
protected void
start(T instance)
protected void
stop(T instance)
String
toString()
protected void
wire(T instance, WireContext context, boolean start)
-
-
-
Method Detail
-
newInstance
protected T newInstance()
-
wire
protected void wire(T instance, WireContext context, boolean start)
-
isGlobalScope
public boolean isGlobalScope()
Temporary, for ComponentRegistry.getLocalComponent
-
-