Public Member Functions

alma.ACS.impl.RWstringImpl Class Reference

Inheritance diagram for alma.ACS.impl.RWstringImpl:
alma.ACS.impl.RWCommonPropertyImpl alma.ACS.impl.CommonPropertyImpl alma.ACS.impl.TypelessPropertyImpl alma.ACS.jbaci.CallbackDispatcher alma.ACS.impl.PropertyImpl

List of all members.

Public Member Functions

 RWstringImpl (String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed
 RWstringImpl (String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed
Object readPropertyTypeCharacteristic (String name) throws NoSuchCharacteristic
Monitor create_monitor (CBstring callback, CBDescIn desc)
Monitor create_postponed_monitor (long startTime, CBstring callback, CBDescIn desc)
String default_value ()
void get_async (CBstring callback, CBDescIn desc)
void set_async (String value, CBvoid callback, CBDescIn desc)
void set_nonblocking (String value)
Completion set_sync (String value)
int get_history (int length, stringSeqHolder values, TimeSeqHolder times)
String get_sync (CompletionHolder completionHolder)
boolean dispatchCallback (int type, Object value, Callback callback, Completion completion, CBDescOut desc)

Constructor & Destructor Documentation

alma.ACS.impl.RWstringImpl.RWstringImpl ( 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.RWstringImpl.RWstringImpl ( 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

Monitor alma.ACS.impl.RWstringImpl.create_monitor ( CBstring  callback,
CBDescIn  desc 
)
See also:
alma.ACS.PstringOperations.create_monitor(alma.ACS.CBstring, alma.ACS.CBDescIn)

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

Monitor alma.ACS.impl.RWstringImpl.create_postponed_monitor ( long  startTime,
CBstring  callback,
CBDescIn  desc 
)
See also:
alma.ACS.PstringOperations.create_postponed_monitor(long, alma.ACS.CBstring, alma.ACS.CBDescIn)

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

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

String alma.ACS.impl.RWstringImpl.default_value (  ) 
See also:
alma.ACS.PstringOperations.default_value()

References alma.ACS.impl.CommonPropertyImpl.defaultValue.

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

boolean alma.ACS.impl.RWstringImpl.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.RWstringImpl.get_async ( CBstring  callback,
CBDescIn  desc 
)
See also:
alma.ACS.PstringOperations.get_async(alma.ACS.CBstring, alma.ACS.CBDescIn)

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

int alma.ACS.impl.RWstringImpl.get_history ( int  length,
stringSeqHolder  values,
TimeSeqHolder  times 
)
See also:
alma.ACS.PstringOperations.get_history(int, alma.ACS.stringSeqHolder, alma.ACS.TimeSeqHolder)

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

String alma.ACS.impl.RWstringImpl.get_sync ( CompletionHolder  completionHolder  ) 
See also:
alma.ACS.PstringOperations.get_sync(alma.ACSErr.CompletionHolder)

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

Object alma.ACS.impl.RWstringImpl.readPropertyTypeCharacteristic ( String  name  )  throws NoSuchCharacteristic
See also:
alma.ACS.PCommonPropertyImpl.readPropertyTypeCharacteristic(java.lang.String)

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

void alma.ACS.impl.RWstringImpl.set_async ( String  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.RWstringImpl.set_nonblocking ( String  value  ) 
See also:
alma.ACS.PstringOperations.set_nonblocking(java.lang.String)

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

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

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


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