public class ModuleConfiguration extends CloneableDataObject
Title: Service Event Fabric Core
Description: Defines a configuration object for Module
.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getDescription()
Returns the module description.
|
java.lang.String |
getModuleClass()
Returns the name of the class implementing the module's logic.
|
java.lang.String |
getName()
Returns the module name.
|
java.lang.String |
getParameter(java.lang.String name)
Returns the value of the parameter with the specified name.
|
java.util.List |
listParameters()
Returns the list of the module parameters.
|
void |
setParameter(java.lang.String name,
java.lang.String value)
Sets the specified value to the parameter with the specified name.
|
clone, getSerialVersionUID
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getModuleClass()
Module
interface.public java.lang.String getParameter(java.lang.String name)
name
- the specified parameter name.null
if this parameter does not exist.public void setParameter(java.lang.String name, java.lang.String value) throws ModuleException
Module.setParameter(String, String)
is invoked for
the instance of this module.name
- the name of the parameter.value
- the value to be set.ModuleException
- if the specified parameter is invalid.public java.util.List listParameters()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.