edu.iris.Fissures.IfTimeSeries
Class _TimeSeriesAdminStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
edu.iris.Fissures.IfTimeSeries._TimeSeriesAdminStub
- All Implemented Interfaces:
- TimeSeriesAdmin, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _TimeSeriesAdminStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements TimeSeriesAdmin
- See Also:
- Serialized Form
Method Summary |
java.lang.String[] |
_ids()
|
void |
append_doubles(int _ob_a0,
double[] _ob_a1,
AuditInfo[] _ob_a2)
|
void |
append_encoded_seq(int _ob_a0,
EncodedData[] _ob_a1,
AuditInfo[] _ob_a2)
|
void |
append_encoded(int _ob_a0,
EncodedData _ob_a1,
AuditInfo[] _ob_a2)
|
void |
append_floats(int _ob_a0,
float[] _ob_a1,
AuditInfo[] _ob_a2)
|
void |
append_longs(int _ob_a0,
int[] _ob_a1,
AuditInfo[] _ob_a2)
Clients must resend failed calls with the same data for the
same sequence number until successful. |
void |
append_shorts(int _ob_a0,
short[] _ob_a1,
AuditInfo[] _ob_a2)
|
void |
close()
|
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_ob_opsClass
public static final java.lang.Class _ob_opsClass
_TimeSeriesAdminStub
public _TimeSeriesAdminStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids
in class org.omg.CORBA.portable.ObjectImpl
close
public void close()
- Specified by:
close
in interface TimeSeriesAdmin
append_longs
public void append_longs(int _ob_a0,
int[] _ob_a1,
AuditInfo[] _ob_a2)
throws SequenceOutOfOrder
- Description copied from interface:
TimeSeriesAdmin
- Clients must resend failed calls with the same data for the
same sequence number until successful.
- Specified by:
append_longs
in interface TimeSeriesAdmin
- Throws:
SequenceOutOfOrder
append_shorts
public void append_shorts(int _ob_a0,
short[] _ob_a1,
AuditInfo[] _ob_a2)
throws SequenceOutOfOrder
- Specified by:
append_shorts
in interface TimeSeriesAdmin
- Throws:
SequenceOutOfOrder
append_floats
public void append_floats(int _ob_a0,
float[] _ob_a1,
AuditInfo[] _ob_a2)
throws SequenceOutOfOrder
- Specified by:
append_floats
in interface TimeSeriesAdmin
- Throws:
SequenceOutOfOrder
append_doubles
public void append_doubles(int _ob_a0,
double[] _ob_a1,
AuditInfo[] _ob_a2)
throws SequenceOutOfOrder
- Specified by:
append_doubles
in interface TimeSeriesAdmin
- Throws:
SequenceOutOfOrder
append_encoded_seq
public void append_encoded_seq(int _ob_a0,
EncodedData[] _ob_a1,
AuditInfo[] _ob_a2)
throws SequenceOutOfOrder
- Specified by:
append_encoded_seq
in interface TimeSeriesAdmin
- Throws:
SequenceOutOfOrder
append_encoded
public void append_encoded(int _ob_a0,
EncodedData _ob_a1,
AuditInfo[] _ob_a2)
throws SequenceOutOfOrder
- Specified by:
append_encoded
in interface TimeSeriesAdmin
- Throws:
SequenceOutOfOrder