|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.impl.AbstractAttributeRecord | +--solar.impl.SerializedEvent | +--solar.service.pack.comm.PackEvent
A wrapper class for PACK event that is used for wire transfer.
Field Summary |
Fields inherited from class solar.impl.AbstractAttributeRecord |
_attributes |
Fields inherited from interface solar.service.pack.PackConstants |
PACK_ACK, PACK_BUFFER_LIMIT, PACK_EVENT, PACK_FORWARD, PACK_LASTHOP, PACK_MEMORY_LIMIT, PACK_POLICY, PACK_PUBID, PACK_SUBID, PACK_SUSPEND_LIMIT |
Fields inherited from interface solar.api.Event |
EVENT_PLAIN, EVENT_SERIALIZED |
Fields inherited from interface solar.SolarConstants |
ADVERTISEMENT_SVID, ATTRIBUTE_RECORD_SVID, ATTRIBUTE_SVID, FILTER_CONFIG_SVID, FILTER_SPEC_SVID, GRAPH_SPEC_SVID, GUID_SVID, HEADER_SVID, ID_SVID, NAME_RECORD_SVID, PACK_POLICY_SVID, PIPE_SPEC_SVID, REQUEST_SVID, RPCACK_SVID |
Constructor Summary | |
PackEvent(Event evt)
|
|
PackEvent(Id pubId,
Id subId,
Event event,
boolean forward)
|
Method Summary | |
Event |
getEvent()
|
Id |
getPubId()
|
Id |
getSubId()
|
boolean |
isForwarding()
|
static boolean |
isPackEvent(Event evt)
|
Methods inherited from class solar.impl.SerializedEvent |
equals, getEncoding, toBytes, toString |
Methods inherited from class solar.impl.AbstractAttributeRecord |
getAttribute, getAttributes, getAttributes, getKeys, getValue, getValues, getValues |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface solar.api.AttributeRecord |
getAttribute, getAttributes, getAttributes, getKeys, getValue, getValues, getValues |
Constructor Detail |
public PackEvent(Id pubId, Id subId, Event event, boolean forward)
public PackEvent(Event evt)
Method Detail |
public Id getPubId()
public Id getSubId()
public Event getEvent()
public boolean isForwarding()
public static boolean isPackEvent(Event evt)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |