Trees | Indices | Help |
---|
|
object --+ | Plugin
Represents a plugin.
|
|||
|
|||
list |
|
||
bool |
|
||
str |
|
||
str |
|
||
Broker |
|
||
|
|||
|
|||
|
|||
int |
|
||
|
|||
|
|||
PluginDescriptor |
|
||
|
|||
bool |
|
||
(class|function) |
|
||
|
|||
|
|||
Inherited from |
|
|||
Plugin |
|
||
|
|||
Plugin |
|
||
list |
|
|
|||
dict |
plugins =
The dict of loaded plugins. |
|
|||
str |
descriptor The plugin descriptor. |
||
str |
name The plugin name. |
||
list |
synonyms The plugin synonyms. |
|
|||
Inherited from |
|
Add the plugin. |
Delete the plugin.
|
Find a plugin by name or synonym.
|
Get a unique list of loaded plugins.
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Get all the names by which the plugin can be found.
|
Get whether the plugin is enabled.
|
Get the plugin's messaging UUID.
|
Get the broker URL
|
Get the amqp broker for this plugin. Each plugin can connect to a different broker.
|
Get the plugin's thread pool.
|
Set the plugin's UUID.
|
Set the plugin's URL.
|
Get the number of theads in the plugin's pool.
|
Attach (connect) to AMQP broker using the specified uuid.
|
Get the plugin descriptor.
|
Dispatch (invoke) the specified RMI request.
|
Get whether a plugin provides the specified class.
|
Export an object defined in the plugin (module). The name must reference a class or function object.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu May 2 09:10:28 2013 | http://epydoc.sourceforge.net |