Fiddling with session once instantiated

2008-01-10 Thread Alejandro Imass
Hi, Is there a standard way to add or modify inline or object states once a session is up and running? Problem: I am specializing POE::Component::Client::Stomp but this class does not offer a way to add object methods with the spawn method it uses to initialize. Therefore, I cannot post to

Re: Fiddling with session once instantiated

2008-01-10 Thread Kidney Bingos
On Thu, Jan 10, 2008 at 02:59:54PM -0400, Alejandro Imass wrote: Hi, Is there a standard way to add or modify inline or object states once a session is up and running? Problem: I am specializing POE::Component::Client::Stomp but this class does not offer a way to add object methods