Uses of Class
eu.larkc.core.pluginManager.PluginManager.Message

Packages that use PluginManager.Message
eu.larkc.core.executor.pipe   
eu.larkc.core.pluginManager   
eu.larkc.core.pluginManager.local   
eu.larkc.core.pluginManager.remote.GAT   
eu.larkc.core.pluginManager.remote.Servlet.Tomcat   
 

Uses of PluginManager.Message in eu.larkc.core.executor.pipe
 

Methods in eu.larkc.core.executor.pipe with parameters of type PluginManager.Message
 void Sink.accept(PluginManager.Message next)
          Sends a message to the plugin manager.
 

Uses of PluginManager.Message in eu.larkc.core.pluginManager
 

Methods in eu.larkc.core.pluginManager that return PluginManager.Message
static PluginManager.Message PluginManager.Message.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluginManager.Message[] PluginManager.Message.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.larkc.core.pluginManager with parameters of type PluginManager.Message
 void PluginManager.accept(PluginManager.Message message)
          The accept method allows a particular party to send a control message to the Plugin Manger.
 

Uses of PluginManager.Message in eu.larkc.core.pluginManager.local
 

Methods in eu.larkc.core.pluginManager.local that return PluginManager.Message
 PluginManager.Message LocalPluginManager.getNextControlMessage()
          This method enables the next control message that was sent to this PluginManager to be retrieved.
 

Methods in eu.larkc.core.pluginManager.local with parameters of type PluginManager.Message
 void LocalPluginManager.accept(PluginManager.Message message)
          Accept.
 

Uses of PluginManager.Message in eu.larkc.core.pluginManager.remote.GAT
 

Methods in eu.larkc.core.pluginManager.remote.GAT that return PluginManager.Message
 PluginManager.Message GatPluginManager.getNextControlMessage()
          This method enables the next control message that was sent to this PluginManager to be retrieved.
 

Methods in eu.larkc.core.pluginManager.remote.GAT with parameters of type PluginManager.Message
 void GatPluginManager.accept(PluginManager.Message message)
          Accept.
 

Uses of PluginManager.Message in eu.larkc.core.pluginManager.remote.Servlet.Tomcat
 

Methods in eu.larkc.core.pluginManager.remote.Servlet.Tomcat that return PluginManager.Message
 PluginManager.Message JeePluginManager.getNextControlMessage()
          This method enables the next control message that was sent to this PluginManager to be retrieved.
 

Methods in eu.larkc.core.pluginManager.remote.Servlet.Tomcat with parameters of type PluginManager.Message
 void JeePluginManager.accept(PluginManager.Message message)
          Accept.