|
UNICORE Resource Broker NJS Plugin 1.5α1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.eurogrid.broker.server.gt3.IndexServiceSearcher
Implementation of an XPath searcher that uses a GT3 Index Service.
GT3LocalResourceChecker| Constructor Summary | |
IndexServiceSearcher(String serviceHandle,
QName target)
Create a new search engine access point. |
|
IndexServiceSearcher(String serviceHandle,
String targetNamespace,
String targetElement)
Create a new search engine access point. |
|
| Method Summary | |
String |
getFormalName()
Get the formal name of the plugin. |
String |
getName()
Get the name of the plugin. |
Element[] |
search(String xpath,
String[] namespaceMap,
List log)
Search for elements matching the given XPath expression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IndexServiceSearcher(String serviceHandle,
QName target)
serviceHandle - The URL that references the index service.target - The qualified name of the element that the search is rooted at.
public IndexServiceSearcher(String serviceHandle,
String targetNamespace,
String targetElement)
serviceHandle - The URL that references the index service.targetNamespace - The namespace of the element that the search is rooted at.targetElement - The element (sans namespace) that the search is rooted at.| Method Detail |
public String getFormalName()
NamedPlugin
getFormalName in interface NamedPluginpublic String getName()
NamedPlugin
getName in interface NamedPlugin
public Element[] search(String xpath,
String[] namespaceMap,
List log)
throws org.globus.ogsa.GridServiceException,
RemoteException,
org.gridforum.ogsi.FaultType
XPathSearcher
search in interface XPathSearcherxpath - The XPath search term.namespaceMap - Mapping of namespace abbreviations to namespace URIs. Each
item in the list should be formatted as an
xmlns:...=... pseudo-attribute, except that quotation
marks are not needed.log - List (of strings) that log messages will be added to.
org.globus.ogsa.GridServiceException
RemoteException
org.gridforum.ogsi.FaultType
|
UNICORE Resource Broker NJS Plugin 1.5α1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||