|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMUM.profileService.client.PlatformDescriptorsAgent
the implementation of the IPlatformDescriptorsDB client side
Constructor Summary | |
PlatformDescriptorsAgent(ComponentInfo info)
constructor |
Method Summary | |
boolean |
addPlatformDescriptor(IPlatformDescriptor pd)
This method adds a platform descriptor to the platform descriptors DB |
boolean |
addPlatformDescriptorForPath(Path path,
java.lang.String uniqueId)
This method gets the platform descriptor for a certain location, identified by a Path |
IPlatformDescriptor |
getPlatformDescriptor(java.lang.String uniqueId)
This method gets a Platform descriptor from the PlatformDescriptor DB, null if there was no entry corresponding to the required id |
IPlatformDescriptor |
getPlatformDescriptorForPath(Path path)
This method gets the platform descriptor for a certain location, identified by a Path |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlatformDescriptorsAgent(ComponentInfo info)
Method Detail |
public boolean addPlatformDescriptor(IPlatformDescriptor pd) throws java.io.IOException
addPlatformDescriptor
in interface IPlatformDescriptorsDB
java.io.IOException
public IPlatformDescriptor getPlatformDescriptor(java.lang.String uniqueId) throws java.io.IOException
getPlatformDescriptor
in interface IPlatformDescriptorsDB
java.io.IOException
public boolean addPlatformDescriptorForPath(Path path, java.lang.String uniqueId) throws java.io.IOException
addPlatformDescriptorForPath
in interface IPlatformDescriptorsDB
java.io.IOException
public IPlatformDescriptor getPlatformDescriptorForPath(Path path) throws java.io.IOException
getPlatformDescriptorForPath
in interface IPlatformDescriptorsDB
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |