public interface TimeSeriesAccess extends AuditSystemAccess, org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Method and Description |
|---|---|
boolean |
can_convert_to_double() |
boolean |
can_convert_to_float() |
boolean |
can_convert_to_long() |
boolean |
can_convert_to_short() |
double[] |
get_as_doubles() |
EncodedData[] |
get_as_encoded() |
float[] |
get_as_floats() |
int[] |
get_as_longs() |
short[] |
get_as_shorts() |
boolean |
is_closed() |
boolean |
is_double() |
boolean |
is_encoded() |
boolean |
is_float() |
boolean |
is_long() |
boolean |
is_short() |
get_audit_trailboolean is_closed()
boolean is_long()
boolean is_float()
boolean is_double()
boolean is_short()
boolean is_encoded()
boolean can_convert_to_long()
boolean can_convert_to_float()
boolean can_convert_to_double()
boolean can_convert_to_short()
int[] get_as_longs()
throws FissuresException
FissuresExceptionshort[] get_as_shorts()
throws FissuresException
FissuresExceptionfloat[] get_as_floats()
throws FissuresException
FissuresExceptiondouble[] get_as_doubles()
throws FissuresException
FissuresExceptionEncodedData[] get_as_encoded() throws FissuresException
FissuresException