public class ComponentAccessor<T> extends Object
Constructor and Description |
---|
ComponentAccessor(String className,
Integer scopeOrdinal,
boolean survivesRestarts,
String superAccessorName,
List<String> eagerDependencies) |
Modifier and Type | Method and Description |
---|---|
boolean |
isGlobalScope()
Temporary, for ComponentRegistry.getLocalComponent
|
protected T |
newInstance() |
protected void |
start(T instance) |
protected void |
stop(T instance) |
String |
toString() |
protected void |
wire(T instance,
WireContext context,
boolean start) |
protected T newInstance()
protected void wire(T instance, WireContext context, boolean start)
public boolean isGlobalScope()
Copyright © 2021 JBoss by Red Hat. All rights reserved.