|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPublicationEventHandlerParams
This interface defines the parameters (name/value pairs) for the publication event handler.
| Method Summary | |
|---|---|
void |
addParameter(java.lang.String name,
java.lang.String value)
Add a parameter to the collection. |
java.lang.String[] |
getParametersName()
Returns the names of the parameters to the publication event handler. |
java.lang.String |
getParameterValue(java.lang.String name)
Returns the value of the specified parameter. |
IProperties |
getProperties()
Returns the collection of parameters as an IProperties object. |
void |
removeParameter(java.lang.String name)
Removes the specified parameter. |
void |
setParameterValue(java.lang.String name,
java.lang.String value)
Sets the value of the specified parameter. |
| Method Detail |
|---|
java.lang.String[] getParametersName()
void addParameter(java.lang.String name,
java.lang.String value)
throws SDKException
name - the name of the parametervalue - the value of the parameter
SDKExceptionjava.lang.String getParameterValue(java.lang.String name)
name - the name of the parameter
void setParameterValue(java.lang.String name,
java.lang.String value)
throws SDKException
name - the name of the parametervalue - the value of the parameter
SDKException
void removeParameter(java.lang.String name)
throws SDKException
name - the name of the parameter
SDKExceptionIProperties getProperties()
IProperties object.
IProperties object containing the collection of parameters.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||