|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.analysis.plugin.IPlugin.PluginInputPortReference
public static final class IPlugin.PluginInputPortReference
This simple class represents a container for the reference between a plugin, its input port and the corresponding method.
Constructor Summary | |
---|---|
IPlugin.PluginInputPortReference(IPlugin plugin,
String inputPortName,
Method inputPortMethod,
Class<?>[] eventTypes)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
Class<?>[] |
getEventTypes()
Getter for the attribute eventTypes . |
Method |
getInputPortMethod()
Getter for the attribute inputPortMethod . |
String |
getInputPortName()
Getter for the attribute inputPortName . |
IPlugin |
getPlugin()
Getter for the attribute plugin . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IPlugin.PluginInputPortReference(IPlugin plugin, String inputPortName, Method inputPortMethod, Class<?>[] eventTypes)
plugin
- The plugin to store in this container.inputPortName
- The name of the input port of the plugin.inputPortMethod
- The corresponding method which is the input port.eventTypes
- The event types of the port.Method Detail |
---|
public final IPlugin getPlugin()
plugin
.
public final Method getInputPortMethod()
inputPortMethod
.
public final Class<?>[] getEventTypes()
eventTypes
.
public final String getInputPortName()
inputPortName
.
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |