Public Member Functions

alma.ACS.impl.RWOnOffSwitchImpl Class Reference

Inheritance diagram for alma.ACS.impl.RWOnOffSwitchImpl:
alma.ACS.impl.RWCommonComparablePropertyImpl 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

 RWOnOffSwitchImpl (String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed
 RWOnOffSwitchImpl (String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed
Object readPropertyTypeCharacteristic (String name) throws NoSuchCharacteristic
OnOffSwitch default_value ()
String[] bitDescription ()
OnOffSwitch get_sync (CompletionHolder completionHolder)
void get_async (CBpattern callback, CBDescIn descIn)
int get_history (int arg0, OnOffSwitchSeqHolder arg1, TimeSeqHolder arg2)
Monitorpattern create_monitor (CBpattern callback, CBDescIn descIn)
Monitor 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)
void set_async (OnOffSwitch value, CBvoid callback, CBDescIn desc)
void set_nonblocking (OnOffSwitch value)
Completion set_sync (OnOffSwitch value)
OnOffSwitch[] allStates ()
Condition[] condition ()
String[] statesDescription ()

Detailed Description

Implementation of alma.ACS.RWpattern.

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

Constructor & Destructor Documentation

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

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

alma.ACS.impl.RWOnOffSwitchImpl.RWOnOffSwitchImpl ( String  name,
CharacteristicComponentImpl  parentComponent,
DataAccess  dataAccess 
) throws PropertyInitializationFailed
Parameters:
propertyType 
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

OnOffSwitch [] alma.ACS.impl.RWOnOffSwitchImpl.allStates (  ) 
String [] alma.ACS.impl.RWOnOffSwitchImpl.bitDescription (  ) 
See also:
alma.ACS.PpatternOperations.bitDescription()

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

Condition [] alma.ACS.impl.RWOnOffSwitchImpl.condition (  ) 
Monitorpattern alma.ACS.impl.RWOnOffSwitchImpl.create_monitor ( CBpattern  callback,
CBDescIn  descIn 
)
See also:
alma.ACS.PpatternOperations.create_monitor(alma.ACS.CBpattern, alma.ACS.CBDescIn)

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

Monitor alma.ACS.impl.RWOnOffSwitchImpl.create_postponed_monitor ( long  startTime,
CBpattern  callback,
CBDescIn  descIn 
)
See also:
alma.ACS.PpatternOperations.create_postponed_monitor(long, alma.ACS.CBpattern, alma.ACS.CBDescIn)

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

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

OnOffSwitch alma.ACS.impl.RWOnOffSwitchImpl.default_value (  ) 
See also:
alma.ACS.PpatternOperations.default_value()

References alma.ACS.impl.CommonPropertyImpl.defaultValue.

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

boolean alma.ACS.impl.RWOnOffSwitchImpl.dispatchCallback ( int  type,
Object  value,
Callback  callback,
Completion  completion,
CBDescOut  desc 
)
See also:
alma.ACS.jbaci.CallbackDispatcher.dispatchCallback(int, java.lang.Object, alma.ACS.Callback, alma.ACSErr.Completion, alma.ACS.CBDescOut)
void alma.ACS.impl.RWOnOffSwitchImpl.get_async ( CBpattern  callback,
CBDescIn  descIn 
)
See also:
alma.ACS.PpatternOperations.get_async(alma.ACS.CBpattern, alma.ACS.CBDescIn)

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

int alma.ACS.impl.RWOnOffSwitchImpl.get_history ( int  arg0,
OnOffSwitchSeqHolder  arg1,
TimeSeqHolder  arg2 
)
See also:
alma.ACS.PpatternOperations.get_history(int, alma.ACS.patternSeqHolder, alma.ACS.TimeSeqHolder)

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

OnOffSwitch alma.ACS.impl.RWOnOffSwitchImpl.get_sync ( CompletionHolder  completionHolder  ) 
See also:
alma.ACS.PpatternOperations.get_sync(alma.ACSErr.CompletionHolder)

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

boolean alma.ACS.impl.RWOnOffSwitchImpl.lessThanDelta ( Object  value1,
Object  value2,
Object  delta 
)
See also:
alma.ACS.CommonComparablePropertyImpl.lessThanDelta(java.lang.Object, java.lang.Object, java.lang.Object)
boolean alma.ACS.impl.RWOnOffSwitchImpl.noDelta ( Object  value  ) 
See also:
alma.ACS.CommonComparablePropertyImpl.noDelta(java.lang.Object)
Object alma.ACS.impl.RWOnOffSwitchImpl.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().

void alma.ACS.impl.RWOnOffSwitchImpl.set_async ( OnOffSwitch  value,
CBvoid  callback,
CBDescIn  desc 
)
See also:
alma.ACS.PstringOperations.set_async(java.lang.String value, alma.ACS.CBvoid, alma.ACS.CBDescIn)

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

void alma.ACS.impl.RWOnOffSwitchImpl.set_nonblocking ( OnOffSwitch  value  ) 
See also:
alma.ACS.PstringOperations.set_nonblocking(java.lang.String)

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

Completion alma.ACS.impl.RWOnOffSwitchImpl.set_sync ( OnOffSwitch  value  ) 
See also:
alma.ACS.PstringOperations.set_sync(java.lang.String)

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

String [] alma.ACS.impl.RWOnOffSwitchImpl.statesDescription (  ) 
Object alma.ACS.impl.RWOnOffSwitchImpl.sum ( Object  value1,
Object  value2,
boolean  substract 
)

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