edu.iris.Fissures.IfSeismogramMgr
Class SeismogramFactoryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfSeismogramMgr.SeismogramFactoryPOA
          extended by edu.iris.Fissures.IfSeismogramMgr.SeismogramFactoryPOATie
All Implemented Interfaces:
SeismogramFactoryOperations, org.omg.CORBA.portable.InvokeHandler

public class SeismogramFactoryPOATie
extends SeismogramFactoryPOA


Constructor Summary
SeismogramFactoryPOATie(SeismogramFactoryOperations delegate)
           
SeismogramFactoryPOATie(SeismogramFactoryOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 SeismogramFactoryOperations _delegate()
           
 void _delegate(SeismogramFactoryOperations delegate)
           
 int active_seismogram_count()
           
 Seismogram create_from_ref(Seismogram a_seismogram, AuditInfo[] audit_info)
           
 Seismogram create_from_value(LocalSeismogram a_seismogram, AuditInfo[] audit_info)
           
 Seismogram[] create_from_values(LocalMotionVector a_seismogram, AuditInfo[] audit_info)
           
 Seismogram create(SeismogramAttr the_attributes, AuditInfo[] audit_info)
           
 
Methods inherited from class edu.iris.Fissures.IfSeismogramMgr.SeismogramFactoryPOA
_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

SeismogramFactoryPOATie

public SeismogramFactoryPOATie(SeismogramFactoryOperations delegate)

SeismogramFactoryPOATie

public SeismogramFactoryPOATie(SeismogramFactoryOperations delegate,
                               org.omg.PortableServer.POA poa)
Method Detail

_delegate

public SeismogramFactoryOperations _delegate()

_delegate

public void _delegate(SeismogramFactoryOperations delegate)

_default_POA

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

active_seismogram_count

public int active_seismogram_count()

create

public Seismogram create(SeismogramAttr the_attributes,
                         AuditInfo[] audit_info)
                  throws FissuresException
Throws:
FissuresException

create_from_value

public Seismogram create_from_value(LocalSeismogram a_seismogram,
                                    AuditInfo[] audit_info)
                             throws FissuresException
Throws:
FissuresException

create_from_values

public Seismogram[] create_from_values(LocalMotionVector a_seismogram,
                                       AuditInfo[] audit_info)
                                throws FissuresException
Throws:
FissuresException

create_from_ref

public Seismogram create_from_ref(Seismogram a_seismogram,
                                  AuditInfo[] audit_info)
                           throws FissuresException
Throws:
FissuresException