Class EmailResolverKeys
java.lang.Object
com.netscape.cmscore.notification.EmailResolverKeys
- All Implemented Interfaces:
IAttrSet
,IEmailResolverKeys
,Serializable
Email resolver keys as input to email resolvers
- Version:
- $Revision$, $Date$
- Author:
- cfu
- See Also:
-
Field Summary
Fields inherited from interface com.netscape.certsrv.notification.IEmailResolverKeys
KEY_CERT, KEY_REQUEST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
removes 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.void
sets a key with key name and the key
-
Constructor Details
-
EmailResolverKeys
public EmailResolverKeys()
-
-
Method Details
-
set
sets a key with key name and the key- Specified by:
set
in interfaceIAttrSet
- Parameters:
name
- key namekey
- key- Throws:
EBaseException
- NullPointerException
-
get
returns the key to which the specified name is mapped in this key set -
delete
removes the name and its corresponding key from this key set. This method does nothing if the named key is not in the key set. -
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:
getElements
in interfaceIAttrSet
- Returns:
- an enumeration of the values in this key set
- See Also:
-