public class ClassAdapter extends AbstractComponent<Object>
| Constructor and Description |
|---|
ClassAdapter(String aName,
ClassConfiguration aClassConfig)
Creates a new ClassAdapter object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doStart(Scope aScope)
Must be implemented for initializing the subsystem.
|
protected void |
doStop(Object aRuntime) |
addContext, addInterface, addProvidedInterface, addRequiredInterface, findProvidedInterface, findRequiredInterface, getContext, getName, getProvidedInterfaces, getQualifiedName, getRequiredInterfaces, start, stop, toStringpublic ClassAdapter(String aName, ClassConfiguration aClassConfig)
protected Object doStart(Scope aScope)
AbstractComponentAbstractComponent.addInterface(ProvidedInterface, Object, Scope) for
each service that is started.doStart in class AbstractComponent<Object>protected void doStop(Object aRuntime)
doStop in class AbstractComponent<Object>Copyright © 2025. All rights reserved.