|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.module.SimpleModule
public class SimpleModule
A simple representation of a Module
| Field Summary | |
|---|---|
protected String |
name
Module name |
| Constructor Summary | |
|---|---|
SimpleModule(String name)
Constructor |
|
SimpleModule(String name,
List<Initiator> initiators)
Constructor |
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns a human readable description of this module |
Map<String,Flow> |
getFlows()
Returns a Map of this module's Flows |
Initiator |
getInitiator(String initiatorName)
Resolve the initiator |
List<Initiator> |
getInitiators()
Returns all of this module's Initiators |
String |
getName()
Accessor for name |
void |
setDescription(String description)
Set the description. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
| Constructor Detail |
|---|
public SimpleModule(String name,
List<Initiator> initiators)
name - The name of the moduleinitiators - A list of Initiators for the modulepublic SimpleModule(String name)
name - Name of the module| Method Detail |
|---|
public String getName()
getName in interface Modulepublic Initiator getInitiator(String initiatorName)
getInitiator in interface ModuleinitiatorName - The name of the initiator
public List<Initiator> getInitiators()
ModuleInitiators
getInitiators in interface Modulepublic Map<String,Flow> getFlows()
ModuleFlows
getFlows in interface ModuleModule.getFlows()public String getDescription()
Module
getDescription in interface ModuleModule.getDescription()public void setDescription(String description)
description - - description to setpublic String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||