Package com.bea.wli.sb.management.query
Class SmtpServerQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.SmtpServerQuery
- All Implemented Interfaces:
Serializable
Query object for searching SMTP Server configurations
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
setDefault
(boolean isDefault) final void
setServerURL
(String serverURL) 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_SERVERURL
Search key for searching based on SMTP server URL- See Also:
-
KEY_DEFAULT
Search key for searching based on whether SMTP server is the default server- See Also:
-
-
Constructor Details
-
SmtpServerQuery
public SmtpServerQuery()default constructor
-
-
Method Details
-
setServerURL
-
setDefault
public final void setDefault(boolean isDefault)
-