HCE Project PHP language client API bindings  1.5.1
Hierarchical Cluster Engine PHP Client Interface API
 All Classes Namespaces Files Functions Variables Pages
hce_node_api.inc.php File Reference

Go to the source code of this file.

Namespaces

namespace  HCE

Functions

 hce_connection_create ($connection_array=null)
 hce_connection_delete (&$connection_array)
 hce_message_send ($hce_connection, $fields_array)
 hce_message_receive ($hce_connection, $timeout=HCE_MSG_RESPONSE_TIMEOUT)
 hce_unique_client_id ($type=1, $prefix=null)
 hce_unique_message_id ($type=1, $prefix='')
 hce_admin_message_create ($handler, $command, $parameters)
 hce_unique_id ($type=0)

Variables

 defined ('HCE_HANDLER_ADMIN') or define('HCE_HANDLER_ADMIN'
defined('HCE_ADMIN_CMD_DELIMITER')
or define('HCE_ADMIN_CMD_DELIMITER' 
t

Function Documentation

hce_admin_message_create (   $handler,
  $command,
  $parameters 
)

Definition at line 354 of file hce_node_api.inc.php.

Here is the caller graph for this function:

hce_connection_create (   $connection_array = null)

Definition at line 176 of file hce_node_api.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

hce_connection_delete ( $connection_array)

Definition at line 231 of file hce_node_api.inc.php.

Here is the caller graph for this function:

hce_message_receive (   $hce_connection,
  $timeout = HCE_MSG_RESPONSE_TIMEOUT 
)

Definition at line 281 of file hce_node_api.inc.php.

Here is the caller graph for this function:

hce_message_send (   $hce_connection,
  $fields_array 
)

Definition at line 249 of file hce_node_api.inc.php.

Here is the caller graph for this function:

hce_unique_client_id (   $type = 1,
  $prefix = null 
)

Definition at line 311 of file hce_node_api.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

hce_unique_id (   $type = 0)

Definition at line 364 of file hce_node_api.inc.php.

Here is the caller graph for this function:

hce_unique_message_id (   $type = 1,
  $prefix = '' 
)

Definition at line 334 of file hce_node_api.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

defined('HCE_HANDLER_COVER_FIELD_TTL') or define('HCE_HANDLER_COVER_FIELD_TTL'

Define and init ACN protocol node handlers names.

Define and init admin command names supported by all handlers.

Define and init admin command names supported by specific handlers.

Define and init ACN protocol error codes.

Define and init ACN protocol node admin command names.

Define and init ACN protocol node admin state codes.

Define and init default admin connection protocol.

Define and init default admin connection host.

Define and init default admin connection port.

Define and init default data connection port.

Define and init default command delimiter.

Define and init client identity prefix.

Define and init message Id prefix.

Define and init message requests` response timeout.

Define and init connection types.

Define handler types for client request message.

Define handler cover data protocol

Definition at line 19 of file hce_node_api.inc.php.

defined ('HCE_ADMIN_CMD_DELIMITER') or define('HCE_ADMIN_CMD_DELIMITER' t

Define and init ACN protocol node admin command parts delimiter.

Definition at line 110 of file hce_node_api.inc.php.