public class CacheEvent extends ProxyEventAccessOperations
Modifier and Type | Field and Description |
---|---|
protected EventAttr |
attr |
protected Origin[] |
origins |
protected OriginImpl |
preferred |
event
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
Modifier | Constructor and Description |
---|---|
protected |
CacheEvent()
for use by hibernate
|
|
CacheEvent(EventAccessOperations event) |
|
CacheEvent(EventAttr attr,
Origin preferred) |
|
CacheEvent(EventAttr attr,
Origin[] origins,
OriginImpl preferred) |
|
CacheEvent(EventAttr attr,
OriginImpl preferred)
Initializes the origins array to be just the single prefferred origin.
|
Modifier and Type | Method and Description |
---|---|
EventAttr |
get_attributes() |
Origin |
get_origin(java.lang.String the_origin) |
Origin[] |
get_origins() |
Origin |
get_preferred_origin() |
EventAttrImpl |
getAttributes() |
int |
getDbid() |
Origin[] |
getOrigins() |
OriginImpl |
getPreferred() |
boolean |
hasDbid() |
boolean |
isLoaded() |
void |
setDbid(int id) |
protected void |
setOrigins(Origin[] origins)
for use by hibernate
|
protected void |
setPreferred(OriginImpl o) |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override, a_channel_finder, a_factory, a_finder, a_writeable, close, equals, get_audit_trail_for_origin, get_audit_trail, get_locators, getCorbaObject, getEventAccess, getFullName, getOrigin, getServerDNS, getServerName, getServerType, getWrappedEventAccess, getWrappedEventAccess, hasCorbaObject, hashCode, parm_svc, reset, setEventAccess, toString
protected EventAttr attr
protected Origin[] origins
protected OriginImpl preferred
protected CacheEvent()
public CacheEvent(EventAttr attr, OriginImpl preferred)
public CacheEvent(EventAttr attr, Origin[] origins, OriginImpl preferred)
public CacheEvent(EventAccessOperations event)
public EventAttr get_attributes()
get_attributes
in interface EventAccessOperations
get_attributes
in class ProxyEventAccessOperations
public EventAttrImpl getAttributes()
public Origin[] get_origins()
get_origins
in interface EventAccessOperations
get_origins
in class ProxyEventAccessOperations
public Origin[] getOrigins()
protected void setOrigins(Origin[] origins)
public Origin get_origin(java.lang.String the_origin) throws OriginNotFound
get_origin
in interface EventAccessOperations
get_origin
in class ProxyEventAccessOperations
OriginNotFound
public Origin get_preferred_origin() throws NoPreferredOrigin
get_preferred_origin
in interface EventAccessOperations
get_preferred_origin
in class ProxyEventAccessOperations
NoPreferredOrigin
public OriginImpl getPreferred() throws NoPreferredOrigin
NoPreferredOrigin
protected void setPreferred(OriginImpl o)
public boolean isLoaded()
public boolean hasDbid()
public int getDbid()
public void setDbid(int id)