public static final class IPlugin.PluginInputPortReference
extends java.lang.Object
| Constructor and Description |
|---|
IPlugin.PluginInputPortReference(IPlugin plugin,
java.lang.String inputPortName,
java.lang.reflect.Method inputPortMethod,
java.lang.Class<?>[] eventTypes)
Creates a new instance of this class using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?>[] |
getEventTypes()
Getter for the attribute
eventTypes. |
java.lang.reflect.Method |
getInputPortMethod()
Getter for the attribute
inputPortMethod. |
java.lang.String |
getInputPortName()
Getter for the attribute
inputPortName. |
IPlugin |
getPlugin()
Getter for the attribute
plugin. |
public IPlugin.PluginInputPortReference(IPlugin plugin, java.lang.String inputPortName, java.lang.reflect.Method inputPortMethod, java.lang.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.public final IPlugin getPlugin()
plugin.public final java.lang.reflect.Method getInputPortMethod()
inputPortMethod.public final java.lang.Class<?>[] getEventTypes()
eventTypes.public final java.lang.String getInputPortName()
inputPortName.Copyright 2017 Kieker Project, http://kieker-monitoring.net