|
|||||||||
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.IpSubscriptionEvent
public class IpSubscriptionEvent
IpSubscriptionEvent
events are generated when the
subscription status of object subscribed by the local process
changes.
Field Summary | |
---|---|
static java.lang.String |
SUBSCRIPTION_CANCEL
Event sub-type that means that the master has cancelled a subscription to a local object and property, made by a remote process. |
static java.lang.String |
SUBSCRIPTION_CONFIRM
Event sub-type that means that the local subscription of properties of a object has been confirmed by the process holding the master copy. |
static java.lang.String |
SUBSCRIPTION_TIMEOUT
Event sub-type that means that the local subscription of properties of a object has not been confirmed by the process holding the master copy in a long time. |
Method Summary | |
---|---|
IpObject |
getObject()
Get the object that the event concerns |
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 SUBSCRIPTION_CONFIRM
public static final java.lang.String SUBSCRIPTION_TIMEOUT
public static final java.lang.String SUBSCRIPTION_CANCEL
Method Detail |
---|
public IpObject getObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |