|
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.globus.Translation.Search
A search for a node in the Globus information tree.
Translation,
Serialized Form| Field Summary | |
Translation.Constraint[] |
constraints
What constraints are there on the matching class? |
Translation.Search[] |
subsearches
What searches should be performed rooted at the position that this search succeeds at? |
String |
targetClass
What (LDAP) class to look for? |
| Constructor Summary | |
Translation.Search(String target,
List constraints)
Create a new search. |
|
Translation.Search(String target,
Translation.Constraint constraint)
Create a new search. |
|
Translation.Search(String target,
Translation.Constraint c1,
Translation.Constraint c2)
Create a new search. |
|
| Method Summary | |
void |
setSubsearches(List subs)
Sets the sub-searches to perform based at any node discovered by this search. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public Translation.Constraint[] constraints
public Translation.Search[] subsearches
public String targetClass
| Constructor Detail |
public Translation.Search(String target,
List constraints)
target - The class of node to look for.constraints - A list of constraints on the node.
public Translation.Search(String target,
Translation.Constraint constraint)
target - The class of node to look for.constraint - A constraint on what node may be matched.
public Translation.Search(String target,
Translation.Constraint c1,
Translation.Constraint c2)
target - The class of node to look for.c1 - A constraint on what node may be matched.c2 - A constraint on what node may be matched.| Method Detail |
public void setSubsearches(List subs)
subs - A list of Translation.Search objects.public String toString()
toString in class Object
|
UNICORE Resource Broker NJS Plugin 1.5α1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||