First 'work method' for a node. This is called upon entry of a token from a connection. This method should do any work needed, such as assigning a task, etc. The method returns true if processing is to immediately continue, or false if processing should stop and an external action, such as a timer or a completed task by a human, will continue the execution.
@param ctx execution context for this node
@return true if MessageProcess automatically continues exection ofthe instance, or false if not
Binds to the SMSC with the parameters of the {@link LogicaConfiguration}instance. If the first attempt fails, it will start a new thread to keep trying the connection as long as the connector is started.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.