Uses of Class
com.uc3m.it.pfc.pdp.PDPException

Uses of PDPException in com.uc3m.it.pfc.pdp
 

Methods in com.uc3m.it.pfc.pdp that throw PDPException
 boolean PDP.addLocal(java.lang.String service, java.lang.String url, int ttl)
          Adds an entry on local cache with the information given on the parameters.
 java.lang.Object PDP.searchService(java.lang.String type, boolean any)
          Launches a service discovery request for the service type.
 java.util.Vector PDP.getResponse()
          Gets (if available) the response for the last SD process.
 void PDP.stopUA()
          Stops the current job for the UA
 

Constructors in com.uc3m.it.pfc.pdp that throw PDPException
PDP(int local_length, int cache_length, int pdp_time)
          Constructor.