edu.iris.Fissures.IfSeismogramMgr
Class SeismogramAccessPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfSeismogramMgr.SeismogramAccessPOA
          extended by edu.iris.Fissures.IfSeismogramMgr.SeismogramAccessPOATie
All Implemented Interfaces:
AuditSystemAccess, SeismogramAccessOperations, SeismogramComponentOperations, TimeSeriesAccess, java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler

public class SeismogramAccessPOATie
extends SeismogramAccessPOA

See Also:
Serialized Form

Constructor Summary
SeismogramAccessPOATie(SeismogramAccessOperations delegate)
           
SeismogramAccessPOATie(SeismogramAccessOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 SeismogramAccessOperations _delegate()
           
 void _delegate(SeismogramAccessOperations delegate)
           
 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 time_range)
           
 EncodedData[] get_range_as_encoded(Quantity time_range)
           
 float[] get_range_as_floats(Quantity time_range)
           
 int[] get_range_as_longs(Quantity time_range)
           
 short[] get_range_as_shorts(Quantity time_range)
           
 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 edu.iris.Fissures.IfSeismogramMgr.SeismogramAccessPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeismogramAccessPOATie

public SeismogramAccessPOATie(SeismogramAccessOperations delegate)

SeismogramAccessPOATie

public SeismogramAccessPOATie(SeismogramAccessOperations delegate,
                              org.omg.PortableServer.POA poa)
Method Detail

_delegate

public SeismogramAccessOperations _delegate()

_delegate

public void _delegate(SeismogramAccessOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

a_writeable

public Seismogram a_writeable()

parm_svc

public ParameterComponent parm_svc()
Description copied from interface: SeismogramAccessOperations
Defines the ParameterMgr where parameters for this DataSet reside


a_finder

public SeismogramFinder a_finder()

a_factory

public SeismogramFactory a_factory()

get_attributes

public SeismogramAttr get_attributes()

get_range_as_longs

public int[] get_range_as_longs(Quantity time_range)
                         throws FissuresException
Throws:
FissuresException

get_range_as_shorts

public short[] get_range_as_shorts(Quantity time_range)
                            throws FissuresException
Throws:
FissuresException

get_range_as_floats

public float[] get_range_as_floats(Quantity time_range)
                            throws FissuresException
Throws:
FissuresException

get_range_as_doubles

public double[] get_range_as_doubles(Quantity time_range)
                              throws FissuresException
Throws:
FissuresException

get_range_as_encoded

public EncodedData[] get_range_as_encoded(Quantity time_range)
                                   throws FissuresException
Throws:
FissuresException

is_closed

public boolean is_closed()

is_long

public boolean is_long()

is_float

public boolean is_float()

is_double

public boolean is_double()

is_short

public boolean is_short()

is_encoded

public boolean is_encoded()

can_convert_to_long

public boolean can_convert_to_long()

can_convert_to_float

public boolean can_convert_to_float()

can_convert_to_double

public boolean can_convert_to_double()

can_convert_to_short

public boolean can_convert_to_short()

get_as_longs

public int[] get_as_longs()
                   throws FissuresException
Throws:
FissuresException

get_as_shorts

public short[] get_as_shorts()
                      throws FissuresException
Throws:
FissuresException

get_as_floats

public float[] get_as_floats()
                      throws FissuresException
Throws:
FissuresException

get_as_doubles

public double[] get_as_doubles()
                        throws FissuresException
Throws:
FissuresException

get_as_encoded

public EncodedData[] get_as_encoded()
                             throws FissuresException
Throws:
FissuresException

get_audit_trail

public AuditElement[] get_audit_trail()
                               throws NotImplemented
Throws:
NotImplemented