|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gridbus.broker.xgrl.InformationServiceProcessor
This class has methods to parse resources from the xml file which specifies the resource-description
| Constructor Summary | |
InformationServiceProcessor()
Default constructor |
|
InformationServiceProcessor(org.dom4j.Element serviceElement)
Sets up the InformationServiceProcessor class with the element object passed in |
|
| Method Summary | |
Service |
extractInformationService()
Returns a Service |
GMD |
processGMD(org.dom4j.Element serviceElement)
Not implemented yet. |
ReplicaCatalog |
processReplicaCatalog(org.dom4j.Element serviceElement)
Returns a Replica catalog service |
Service |
processSrbMCAT(org.dom4j.Element serviceElement)
Returns a SrbMCAT Service |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InformationServiceProcessor()
public InformationServiceProcessor(org.dom4j.Element serviceElement)
serviceElement - | Method Detail |
public Service extractInformationService()
public GMD processGMD(org.dom4j.Element serviceElement)
throws GridBrokerException
serviceElement -
GridBrokerException
public Service processSrbMCAT(org.dom4j.Element serviceElement)
throws GridBrokerException
serviceElement -
GridBrokerException
public ReplicaCatalog processReplicaCatalog(org.dom4j.Element serviceElement)
throws GridBrokerException
serviceElement -
GridBrokerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||