class Murmur_LogEntry { public function __construct($timestamp = 0, $txt = '') { $this->timestamp = $timestamp; $this->txt = $txt; } public function __toString() { global $Murmur__t_LogEntry; return IcePHP_stringify($this, $Murmur__t_LogEntry); } public $timestamp; public $txt; } $Murmur__t_LogEntry = IcePHP_defineStruct('::Murmur::LogEntry', 'Murmur_LogEntry', array(array('timestamp', $IcePHP__t_int), array('txt', $IcePHP__t_string))); } if (!isset($Murmur__t_Tree)) { $Murmur__t_Tree = IcePHP_declareClass('::Murmur::Tree'); $Murmur__t_TreePrx = IcePHP_declareProxy('::Murmur::Tree'); } if (!isset($Murmur__t_TreeList)) { $Murmur__t_TreeList = IcePHP_defineSequence('::Murmur::TreeList', $Murmur__t_Tree); } if (!class_exists('Murmur_ChannelInfo')) { class Murmur_ChannelInfo { const ChannelDescription = 0; const ChannelPosition = 1; } $Murmur__t_ChannelInfo = IcePHP_defineEnum('::Murmur::ChannelInfo', array('ChannelDescription', 0, 'ChannelPosition', 1));
} public function __toString() { global $Ice__t_ProtocolVersion; return IcePHP_stringify($this, $Ice__t_ProtocolVersion); } public $major; public $minor; } $Ice__t_ProtocolVersion = IcePHP_defineStruct('::Ice::ProtocolVersion', '\\Ice\\ProtocolVersion', array(array('major', $IcePHP__t_byte), array('minor', $IcePHP__t_byte))); } namespace Ice; if (!class_exists('\\Ice\\EncodingVersion')) { class EncodingVersion { public function __construct($major = 0, $minor = 0) { $this->major = $major; $this->minor = $minor; } public function __toString() { global $Ice__t_EncodingVersion; return IcePHP_stringify($this, $Ice__t_EncodingVersion); } public $major; public $minor; } $Ice__t_EncodingVersion = IcePHP_defineStruct('::Ice::EncodingVersion', '\\Ice\\EncodingVersion', array(array('major', $IcePHP__t_byte), array('minor', $IcePHP__t_byte))); }
{ public function __construct($adapter = null, $con = null, $id = null, $facet = '', $operation = '', $mode = \Ice\OperationMode::Normal, $ctx = null, $requestId = 0, $encoding = null) { $this->adapter = $adapter; $this->con = $con; $this->id = is_null($id) ? new \Ice\Identity() : $id; $this->facet = $facet; $this->operation = $operation; $this->mode = $mode; $this->ctx = $ctx; $this->requestId = $requestId; $this->encoding = is_null($encoding) ? new \Ice\EncodingVersion() : $encoding; } public function __toString() { global $Ice__t_Current; return IcePHP_stringify($this, $Ice__t_Current); } public $adapter; public $con; public $id; public $facet; public $operation; public $mode; public $ctx; public $requestId; public $encoding; } $Ice__t_Current = IcePHP_defineStruct('::Ice::Current', '\\Ice\\Current', array(array('adapter', $Ice__t_ObjectAdapter), array('con', $Ice__t_Connection), array('id', $Ice__t_Identity), array('facet', $IcePHP__t_string), array('operation', $IcePHP__t_string), array('mode', $Ice__t_OperationMode), array('ctx', $Ice__t_Context), array('requestId', $IcePHP__t_int), array('encoding', $Ice__t_EncodingVersion))); } }
namespace { require_once 'Ice/BuiltinSequences.php'; } namespace Glacier2 { if (!class_exists('\\Glacier2\\SSLInfo')) { class SSLInfo { public function __construct($remoteHost = '', $remotePort = 0, $localHost = '', $localPort = 0, $cipher = '', $certs = null) { $this->remoteHost = $remoteHost; $this->remotePort = $remotePort; $this->localHost = $localHost; $this->localPort = $localPort; $this->cipher = $cipher; $this->certs = $certs; } public function __toString() { global $Glacier2__t_SSLInfo; return IcePHP_stringify($this, $Glacier2__t_SSLInfo); } public $remoteHost; public $remotePort; public $localHost; public $localPort; public $cipher; public $certs; } $Glacier2__t_SSLInfo = IcePHP_defineStruct('::Glacier2::SSLInfo', '\\Glacier2\\SSLInfo', array(array('remoteHost', $IcePHP__t_string), array('remotePort', $IcePHP__t_int), array('localHost', $IcePHP__t_string), array('localPort', $IcePHP__t_int), array('cipher', $IcePHP__t_string), array('certs', $Ice__t_StringSeq))); } }
$this->serverTemplates = $serverTemplates; $this->removeServerTemplates = $removeServerTemplates; $this->serviceTemplates = $serviceTemplates; $this->removeServiceTemplates = $removeServiceTemplates; $this->nodes = $nodes; $this->removeNodes = $removeNodes; } public function __toString() { global $IceGrid__t_ApplicationUpdateDescriptor; return IcePHP_stringify($this, $IceGrid__t_ApplicationUpdateDescriptor); } public $name; public $description; public $distrib; public $variables; public $removeVariables; public $propertySets; public $removePropertySets; public $replicaGroups; public $removeReplicaGroups; public $serverTemplates; public $removeServerTemplates; public $serviceTemplates; public $removeServiceTemplates; public $nodes; public $removeNodes; } $IceGrid__t_ApplicationUpdateDescriptor = IcePHP_defineStruct('::IceGrid::ApplicationUpdateDescriptor', '\\IceGrid\\ApplicationUpdateDescriptor', array(array('name', $IcePHP__t_string), array('description', $IceGrid__t_BoxedString), array('distrib', $IceGrid__t_BoxedDistributionDescriptor), array('variables', $IceGrid__t_StringStringDict), array('removeVariables', $Ice__t_StringSeq), array('propertySets', $IceGrid__t_PropertySetDescriptorDict), array('removePropertySets', $Ice__t_StringSeq), array('replicaGroups', $IceGrid__t_ReplicaGroupDescriptorSeq), array('removeReplicaGroups', $Ice__t_StringSeq), array('serverTemplates', $IceGrid__t_TemplateDescriptorDict), array('removeServerTemplates', $Ice__t_StringSeq), array('serviceTemplates', $IceGrid__t_TemplateDescriptorDict), array('removeServiceTemplates', $Ice__t_StringSeq), array('nodes', $IceGrid__t_NodeUpdateDescriptorSeq), array('removeNodes', $Ice__t_StringSeq))); } }