public class EventAccessPOATie extends EventAccessPOA
| Constructor and Description |
|---|
EventAccessPOATie(EventAccessOperations delegate) |
EventAccessPOATie(EventAccessOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
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
|
_all_interfaces, _invoke, _this, _thispublic EventAccessPOATie(EventAccessOperations delegate)
public EventAccessPOATie(EventAccessOperations delegate, org.omg.PortableServer.POA poa)
public EventAccessOperations _delegate()
public void _delegate(EventAccessOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic Event a_writeable()
public ParameterComponent parm_svc()
EventAccessOperationspublic EventFactory a_factory()
public EventFinder a_finder()
public EventChannelFinder a_channel_finder()
public EventAttr get_attributes()
public Origin[] get_origins()
public Origin get_origin(java.lang.String the_origin) throws OriginNotFound
OriginNotFoundpublic Origin get_preferred_origin() throws NoPreferredOrigin
NoPreferredOriginpublic Locator[] get_locators(java.lang.String an_origin) throws OriginNotFound, NotImplemented
OriginNotFoundNotImplementedpublic AuditElement[] get_audit_trail_for_origin(java.lang.String the_origin) throws OriginNotFound, NotImplemented
OriginNotFoundNotImplementedpublic AuditElement[] get_audit_trail() throws NotImplemented
NotImplemented