|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.domain.FIPAAgentManagement.SearchConstraints
This class models a search constraint.
FIPAManagementOntology
,
Serialized FormConstructor Summary | |
SearchConstraints()
Default constructor. |
Method Summary | |
java.lang.Long |
getMaxDepth()
Retrieve the max-depth slot of this object. |
java.lang.Long |
getMaxResults()
Retrieve the max-results slot of this object. |
java.lang.String |
getSearchId()
Retrieve the search-id slot of this object. |
void |
renewSearchId()
Regenerate the value of search_id as a globally unique identifier. |
void |
setMaxDepth(java.lang.Long l)
Set the max-depth slot of this object. |
void |
setMaxResults(java.lang.Long l)
Set the max-results slot of this object. |
void |
setSearchId(java.lang.String searchId)
Set the search-id slot of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SearchConstraints()
renewSearchId
in order to create a new
globally unique identifier. Otherwise, the DF might reply with
a FAILURE having received already the same search.
Method Detail |
public void renewSearchId()
public void setSearchId(java.lang.String searchId)
search-id
slot of this object.
searchId
- The unique identifier associated with this
search operation.public java.lang.String getSearchId()
search-id
slot of this object. This
slot uniquely identifies a search operation.
search-id
slot of this
object, or null
if no value was set.public void setMaxDepth(java.lang.Long l)
max-depth
slot of this object.
l
- The value of the maximum recursion depth of this
search over the DF federation graph.public java.lang.Long getMaxDepth()
max-depth
slot of this object. This
slot describes the maximum recursion depth of this search over
the DF federation graph.
max-depth
slot of this
envelope, or null
if no value was set.public void setMaxResults(java.lang.Long l)
max-results
slot of this object.
l
- The name of the maximum number of results to retrieve
in response to this search operation.public java.lang.Long getMaxResults()
max-results
slot of this object. This
slot contains the maximum numver of results to retrieve in
response to this search operation. object was sent.
max-results
slot of this
envelope, or null
if no value was set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |