Public Member Functions

alma.ACS.impl.ROlongImpl Class Reference

Inheritance diagram for alma.ACS.impl.ROlongImpl:
alma.ACS.impl.ROCommonComparablePropertyImpl alma.ACS.impl.CommonComparablePropertyImpl alma.ACS.impl.CommonPropertyImpl alma.ACS.impl.TypelessPropertyImpl alma.ACS.jbaci.CallbackDispatcher alma.ACS.impl.PropertyImpl

List of all members.

Public Member Functions

 ROlongImpl (String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed
 ROlongImpl (String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed
Object readPropertyTypeCharacteristic (String name) throws NoSuchCharacteristic
int alarm_high_off ()
int alarm_high_on ()
int alarm_low_off ()
int alarm_low_on ()
Subscription new_subscription_Alarm (Alarmlong arg0, CBDescIn arg1)
Monitorlong create_monitor (CBlong callback, CBDescIn descIn)
Monitorlong create_postponed_monitor (long startTime, CBlong callback, CBDescIn descIn)
int default_value ()
void get_async (CBlong arg0, CBDescIn arg1)
int get_history (int arg0, longSeqHolder arg1, TimeSeqHolder arg2)
int get_sync (CompletionHolder completionHolder)
int graph_max ()
int graph_min ()
int min_delta_trigger ()
int min_step ()
boolean lessThanDelta (Object value1, Object value2, Object delta)
boolean noDelta (Object value)
Object sum (Object value1, Object value2, boolean substract)
boolean dispatchCallback (int type, Object value, Callback callback, Completion completion, CBDescOut desc)

Detailed Description

Implementation of alma.ACS.ROdouble.

Author:
Camilo Menay
Cristian Maureira
Version:
$id$

Constructor & Destructor Documentation

alma.ACS.impl.ROlongImpl.ROlongImpl ( String  name,
CharacteristicComponentImpl  parentComponent 
) throws PropertyInitializationFailed
Parameters:
name 
parentComponent 
Exceptions:
PropertyInitializationFailed 

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

alma.ACS.impl.ROlongImpl.ROlongImpl ( String  name,
CharacteristicComponentImpl  parentComponent,
DataAccess  dataAccess 
) throws PropertyInitializationFailed
Parameters:
name 
parentComponent 
dataAccess 
Exceptions:
PropertyInitializationFailed 

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


Member Function Documentation

int alma.ACS.impl.ROlongImpl.alarm_high_off (  ) 
See also:
alma.ACS.ROdoubleOperations.alarm_high_off()

References alma.ACS.impl.ROCommonComparablePropertyImpl.alarmHighOff.

int alma.ACS.impl.ROlongImpl.alarm_high_on (  ) 
See also:
alma.ACS.ROdoubleOperations.alarm_high_on()

References alma.ACS.impl.ROCommonComparablePropertyImpl.alarmHighOn.

int alma.ACS.impl.ROlongImpl.alarm_low_off (  ) 
See also:
alma.ACS.ROlongOperations.alarm_low_off()

References alma.ACS.impl.ROCommonComparablePropertyImpl.alarmLowOff.

int alma.ACS.impl.ROlongImpl.alarm_low_on (  ) 
Monitorlong alma.ACS.impl.ROlongImpl.create_monitor ( CBlong  callback,
CBDescIn  descIn 
)
See also:
alma.ACS.PlongOperations.create_monitor(alma.ACS.CBdouble, alma.ACS.CBDescIn)

References alma.ACS.impl.ROlongImpl.create_postponed_monitor().

Monitorlong alma.ACS.impl.ROlongImpl.create_postponed_monitor ( long  startTime,
CBlong  callback,
CBDescIn  descIn 
)
See also:
alma.ACS.PlongOperations.create_postponed_monitor(long, alma.ACS.CBdouble, alma.ACS.CBDescIn)

References alma.ACS.impl.CommonPropertyImpl.registerMonitor().

Referenced by alma.ACS.impl.ROlongImpl.create_monitor().

int alma.ACS.impl.ROlongImpl.default_value (  ) 
See also:
alma.ACS.PlongOperations.default_value()

References alma.ACS.impl.CommonPropertyImpl.defaultValue.

Referenced by alma.ACS.impl.ROlongImpl.get_sync().

boolean alma.ACS.impl.ROlongImpl.dispatchCallback ( int  type,
Object  value,
Callback  callback,
Completion  completion,
CBDescOut  desc 
)
See also:
alma.ACS.jbaci.CallbackDispatcher.dispatchCallback(int, java.lang.Object, alma.ACSErr.Completion, alma.ACS.CBDescOut)
void alma.ACS.impl.ROlongImpl.get_async ( CBlong  arg0,
CBDescIn  arg1 
)
See also:
alma.ACS.PlongOperations.get_async(alma.ACS.CBdouble, alma.ACS.CBDescIn)

References alma.ACS.impl.CommonPropertyImpl.getAsync().

int alma.ACS.impl.ROlongImpl.get_history ( int  arg0,
longSeqHolder  arg1,
TimeSeqHolder  arg2 
)
See also:
alma.ACS.PlongOperations.get_history(int, alma.ACS.doubleSeqHolder, alma.ACS.TimeSeqHolder)

References alma.ACS.impl.CommonPropertyImpl.getHistory().

int alma.ACS.impl.ROlongImpl.get_sync ( CompletionHolder  completionHolder  ) 
See also:
alma.ACS.PlongOperations.get_sync(alma.ACSErr.CompletionHolder)

References alma.ACS.impl.ROlongImpl.default_value(), and alma.ACS.impl.CommonPropertyImpl.getSync().

int alma.ACS.impl.ROlongImpl.graph_max (  ) 
See also:
alma.ACS.PlongOperations.graph_max()

References alma.ACS.impl.CommonComparablePropertyImpl.graphMax.

int alma.ACS.impl.ROlongImpl.graph_min (  ) 
See also:
alma.ACS.PlongOperations.graph_min()

References alma.ACS.impl.CommonComparablePropertyImpl.graphMin.

boolean alma.ACS.impl.ROlongImpl.lessThanDelta ( Object  value1,
Object  value2,
Object  delta 
)
See also:
alma.ACS.CommonComparablePropertyImpl.lessThanDelta(java.lang.Object, java.lang.Object, java.lang.Object)
int alma.ACS.impl.ROlongImpl.min_delta_trigger (  ) 
See also:
alma.ACS.PlongOperations.min_delta_trigger()

References alma.ACS.impl.CommonComparablePropertyImpl.minDeltaTrigger.

int alma.ACS.impl.ROlongImpl.min_step (  ) 
See also:
alma.ACS.PlongOperations.min_step()

References alma.ACS.impl.CommonComparablePropertyImpl.minStep.

Subscription alma.ACS.impl.ROlongImpl.new_subscription_Alarm ( Alarmlong  arg0,
CBDescIn  arg1 
)
See also:
alma.ACS.ROlongOperations.new_subscription_Alarm(alma.ACS.Alarmlong, alma.ACS.CBDescIn)
boolean alma.ACS.impl.ROlongImpl.noDelta ( Object  value  ) 
See also:
alma.ACS.CommonComparablePropertyImpl.noDelta(java.lang.Object)
Object alma.ACS.impl.ROlongImpl.readPropertyTypeCharacteristic ( String  name  )  throws NoSuchCharacteristic
See also:
alma.ACS.CommonPropertyImpl.readPropertyTypeCharacteristic(java.lang.String)

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

Object alma.ACS.impl.ROlongImpl.sum ( Object  value1,
Object  value2,
boolean  substract 
)
See also:
alma.ACS.CommonComparablePropertyImpl.sum(java.lang.Object, java.lang.Object, boolean)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties