|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iperg.part.core.IpEvent
org.iperg.part.core.IpObjectSearchEvent
public class IpObjectSearchEvent
IpObjectSearchEvent is generated when the result of a
broadcast object search is received from a remote process.
| Field Summary | |
|---|---|
static java.lang.String |
EVENT_TYPE
The event "type" |
| Constructor Summary | |
|---|---|
IpObjectSearchEvent(IpIdentifier procId,
IpObject[] objs,
java.lang.String searchTag)
Constructs a search event. |
|
| Method Summary | |
|---|---|
IpObject[] |
getObjects()
Get the objects that were found |
IpIdentifier |
getProcessId()
Get the identifier of the process where the objects were found |
java.lang.String |
getTag()
Get the search tag |
| 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 EVENT_TYPE
| Constructor Detail |
|---|
public IpObjectSearchEvent(IpIdentifier procId,
IpObject[] objs,
java.lang.String searchTag)
procId - The identifier of the process where the
objects were foundobjs - An array of objects that was foundsearchTag - The tag that was given when the search
was initiated| Method Detail |
|---|
public IpIdentifier getProcessId()
public IpObject[] getObjects()
public java.lang.String getTag()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||