|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceEntry in com.uc3m.it.pfc.pdp |
Fields in com.uc3m.it.pfc.pdp declared as ServiceEntry | |
private ServiceEntry[] |
PDP_SA.known
Place to store ServiceEntry objects (services) known from
the requester and/or sent by other devices |
private ServiceEntry[] |
PDPMessage.entry
ServiceEntryList/PRList field form a PDP message |
Methods in com.uc3m.it.pfc.pdp that return ServiceEntry | |
protected ServiceEntry[] |
PDPMessage.getServiceEntry()
Returns the ServiceEntry list within an array |
protected ServiceEntry[] |
PDPMessage.getPrList()
Returns the PRList field from a PDPServiceRequest message |
protected ServiceEntry |
PDPCacheData.toServiceEntry()
Translates the information given on this entry into a ServiceEntry object. |
Methods in com.uc3m.it.pfc.pdp with parameters of type ServiceEntry | |
protected void |
PDP_UA.newData(ServiceEntry[] data)
Informs User Agent that new external data has been received, and stores the new services on field known |
protected void |
PDP_SA.newData(ServiceEntry[] data)
Informs the thread that new external data has benn sent for this request by other device, and stores this information on field known . |
protected void |
PDPCache.add(ServiceEntry[] entry)
Adds all services given on the array parameter. |
protected void |
PDPCache.remove(ServiceEntry[] entry)
Removes the services specified on the parameter form this memory. |
protected void |
PDP.remove(ServiceEntry[] data)
Removes the services stored on the array of ServiceEntry objects from the remote cache.
|
protected void |
PDP.add(ServiceEntry[] data)
Adds the services stored on the array of ServiceEntry objects to remote cache. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |