edu.sc.seis.fissuresUtil.cache
Class ProxyEventAccessOperations

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.cache.ProxyEventAccessOperations
All Implemented Interfaces:
AuditSystemAccess, EventAccess, EventAccessOperations, EventDC, EventDCOperations, EventMgr, EventMgrOperations, CorbaServerWrapper, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
Direct Known Subclasses:
CacheEvent, RetryEventAccessOperations

public abstract class ProxyEventAccessOperations
extends java.lang.Object
implements EventAccess, CorbaServerWrapper

See Also:
Serialized Form

Field Summary
protected  EventAccessOperations event
           
 
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
ProxyEventAccessOperations()
           
 
Method Summary
 org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx, java.lang.String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result)
           
 org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx, java.lang.String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result, org.omg.CORBA.ExceptionList exclist, org.omg.CORBA.ContextList ctxlist)
           
 org.omg.CORBA.Object _duplicate()
           
 org.omg.CORBA.DomainManager[] _get_domain_managers()
           
 org.omg.CORBA.Object _get_interface_def()
           
 org.omg.CORBA.Policy _get_policy(int policy_type)
           
 int _hash(int maximum)
           
 boolean _is_a(java.lang.String repositoryIdentifier)
           
 boolean _is_equivalent(org.omg.CORBA.Object other)
           
 boolean _non_existent()
           
 void _release()
           
 org.omg.CORBA.Request _request(java.lang.String operation)
           
 org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies, org.omg.CORBA.SetOverrideType set_add)
           
 EventChannelFinder a_channel_finder()
           
 EventFactory a_factory()
           
 EventFinder a_finder()
           
 Event a_writeable()
           
 boolean close(EventAccessOperations event)
          does an equals, except origin times within 1 millisecond are judged to be the same.
 boolean equals(org.omg.CORBA.Object o)
           
 EventAttr get_attributes()
           
 AuditElement[] get_audit_trail_for_origin(java.lang.String the_origin)
           
 AuditElement[] get_audit_trail()
           
 Locator[] get_locators(java.lang.String an_origin)
           
 Origin get_origin(java.lang.String the_origin)
           
 Origin[] get_origins()
           
 Origin get_preferred_origin()
           
 EventAccess getCorbaObject()
           
 EventAccessOperations getEventAccess()
           
 java.lang.String getFullName()
           
 OriginImpl getOrigin()
           
 java.lang.String getServerDNS()
           
 java.lang.String getServerName()
           
 java.lang.String getServerType()
           
 EventAccessOperations getWrappedEventAccess()
           
 EventAccessOperations getWrappedEventAccess(java.lang.Class wrappedClass)
           
 boolean hasCorbaObject()
           
 int hashCode()
           
 ParameterComponent parm_svc()
           
 void reset()
           
protected  void setEventAccess(EventAccessOperations evo)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

event

protected EventAccessOperations event
Constructor Detail

ProxyEventAccessOperations

public ProxyEventAccessOperations()
Method Detail

getCorbaObject

public EventAccess 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

hasCorbaObject

public boolean hasCorbaObject()

getWrappedEventAccess

public EventAccessOperations getWrappedEventAccess()

getWrappedEventAccess

public EventAccessOperations getWrappedEventAccess(java.lang.Class wrappedClass)

reset

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

getEventAccess

public EventAccessOperations getEventAccess()

setEventAccess

protected void setEventAccess(EventAccessOperations evo)

a_writeable

public Event a_writeable()
Specified by:
a_writeable in interface EventAccessOperations

parm_svc

public ParameterComponent parm_svc()
Specified by:
parm_svc in interface EventAccessOperations

get_attributes

public EventAttr get_attributes()
Specified by:
get_attributes in interface EventAccessOperations

get_origins

public Origin[] get_origins()
Specified by:
get_origins in interface EventAccessOperations

get_origin

public Origin get_origin(java.lang.String the_origin)
                  throws OriginNotFound
Specified by:
get_origin in interface EventAccessOperations
Throws:
OriginNotFound

get_preferred_origin

public Origin get_preferred_origin()
                            throws NoPreferredOrigin
Specified by:
get_preferred_origin in interface EventAccessOperations
Throws:
NoPreferredOrigin

get_locators

public Locator[] get_locators(java.lang.String an_origin)
                       throws OriginNotFound,
                              NotImplemented
Specified by:
get_locators in interface EventAccessOperations
Throws:
OriginNotFound
NotImplemented

get_audit_trail_for_origin

public AuditElement[] get_audit_trail_for_origin(java.lang.String the_origin)
                                          throws OriginNotFound,
                                                 NotImplemented
Specified by:
get_audit_trail_for_origin in interface EventAccessOperations
Throws:
OriginNotFound
NotImplemented

get_audit_trail

public AuditElement[] get_audit_trail()
                               throws NotImplemented
Specified by:
get_audit_trail in interface AuditSystemAccess
Throws:
NotImplemented

a_factory

public EventFactory a_factory()
Specified by:
a_factory in interface EventMgrOperations

a_finder

public EventFinder a_finder()
Specified by:
a_finder in interface EventDCOperations

a_channel_finder

public EventChannelFinder a_channel_finder()
Specified by:
a_channel_finder in interface EventDCOperations

equals

public boolean equals(org.omg.CORBA.Object o)

close

public boolean close(EventAccessOperations event)
does an equals, except origin times within 1 millisecond are judged to be the same.


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getOrigin

public OriginImpl getOrigin()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

_release

public void _release()
Specified by:
_release in interface org.omg.CORBA.Object

_non_existent

public boolean _non_existent()
Specified by:
_non_existent in interface org.omg.CORBA.Object

_hash

public int _hash(int maximum)
Specified by:
_hash in interface org.omg.CORBA.Object

_is_a

public boolean _is_a(java.lang.String repositoryIdentifier)
Specified by:
_is_a in interface org.omg.CORBA.Object

_get_domain_managers

public org.omg.CORBA.DomainManager[] _get_domain_managers()
Specified by:
_get_domain_managers in interface org.omg.CORBA.Object

_duplicate

public org.omg.CORBA.Object _duplicate()
Specified by:
_duplicate in interface org.omg.CORBA.Object

_get_interface_def

public org.omg.CORBA.Object _get_interface_def()
Specified by:
_get_interface_def in interface org.omg.CORBA.Object

_is_equivalent

public boolean _is_equivalent(org.omg.CORBA.Object other)
Specified by:
_is_equivalent in interface org.omg.CORBA.Object

_get_policy

public org.omg.CORBA.Policy _get_policy(int policy_type)
Specified by:
_get_policy in interface org.omg.CORBA.Object

_request

public org.omg.CORBA.Request _request(java.lang.String operation)
Specified by:
_request in interface org.omg.CORBA.Object

_set_policy_override

public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies,
                                                 org.omg.CORBA.SetOverrideType set_add)
Specified by:
_set_policy_override in interface org.omg.CORBA.Object

_create_request

public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx,
                                             java.lang.String operation,
                                             org.omg.CORBA.NVList arg_list,
                                             org.omg.CORBA.NamedValue result)
Specified by:
_create_request in interface org.omg.CORBA.Object

_create_request

public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx,
                                             java.lang.String operation,
                                             org.omg.CORBA.NVList arg_list,
                                             org.omg.CORBA.NamedValue result,
                                             org.omg.CORBA.ExceptionList exclist,
                                             org.omg.CORBA.ContextList ctxlist)
Specified by:
_create_request in interface org.omg.CORBA.Object