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