Class EmailResolverKeys
java.lang.Object
com.netscape.cmscore.notification.EmailResolverKeys
- All Implemented Interfaces:
IAttrSet, Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidremoves the name and its corresponding key from this key set.returns the key to which the specified name is mapped in this key setreturns an enumeration of the key names in this key set.voidsets a key with key name and the key
-
Field Details
-
KEY_REQUEST
- See Also:
-
KEY_CERT
- See Also:
-
-
Constructor Details
-
EmailResolverKeys
public EmailResolverKeys()
-
-
Method Details
-
set
sets a key with key name and the key- Specified by:
setin interfaceIAttrSet- Parameters:
name- key namekey- key- Throws:
EBaseException- NullPointerException
-
get
-
delete
-
getElements
returns an enumeration of the key names in this key set. Use the Enumeration methods on the returned object to fetch the elements sequentially.- Specified by:
getElementsin interfaceIAttrSet- Returns:
- an enumeration of the values in this key set
- See Also:
-