edu.iris.Fissures.IfSeismogramMgr
Class _SeismogramAccessStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by edu.iris.Fissures.IfSeismogramMgr._SeismogramAccessStub
All Implemented Interfaces:
AuditSystemAccess, SeismogramAccess, SeismogramAccessOperations, SeismogramComponent, SeismogramComponentOperations, TimeSeriesAccess, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _SeismogramAccessStub
extends org.omg.CORBA.portable.ObjectImpl
implements SeismogramAccess

See Also:
Serialized Form

Field Summary
static java.lang.Class _ob_opsClass
           
 
Constructor Summary
_SeismogramAccessStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 SeismogramFactory a_factory()
           
 SeismogramFinder a_finder()
           
 Seismogram a_writeable()
           
 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()
           
 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
 
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
 

Field Detail

_ob_opsClass

public static final java.lang.Class _ob_opsClass
Constructor Detail

_SeismogramAccessStub

public _SeismogramAccessStub()
Method Detail

_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

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