|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridbus.broker.xgrl.InformationServiceProcessor
public class 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 |
MarketService |
processMarketService(org.dom4j.Element serviceElement)
Not implemented yet. |
NetworkStatusService |
processNetworkStatus(org.dom4j.Element serviceElement)
Returns a NetworkStatusService |
ReplicaCatalog |
processReplicaCatalog(org.dom4j.Element serviceElement)
Returns a Replica catalog service |
Service |
processSrbMCAT(org.dom4j.Element serviceElement)
Returns a SrbMCAT Service |
void |
setCredentialList(java.util.Hashtable credentials)
|
| 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 MarketService processMarketService(org.dom4j.Element serviceElement)
throws GridBrokerException
serviceElement -
GridBrokerException
public NetworkStatusService processNetworkStatus(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 -
GridBrokerExceptionpublic void setCredentialList(java.util.Hashtable credentials)
credentials -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||