public class ABOChangeEvent extends ServerStatusEvent
Modifier and Type | Class and Description |
---|---|
static interface |
ABOChangeEvent.Listener |
static interface |
ABOChangeEvent.Source |
Constructor and Description |
---|
ABOChangeEvent(AliveBusinessObject abo,
ABOChangeType action) |
Modifier and Type | Method and Description |
---|---|
AliveBusinessObject |
getABO() |
ABOChangeType |
getChangeType() |
SessionId |
getLastAccessorId()
Note that this may be null if the Server itself was the one who
changed that ABO!
|
PrimaryKey |
getPrimaryKey() |
boolean |
isCreated() |
boolean |
isDeleted() |
boolean |
isDropped() |
boolean |
isFetched() |
boolean |
isUpdated() |
void |
setABO(AliveBusinessObject aboRef)
Note that on client side this event is passed further to direct listeners of
the affected ABO.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
boolean |
wasCausedByMe(SessionId sessId) |
getMessageType
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString
public ABOChangeEvent(AliveBusinessObject abo, ABOChangeType action)
public AliveBusinessObject getABO()
public void setABO(AliveBusinessObject aboRef)
public PrimaryKey getPrimaryKey()
public SessionId getLastAccessorId()
public boolean wasCausedByMe(SessionId sessId)
public boolean isCreated()
public boolean isDeleted()
public boolean isUpdated()
public boolean isFetched()
public boolean isDropped()
public ABOChangeType getChangeType()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.