edu.iris.Fissures.IfSeismogramMgr
Class SeismogramAccessPOATie
java.lang.Object
org.omg.PortableServer.Servant
edu.iris.Fissures.IfSeismogramMgr.SeismogramAccessPOA
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
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 |
SeismogramAccessPOATie
public SeismogramAccessPOATie(SeismogramAccessOperations delegate)
SeismogramAccessPOATie
public SeismogramAccessPOATie(SeismogramAccessOperations delegate,
org.omg.PortableServer.POA poa)
_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