com.bea.wli.sb.management.query
Class ProxyServerQuery

java.lang.Object
  extended by com.bea.wli.config.resource.BaseQuery
      extended by com.bea.wli.config.resource.ResourceQuery
          extended by com.bea.wli.sb.management.query.ProxyServerQuery
All Implemented Interfaces:
java.io.Serializable

public final class ProxyServerQuery
extends ResourceQuery

Query object for searching proxy server resources.

See Also:
Serialized Form

Field Summary
static java.lang.String KEY_HOST
          Search key for searching based on host.
static long serialVersionUID
           
 
Constructor Summary
ProxyServerQuery()
           
 
Method Summary
 void setHost(java.lang.String host)
          Adds a predicate to return only proxy servers with the given host
 
Methods inherited from class com.bea.wli.config.resource.ResourceQuery
addKeySearch, getAttrsToReturn, getFilter, getLocalName, getPath, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

KEY_HOST

public static final java.lang.String KEY_HOST
Search key for searching based on host.

See Also:
Constant Field Values
Constructor Detail

ProxyServerQuery

public ProxyServerQuery()
Method Detail

setHost

public void setHost(java.lang.String host)
Adds a predicate to return only proxy servers with the given host

Parameters:
host - the host to look for