Skip navigation links 
 
com.bea.wli.sb.management.query
Class SmtpServerQuery
java.lang.Object
   com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.BaseQuery
       com.bea.wli.config.resource.ResourceQuery
com.bea.wli.config.resource.ResourceQuery
           com.bea.wli.sb.management.query.SmtpServerQuery
com.bea.wli.sb.management.query.SmtpServerQuery
- All Implemented Interfaces:
- java.io.Serializable
- 
public class SmtpServerQuery
 
- extends ResourceQuery
Query object for searching SMTP Server configurations
- See Also:
- Serialized Form
 
| Field Summary | 
| static java.lang.String | KEY_DEFAULTSearch key for searching based on whether SMTP server is the default server
 | 
| static java.lang.String | KEY_SERVERURLSearch key for searching based on SMTP server URL
 | 
| static long | serialVersionUID
 | 
  
 
  
 
 
| 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 | 
 
 
serialVersionUID
public static final long serialVersionUID
- 
- See Also:
- Constant Field Values
 
KEY_SERVERURL
public static final java.lang.String KEY_SERVERURL
- Search key for searching based on SMTP server URL
- See Also:
- Constant Field Values
 
KEY_DEFAULT
public static final java.lang.String KEY_DEFAULT
- Search key for searching based on whether SMTP server is the default server
- See Also:
- Constant Field Values
 
SmtpServerQuery
public SmtpServerQuery()
- default constructor
setServerURL
public final void setServerURL(java.lang.String serverURL)
setDefault
public final void setDefault(boolean isDefault)
Skip navigation links 
 
Copyright © 2008, 2013, Oracle. All rights reserved.