alma::ACS::impl::RWpatternImpl Class Reference

Inheritance diagram for alma::ACS::impl::RWpatternImpl:
Inheritance graph
[legend]
Collaboration diagram for alma::ACS::impl::RWpatternImpl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RWpatternImpl (String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed
 RWpatternImpl (String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed
Object readPropertyTypeCharacteristic (String name) throws NoSuchCharacteristic
long default_value ()
String[] bitDescription ()
Condition[] whenSet ()
Condition[] whenCleared ()
long alarm_mask ()
long alarm_trigger ()
long get_sync (CompletionHolder completionHolder)
void get_async (CBpattern callback, CBDescIn descIn)
int get_history (int arg0, patternSeqHolder arg1, TimeSeqHolder arg2)
Monitorpattern create_monitor (CBpattern callback, CBDescIn descIn)
Monitorpattern create_postponed_monitor (long startTime, CBpattern callback, CBDescIn descIn)
boolean dispatchCallback (int type, Object value, Callback callback, Completion completion, CBDescOut desc)
boolean lessThanDelta (Object value1, Object value2, Object delta)
boolean noDelta (Object value)
Object sum (Object value1, Object value2, boolean substract)

Detailed Description

Implementation of alma.ACS.RWpattern.

Author:
Camilo Menay
Cristian Maureira
Version:
$id$f

Constructor & Destructor Documentation

alma::ACS::impl::RWpatternImpl::RWpatternImpl ( String  name,
CharacteristicComponentImpl  parentComponent 
) throws PropertyInitializationFailed [inline]
Parameters:
propertyType 
name 
parentComponent 
Exceptions:
PropertyInitializationFailed 

References alma::ACS::PropertyOperations::name(), and alma::ACS::impl::PropertyImpl::parentComponent.

alma::ACS::impl::RWpatternImpl::RWpatternImpl ( String  name,
CharacteristicComponentImpl  parentComponent,
DataAccess  dataAccess 
) throws PropertyInitializationFailed [inline]
Parameters:
propertyType 
name 
parentComponent 
dataAccess 
Exceptions:
PropertyInitializationFailed 

References alma::ACS::impl::CommonPropertyImpl::dataAccess, alma::ACS::PropertyOperations::name(), and alma::ACS::impl::PropertyImpl::parentComponent.


Member Function Documentation

long alma::ACS::impl::RWpatternImpl::alarm_mask (  )  [inline]
long alma::ACS::impl::RWpatternImpl::alarm_trigger (  )  [inline]
String [] alma::ACS::impl::RWpatternImpl::bitDescription (  )  [inline]
Monitorpattern alma::ACS::impl::RWpatternImpl::create_monitor ( CBpattern  callback,
CBDescIn  descIn 
) [inline]
Monitorpattern alma::ACS::impl::RWpatternImpl::create_postponed_monitor ( long  startTime,
CBpattern  callback,
CBDescIn  descIn 
) [inline]
long alma::ACS::impl::RWpatternImpl::default_value (  )  [inline]
boolean alma::ACS::impl::RWpatternImpl::dispatchCallback ( int  type,
Object  value,
Callback  callback,
Completion  completion,
CBDescOut  desc 
) [inline]
void alma::ACS::impl::RWpatternImpl::get_async ( CBpattern  callback,
CBDescIn  descIn 
) [inline]
int alma::ACS::impl::RWpatternImpl::get_history ( int  arg0,
patternSeqHolder  arg1,
TimeSeqHolder  arg2 
) [inline]
long alma::ACS::impl::RWpatternImpl::get_sync ( CompletionHolder  completionHolder  )  [inline]
boolean alma::ACS::impl::RWpatternImpl::lessThanDelta ( Object  value1,
Object  value2,
Object  delta 
) [inline, virtual]
See also:
alma.ACS.CommonComparablePropertyImpl::lessThanDelta(java.lang.Object, java.lang.Object, java.lang.Object)

Implements alma::ACS::impl::CommonComparablePropertyImpl.

boolean alma::ACS::impl::RWpatternImpl::noDelta ( Object  value  )  [inline, virtual]
See also:
alma.ACS.CommonComparablePropertyImpl::noDelta(java.lang.Object)

Implements alma::ACS::impl::CommonComparablePropertyImpl.

Object alma::ACS::impl::RWpatternImpl::readPropertyTypeCharacteristic ( String  name  )  throws NoSuchCharacteristic [inline, virtual]
See also:
alma.ACS.CommonPropertyImpl::readPropertyTypeCharacteristic(java.lang.String)

Implements alma::ACS::impl::CommonPropertyImpl.

References alma::ACS::impl::PropertyImpl::characteristicModelImpl, alma::ACS::impl::CharacteristicModelImpl::getInteger(), and alma::ACS::PropertyOperations::name().

Object alma::ACS::impl::RWpatternImpl::sum ( Object  value1,
Object  value2,
boolean  substract 
) [inline, virtual]

Calculate a sum of two values.

Parameters:
value1 first value.
value2 second value.
substract negate value2.
Returns:
value of (value1 + (substract ? -value2 : value2)).

Implements alma::ACS::impl::CommonComparablePropertyImpl.

Condition [] alma::ACS::impl::RWpatternImpl::whenCleared (  )  [inline]
Condition [] alma::ACS::impl::RWpatternImpl::whenSet (  )  [inline]

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

Generated by  doxygen 1.6.2