|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.iperg.part.core.IpEvent org.iperg.part.core.IpObjectEvent
public class IpObjectEvent
IpObjectEvent
events are generated to notify the
application about changes to replicated objects. This includes the
addition and removal of such objects, or updates to object
properties.
Field Summary | |
---|---|
static java.lang.String |
PROP_ADD
An event type that indicates that a new property has been added to an object. |
static java.lang.String |
PROP_REMOVE
An event type that indicates that a property has been removed from an object. |
static java.lang.String |
PROP_UPDATE
An event type that indicates that the value of an object property has been updated. |
Method Summary | |
---|---|
IpObject |
getObject()
Get the object that the event concerns, e.g., the object to which a property was added. |
java.lang.String |
getOldValue()
Get the value of the property before it was updated. |
IpIdentifier |
getProcessId()
Get the identifier of the process that caused the event to occur, i.e., the process that is the source of the event. |
java.lang.String |
getPropertyGroup()
Get the name of the group of the property that the event concerns. |
java.lang.String |
getPropertyName()
Get the name of the property that the event concerns. |
IpIdentifier |
getReplicaId()
Get the identifier of the replicated object that was updated. |
java.lang.String |
getValue()
Get the value of the property after it was updated. |
Methods inherited from class org.iperg.part.core.IpEvent |
---|
getDestination, getType, read, setDestination, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROP_ADD
public static final java.lang.String PROP_REMOVE
public static final java.lang.String PROP_UPDATE
Method Detail |
---|
public IpIdentifier getReplicaId()
public IpIdentifier getProcessId()
public IpObject getObject()
public java.lang.String getPropertyName()
public java.lang.String getPropertyGroup()
public java.lang.String getValue()
PROP_UPDATE
public java.lang.String getOldValue()
PROP_UPDATE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |