edu.iris.Fissures.IfSeismogramMgr
Class _SeismogramStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
edu.iris.Fissures.IfSeismogramMgr._SeismogramStub
- All Implemented Interfaces:
- AuditSystemAccess, Seismogram, SeismogramAccess, SeismogramAccessOperations, SeismogramComponent, SeismogramComponentOperations, SeismogramOperations, TimeSeriesAccess, TimeSeriesAdmin, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _SeismogramStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements Seismogram
- See Also:
- Serialized Form
Method Summary |
java.lang.String[] |
_ids()
|
SeismogramFactory |
a_factory()
|
SeismogramFinder |
a_finder()
|
Seismogram |
a_writeable()
|
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)
|
boolean |
can_convert_to_double()
|
boolean |
can_convert_to_float()
|
boolean |
can_convert_to_long()
|
boolean |
can_convert_to_short()
|
void |
close()
|
void |
destroy()
Remove the seismogram from this Seismogram service. |
double[] |
get_as_doubles()
|
EncodedData[] |
get_as_encoded()
|
float[] |
get_as_floats()
|
int[] |
get_as_longs()
|
short[] |
get_as_shorts()
|
SeismogramAttr |
get_attributes()
|
AuditElement[] |
get_audit_trail()
|
double[] |
get_range_as_doubles(Quantity _ob_a0)
|
EncodedData[] |
get_range_as_encoded(Quantity _ob_a0)
|
float[] |
get_range_as_floats(Quantity _ob_a0)
|
int[] |
get_range_as_longs(Quantity _ob_a0)
|
short[] |
get_range_as_shorts(Quantity _ob_a0)
|
boolean |
is_closed()
|
boolean |
is_double()
|
boolean |
is_encoded()
|
boolean |
is_float()
|
boolean |
is_long()
|
boolean |
is_short()
|
ParameterComponent |
parm_svc()
Defines the ParameterMgr where parameters for this DataSet
reside |
void |
process_time_corrections(AuditInfo[] _ob_a0)
process the know time corrections for a seismogram |
void |
set_attributes(SeismogramAttr _ob_a0,
AuditInfo[] _ob_a1)
Update the attributes for the seismogram |
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 |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_ob_opsClass
public static final java.lang.Class _ob_opsClass
_SeismogramStub
public _SeismogramStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids
in class org.omg.CORBA.portable.ObjectImpl
a_writeable
public Seismogram a_writeable()
- Specified by:
a_writeable
in interface SeismogramAccessOperations
parm_svc
public ParameterComponent parm_svc()
- Description copied from interface:
SeismogramAccessOperations
- Defines the ParameterMgr where parameters for this DataSet
reside
- Specified by:
parm_svc
in interface SeismogramAccessOperations
a_finder
public SeismogramFinder a_finder()
- Specified by:
a_finder
in interface SeismogramComponentOperations
a_factory
public SeismogramFactory a_factory()
- Specified by:
a_factory
in interface SeismogramComponentOperations
process_time_corrections
public void process_time_corrections(AuditInfo[] _ob_a0)
throws NotImplemented
- Description copied from interface:
SeismogramOperations
- process the know time corrections for a seismogram
- Specified by:
process_time_corrections
in interface SeismogramOperations
- Throws:
NotImplemented
set_attributes
public void set_attributes(SeismogramAttr _ob_a0,
AuditInfo[] _ob_a1)
throws FissuresException
- Description copied from interface:
SeismogramOperations
- Update the attributes for the seismogram
- Specified by:
set_attributes
in interface SeismogramOperations
- Throws:
FissuresException
destroy
public void destroy()
- Description copied from interface:
SeismogramOperations
- Remove the seismogram from this Seismogram service.
This does not destroy the seismogram in the total FISSURES
context but only this service instance.
- Specified by:
destroy
in interface SeismogramOperations
get_attributes
public SeismogramAttr get_attributes()
- Specified by:
get_attributes
in interface SeismogramAccessOperations
get_range_as_longs
public int[] get_range_as_longs(Quantity _ob_a0)
throws FissuresException
- Specified by:
get_range_as_longs
in interface SeismogramAccessOperations
- Throws:
FissuresException
get_range_as_shorts
public short[] get_range_as_shorts(Quantity _ob_a0)
throws FissuresException
- Specified by:
get_range_as_shorts
in interface SeismogramAccessOperations
- Throws:
FissuresException
get_range_as_floats
public float[] get_range_as_floats(Quantity _ob_a0)
throws FissuresException
- Specified by:
get_range_as_floats
in interface SeismogramAccessOperations
- Throws:
FissuresException
get_range_as_doubles
public double[] get_range_as_doubles(Quantity _ob_a0)
throws FissuresException
- Specified by:
get_range_as_doubles
in interface SeismogramAccessOperations
- Throws:
FissuresException
get_range_as_encoded
public EncodedData[] get_range_as_encoded(Quantity _ob_a0)
throws FissuresException
- Specified by:
get_range_as_encoded
in interface SeismogramAccessOperations
- Throws:
FissuresException
is_closed
public boolean is_closed()
- Specified by:
is_closed
in interface TimeSeriesAccess
is_long
public boolean is_long()
- Specified by:
is_long
in interface TimeSeriesAccess
is_float
public boolean is_float()
- Specified by:
is_float
in interface TimeSeriesAccess
is_double
public boolean is_double()
- Specified by:
is_double
in interface TimeSeriesAccess
is_short
public boolean is_short()
- Specified by:
is_short
in interface TimeSeriesAccess
is_encoded
public boolean is_encoded()
- Specified by:
is_encoded
in interface TimeSeriesAccess
can_convert_to_long
public boolean can_convert_to_long()
- Specified by:
can_convert_to_long
in interface TimeSeriesAccess
can_convert_to_float
public boolean can_convert_to_float()
- Specified by:
can_convert_to_float
in interface TimeSeriesAccess
can_convert_to_double
public boolean can_convert_to_double()
- Specified by:
can_convert_to_double
in interface TimeSeriesAccess
can_convert_to_short
public boolean can_convert_to_short()
- Specified by:
can_convert_to_short
in interface TimeSeriesAccess
get_as_longs
public int[] get_as_longs()
throws FissuresException
- Specified by:
get_as_longs
in interface TimeSeriesAccess
- Throws:
FissuresException
get_as_shorts
public short[] get_as_shorts()
throws FissuresException
- Specified by:
get_as_shorts
in interface TimeSeriesAccess
- Throws:
FissuresException
get_as_floats
public float[] get_as_floats()
throws FissuresException
- Specified by:
get_as_floats
in interface TimeSeriesAccess
- Throws:
FissuresException
get_as_doubles
public double[] get_as_doubles()
throws FissuresException
- Specified by:
get_as_doubles
in interface TimeSeriesAccess
- Throws:
FissuresException
get_as_encoded
public EncodedData[] get_as_encoded()
throws FissuresException
- Specified by:
get_as_encoded
in interface TimeSeriesAccess
- Throws:
FissuresException
get_audit_trail
public AuditElement[] get_audit_trail()
throws NotImplemented
- Specified by:
get_audit_trail
in interface AuditSystemAccess
- Throws:
NotImplemented
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