Kieker 1.5

kieker.analysis.plugin
Class IPlugin.PluginInputPortReference

java.lang.Object
  extended by kieker.analysis.plugin.IPlugin.PluginInputPortReference
Enclosing interface:
IPlugin

public static final class IPlugin.PluginInputPortReference
extends Object

Author:
Nils Christian Ehmke

Constructor Summary
IPlugin.PluginInputPortReference(IPlugin plugin, String inputPortName, Method inputPortMethod, Class<?>[] eventTypes)
           
 
Method Summary
 Class<?>[] getEventTypes()
           
 Method getInputPortMethod()
           
 String getInputPortName()
           
 IPlugin getPlugin()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPlugin.PluginInputPortReference

public IPlugin.PluginInputPortReference(IPlugin plugin,
                                        String inputPortName,
                                        Method inputPortMethod,
                                        Class<?>[] eventTypes)
Method Detail

getPlugin

public final IPlugin getPlugin()

getInputPortMethod

public final Method getInputPortMethod()

getEventTypes

public final Class<?>[] getEventTypes()

getInputPortName

public final String getInputPortName()

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net