|
Kieker 1.11 | |||||||||
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,
java.lang.String inputPortName,
java.lang.reflect.Method inputPortMethod,
java.lang.Class<?>[] eventTypes)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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
.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |