public class BasePerfCompImpl extends CharacteristicComponentImpl
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_count |
protected Profiler |
m_profiler |
protected int |
m_size |
protected long |
m_waitTime |
characteristicModelImpl, propertiesm_containerServices, m_instanceName, m_logger| Constructor and Description |
|---|
BasePerfCompImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ContainerServices containerServices)
Subclass must call
super.initialize(containerServices)
unless it overrides as well all other methods which access the member vars of this class. |
void |
method() |
void |
setup(int count,
int size,
long waitTime) |
protected void |
waitAwhile() |
cleanUp, descriptor, execute, find_characteristic, get_all_characteristics, get_characteristic_by_name, getComponentContainerServices, registerProperty, unregisterPropertyaboutToAbort, componentState, execute, nameprotected int m_count
protected int m_size
protected long m_waitTime
protected Profiler m_profiler
public void method()
public void setup(int count,
int size,
long waitTime)
protected void waitAwhile()
throws java.lang.Exception
java.lang.Exceptionpublic void initialize(ContainerServices containerServices) throws ComponentLifecycleException
ComponentImplBasesuper.initialize(containerServices)
unless it overrides as well all other methods which access the member vars of this class.initialize in interface ComponentLifecycleinitialize in class CharacteristicComponentImplcontainerServices - callback object for services provided by the containerComponentLifecycleExceptionComponentLifecycle.initialize(alma.acs.container.ContainerServices)