public interface Module
Title: Service Event Fabric Core
Description: Defines a base interface for various modules.
AuthenticationModule
DiscoveryModule
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the module.
|
void |
init(FabricContext context,
java.util.Map parameters)
Initializes the module with the specified parameters.
|
void |
setParameter(java.lang.String name,
java.lang.String value)
Sets the specified value of the parameter with the specified name.
|
void init(FabricContext context, java.util.Map parameters) throws ModuleException
context
- the current Fabric Context.parameters
- the module parameters.FabricException
- if some error occurs.ModuleException
void destroy()
void setParameter(java.lang.String name, java.lang.String value) throws ModuleException
name
- the name of the parameter.value
- the value to be set.ModuleException
- if the specified parameter is invalid.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.