edu.sc.seis.fissuresUtil.cache
Class ProxyEventDC

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.cache.ProxyEventDC
All Implemented Interfaces:
edu.iris.Fissures.IfEvent.EventDCOperations, CorbaServerWrapper
Direct Known Subclasses:
CacheEventDC, NSEventDC, RetryEventDC, VestingEventDC

public abstract class ProxyEventDC
extends java.lang.Object
implements edu.iris.Fissures.IfEvent.EventDCOperations, CorbaServerWrapper


Field Summary
protected  edu.iris.Fissures.IfEvent.EventDCOperations eventDC
           
 
Fields inherited from interface edu.sc.seis.fissuresUtil.cache.CorbaServerWrapper
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
 
Constructor Summary
ProxyEventDC()
           
 
Method Summary
 org.omg.CORBA.Object getCorbaObject()
           
 edu.iris.Fissures.IfEvent.EventDCOperations getEventDC()
           
 java.lang.String getFullName()
           
 java.lang.String getServerDNS()
           
 java.lang.String getServerName()
           
 java.lang.String getServerType()
           
 edu.iris.Fissures.IfEvent.EventDCOperations getWrappedDC(java.lang.Class wrappedClass)
           
 void reset()
           
 void setEventDC(edu.iris.Fissures.IfEvent.EventDCOperations eventDC)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.iris.Fissures.IfEvent.EventDCOperations
a_channel_finder, a_finder
 

Field Detail

eventDC

protected edu.iris.Fissures.IfEvent.EventDCOperations eventDC
Constructor Detail

ProxyEventDC

public ProxyEventDC()
Method Detail

setEventDC

public void setEventDC(edu.iris.Fissures.IfEvent.EventDCOperations eventDC)

getCorbaObject

public org.omg.CORBA.Object getCorbaObject()

getServerDNS

public java.lang.String getServerDNS()
Specified by:
getServerDNS in interface CorbaServerWrapper

getServerName

public java.lang.String getServerName()
Specified by:
getServerName in interface CorbaServerWrapper

getFullName

public java.lang.String getFullName()
Specified by:
getFullName in interface CorbaServerWrapper

getServerType

public java.lang.String getServerType()
Specified by:
getServerType in interface CorbaServerWrapper

reset

public void reset()
Specified by:
reset in interface CorbaServerWrapper

getEventDC

public edu.iris.Fissures.IfEvent.EventDCOperations getEventDC()

getWrappedDC

public edu.iris.Fissures.IfEvent.EventDCOperations getWrappedDC(java.lang.Class wrappedClass)