net.vattp.data
Interface VatLocationLookup

All Known Implementing Classes:
VatLocationServer

public interface VatLocationLookup

Untamed:


Method Summary
 String[] getLocations(String vatID)
          Enabled: Get the locations for a Process Location Server lookup operation.
 

Method Detail

getLocations

public String[] getLocations(String vatID)
Enabled: Get the locations for a Process Location Server lookup operation. This method will be called on an object which is registered thru a VatTPMgr's setVatLocationLookup method when the requested vatID is not the same as the vatID of the local vat.

Returns:
is the locations the requestor should try next


comments?