Hi!
Well, I’m tying to develop a Tamino Agent, a Java class that can notify the rest of the system when process,update,delete… operations are performed on the database.
Such an agent must be started,stoped,restarted when is necessary.Installing a Server Extension it becomes part of the server, I can’t stop it or started again only once with the database(or can I ?!?).So my sad solution is to install/uninstall the extension every time I need too.
To do this I use the System Manager Hub “argbatch” application, I can create a Java class that runs this command in constructors or finalize methods.
So lets say that my Extension class must be use. I need to configure it to write in a socket or a file somewhere when events have occured.Well here I’m stocked!
If the Tamino is the one that creates an instance of the extension class how can I pass the parameters(socket,file,etc. ) to the extension without hardcoding?
I’m waiting for your reply! Bye.
#webMethods#API-Management#webMethods-Tamino-XML-Server-APIs