edu.sc.seis.fissuresUtil.cache
Class ProxyEventDC

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

public abstract class ProxyEventDC
extends java.lang.Object
implements EventDCOperations, CorbaServerWrapper


Field Summary
protected  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()
           
 EventDCOperations getEventDC()
           
 java.lang.String getFullName()
           
 java.lang.String getServerDNS()
           
 java.lang.String getServerName()
           
 java.lang.String getServerType()
           
 EventDCOperations getWrappedDC(java.lang.Class wrappedClass)
           
 void reset()
           
 void setEventDC(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 EventDCOperations eventDC
Constructor Detail

ProxyEventDC

public ProxyEventDC()
Method Detail

setEventDC

public void setEventDC(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 EventDCOperations getEventDC()

getWrappedDC

public EventDCOperations getWrappedDC(java.lang.Class wrappedClass)