edu.iris.Fissures.IfEvent
Class EventAccessPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfEvent.EventAccessPOA
          extended by edu.iris.Fissures.IfEvent.EventAccessPOATie
All Implemented Interfaces:
AuditSystemAccess, EventAccessOperations, EventDCOperations, EventMgrOperations, java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler

public class EventAccessPOATie
extends EventAccessPOA

See Also:
Serialized Form

Constructor Summary
EventAccessPOATie(EventAccessOperations delegate)
           
EventAccessPOATie(EventAccessOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 EventAccessOperations _delegate()
           
 void _delegate(EventAccessOperations delegate)
           
 EventChannelFinder a_channel_finder()
           
 EventFactory a_factory()
           
 EventFinder a_finder()
           
 Event a_writeable()
           
 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()
           
 ParameterComponent parm_svc()
          Defines the ParameterMgr where parameters for this Event reside
 
Methods inherited from class edu.iris.Fissures.IfEvent.EventAccessPOA
_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

EventAccessPOATie

public EventAccessPOATie(EventAccessOperations delegate)

EventAccessPOATie

public EventAccessPOATie(EventAccessOperations delegate,
                         org.omg.PortableServer.POA poa)
Method Detail

_delegate

public EventAccessOperations _delegate()

_delegate

public void _delegate(EventAccessOperations delegate)

_default_POA

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

a_writeable

public Event a_writeable()

parm_svc

public ParameterComponent parm_svc()
Description copied from interface: EventAccessOperations
Defines the ParameterMgr where parameters for this Event reside


a_factory

public EventFactory a_factory()

a_finder

public EventFinder a_finder()

a_channel_finder

public EventChannelFinder a_channel_finder()

get_attributes

public EventAttr get_attributes()

get_origins

public Origin[] get_origins()

get_origin

public Origin get_origin(java.lang.String the_origin)
                  throws OriginNotFound
Throws:
OriginNotFound

get_preferred_origin

public Origin get_preferred_origin()
                            throws NoPreferredOrigin
Throws:
NoPreferredOrigin

get_locators

public Locator[] get_locators(java.lang.String an_origin)
                       throws OriginNotFound,
                              NotImplemented
Throws:
OriginNotFound
NotImplemented

get_audit_trail_for_origin

public AuditElement[] get_audit_trail_for_origin(java.lang.String the_origin)
                                          throws OriginNotFound,
                                                 NotImplemented
Throws:
OriginNotFound
NotImplemented

get_audit_trail

public AuditElement[] get_audit_trail()
                               throws NotImplemented
Throws:
NotImplemented