Method Detail


getBuildDate

Get the build date for the service.

Parameters: username password

Returns: The build date of the service


getBuildNumber

Get the build number for the service.

Parameters: username password

Returns: The build number of the service


getVersion

Get the version of the service

Parameters: username password

Returns: The service version number


addXmlMessageEx

Add an Xml message to the pneuron server's internal message queue

Parameters: username - The username the message is sent from password - The password for the username sourceNeuron - The neuron which is sending the message targetNeuron - The neuron who is to receive the message message - The message

Returns: Status


fireNeurons

Fire all neurons sent as parameters

Parameters: username - The username the message is sent from password - The password for the username xmlNeuronNames - XML containing neurons name

Returns: Status


fireNeuronsWithDebug

Fire all neurons sent as parameters, with a message set as DEBUG

Parameters: username - The username the message is sent from password - The password for the username xmlNeuronNames - XML containing neurons name

Returns: Status


addXmlMessage

Add an Xml message to the pneuron server's internal message queue

Parameters: username - The username the message is sent from password - The password for the username targetNeuron - The neuron who is to receive the message message - The message

Returns: Status


clearMessages

Clear a given pneuron server's message queue

Parameters: username - The username the message is sent from password - The password for the username name - Name of the queue

Returns: Status


getXmlMessage

Get a message from a pneuron server's queue

Parameters: username - The username the message is sent from password - The password for the username name - Name of the queue

Returns: First message in the queue


getTransactionStatus

Parameters: username password transactionId

Returns: xml - status of transaction


searchTransaction

Check if transaction is still running

Parameters: username - The username the message is sent from password - The password for the username name - Transaction Name search criteria fPropogate -

Returns: Transaction Details List


quitTransaction

Check if transaction is still running

Parameters: username - The username the message is sent from password - The password for the username name - Transaction Name search criteria messageId transactionId clusterfPropogate

Returns: Status


searchDurableMessages

Get all durable messages associated

Parameters: username - The username the message is sent from password - The password for the username neuornName startDate endDate topResults -

Returns: Status


removeDurableMessages

Removes durable messages for a Pneuron

Parameters: username - The username the message is sent from password - The password for the username xmlIdList

Returns: Status


getDurableMessage

Get all durable messages associated with a pneuron

Parameters: username - The username the message is sent from password - The password for the username messageId

Returns: Xml of all durable messages.


searchDurableTransferMessages

Get all durable messages associated with a pneuron

Parameters: username - The username the message is sent from password - The password for the username startDate endDate neuronNameFrom neuronNameTo neuronHostFrom neuronHostTo withinLastSeconds topResults

Returns: Xml of all found durable messages.


removeDurableTransferMessages

Removes durable transfer messages for a Pneuron

Parameters: username - The username the message is sent from password - The password for the username xmlIdList

Returns: Status


getDurableTransferMessage

Parameters: username - The username the message is sent from password - The password for the username messageId

Returns: Xml of all durable transfer messages.


removeAllDurableMessages

Delete all durable messages.

Parameters: username - The username the message is sent from password - The password for the username

Returns: Status


removeAllDurableTransferMessages

Delete all durable transfer messages.

Parameters: username - The username the message is sent from password - The password for the username

Returns: Status


countRecordsForDurableTransferMessages

Delete all durable transfer messages.

Parameters: username - The username the message is sent from password - The password for the username

Returns: Count of records


countRecordsForDurableMessages

Delete all durable messages.

Parameters: username - The username the message is sent from password - The password for the username

Returns: Count of records