alma::TT::PrimComponentImpl Class Reference

Inheritance diagram for alma::TT::PrimComponentImpl:
Inheritance graph
[legend]
Collaboration diagram for alma::TT::PrimComponentImpl:
Collaboration graph
[legend]

List of all members.

Classes

class  StatusDataAccess

Public Member Functions

void initialize (ContainerServices containerServices) throws ComponentLifecycleException
synchronized void onImpl () throws AcsJException
synchronized void offImpl () throws AcsJException
void resetImpl () throws AcsJException
RWdouble doubleRW ()
ROdouble doubleRO ()
RWfloat floatRW ()
ROfloat floatRO ()
RWlong longRW ()
ROlong longRO ()
ROpattern status ()

Protected Attributes

ROpattern status
ROlong longRO
RWlong longRW
ROdouble doubleRO
RWdouble doubleRW
ROfloat floatRO
RWfloat floatRW
AtomicBoolean onState = new AtomicBoolean(false)

Detailed Description

Implementation of alma.TT.PrimTestComponent.

Author:
Camilo Menay
Version:
$id$

Member Function Documentation

Referenced by initialize().

Implementation of readback data access (adds some random noise and responds to on/off status).

Methods for returning the properties

Referenced by initialize().

Referenced by initialize().

Referenced by initialize().

void alma::TT::PrimComponentImpl::initialize ( ContainerServices  containerServices  )  throws ComponentLifecycleException [inline]

Referenced by initialize().

Referenced by initialize().

synchronized void alma::TT::PrimComponentImpl::offImpl (  )  throws AcsJException [inline]

Implementation of 'off' method.

Exceptions:
ACS exception on any failure.

References onState.

Referenced by alma::TT::PrimComponentImpl::StatusDataAccess::set().

synchronized void alma::TT::PrimComponentImpl::onImpl (  )  throws AcsJException [inline]

Implementation of 'on' method.

Exceptions:
ACS exception on any failure.

References onState.

Referenced by alma::TT::PrimComponentImpl::StatusDataAccess::set().

void alma::TT::PrimComponentImpl::resetImpl (  )  throws AcsJException [inline]

Implementation of 'reset' method.

Exceptions:
ACS exception on any failure.

References onState.

Referenced by initialize().


Member Data Documentation

AtomicBoolean alma::TT::PrimComponentImpl::onState = new AtomicBoolean(false) [protected]

The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2