Re: [xmlblaster] pull

2003-11-05 Thread Marcel Ruff
Oleg Orlov wrote: [mailto:[EMAIL PROTECTED] Behalf Of Marcel Ruff when i get you right you are creating your own new messages in your plugin instead of by a publish or an internal query. Yes. I have never thought of such a use case - but why not. What is you global archicture that you need su

RE: [xmlblaster] pull

2003-11-05 Thread Oleg Orlov
> [mailto:[EMAIL PROTECTED] Behalf Of Marcel Ruff > > when i get you right you are creating your own new messages in your plugin > instead of by a publish or an internal query. Yes. > I have never thought of such a use case - but why not. > What is you global archicture that you need such an ap

Re: [xmlblaster] pull

2003-11-05 Thread Marcel Ruff
Oleg Orlov wrote: Hello! In my application i need to emulate some pull functionality. My code now looks like: public class MyPlugin implements I_Plugin, I_CommandHandler { .. public void init(Global glob, PluginInfo pluginInfo) throws XmlBlasterException { org.xmlBlaster.en

[xmlblaster] pull

2003-11-05 Thread Oleg Orlov
Hello! In my application i need to emulate some pull functionality. My code now looks like: public class MyPlugin implements I_Plugin, I_CommandHandler { .. public void init(Global glob, PluginInfo pluginInfo) throws XmlBlasterException { org.xmlBlaster.engine.Global engi