Package com.bea.wli.sb.management.query
Class ProxyServerQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.ProxyServerQuery
- All Implemented Interfaces:
Serializable
Query object for searching proxy server resources.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Search key for searching based on host.static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bea.wli.config.resource.ResourceQuery
addKeySearch, getAttrsToReturn, getFilter, getLocalName, getPath, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
KEY_HOST
Search key for searching based on host.- See Also:
-
-
Constructor Details
-
ProxyServerQuery
public ProxyServerQuery()
-
-
Method Details
-
setHost
Adds a predicate to return only proxy servers with the given host- Parameters:
host
- the host to look for
-