|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |