/usr/share/php/Ice/Instrumentation.php is in php-zeroc-ice 3.7.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | <?php
// **********************************************************************
//
// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
//
// Ice version 3.7.0
//
// <auto-generated>
//
// Generated from file `Instrumentation.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//
namespace
{
require_once 'Ice/EndpointF.php';
require_once 'Ice/ConnectionF.php';
require_once 'Ice/Current.php';
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_Observer;
interface Observer
{
public function attach();
public function detach();
public function failed($exceptionName);
}
$Ice_Instrumentation__t_Observer = IcePHP_defineClass('::Ice::Instrumentation::Observer', '\\Ice\\Instrumentation\\Observer', -1, false, true, $Ice__t_Value, null);
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_ThreadState;
class ThreadState
{
const ThreadStateIdle = 0;
const ThreadStateInUseForIO = 1;
const ThreadStateInUseForUser = 2;
const ThreadStateInUseForOther = 3;
}
$Ice_Instrumentation__t_ThreadState = IcePHP_defineEnum('::Ice::Instrumentation::ThreadState', array('ThreadStateIdle', 0, 'ThreadStateInUseForIO', 1, 'ThreadStateInUseForUser', 2, 'ThreadStateInUseForOther', 3));
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_ThreadObserver;
interface ThreadObserver extends \Ice\Instrumentation\Observer
{
public function stateChanged($oldState, $newState);
}
$Ice_Instrumentation__t_ThreadObserver = IcePHP_defineClass('::Ice::Instrumentation::ThreadObserver', '\\Ice\\Instrumentation\\ThreadObserver', -1, false, true, $Ice__t_Value, null);
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_ConnectionState;
class ConnectionState
{
const ConnectionStateValidating = 0;
const ConnectionStateHolding = 1;
const ConnectionStateActive = 2;
const ConnectionStateClosing = 3;
const ConnectionStateClosed = 4;
}
$Ice_Instrumentation__t_ConnectionState = IcePHP_defineEnum('::Ice::Instrumentation::ConnectionState', array('ConnectionStateValidating', 0, 'ConnectionStateHolding', 1, 'ConnectionStateActive', 2, 'ConnectionStateClosing', 3, 'ConnectionStateClosed', 4));
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_ConnectionObserver;
interface ConnectionObserver extends \Ice\Instrumentation\Observer
{
public function sentBytes($num);
public function receivedBytes($num);
}
$Ice_Instrumentation__t_ConnectionObserver = IcePHP_defineClass('::Ice::Instrumentation::ConnectionObserver', '\\Ice\\Instrumentation\\ConnectionObserver', -1, false, true, $Ice__t_Value, null);
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_DispatchObserver;
interface DispatchObserver extends \Ice\Instrumentation\Observer
{
public function userException();
public function reply($size);
}
$Ice_Instrumentation__t_DispatchObserver = IcePHP_defineClass('::Ice::Instrumentation::DispatchObserver', '\\Ice\\Instrumentation\\DispatchObserver', -1, false, true, $Ice__t_Value, null);
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_ChildInvocationObserver;
interface ChildInvocationObserver extends \Ice\Instrumentation\Observer
{
public function reply($size);
}
$Ice_Instrumentation__t_ChildInvocationObserver = IcePHP_defineClass('::Ice::Instrumentation::ChildInvocationObserver', '\\Ice\\Instrumentation\\ChildInvocationObserver', -1, false, true, $Ice__t_Value, null);
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_RemoteObserver;
interface RemoteObserver extends \Ice\Instrumentation\ChildInvocationObserver
{
}
$Ice_Instrumentation__t_RemoteObserver = IcePHP_defineClass('::Ice::Instrumentation::RemoteObserver', '\\Ice\\Instrumentation\\RemoteObserver', -1, false, true, $Ice__t_Value, null);
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_CollocatedObserver;
interface CollocatedObserver extends \Ice\Instrumentation\ChildInvocationObserver
{
}
$Ice_Instrumentation__t_CollocatedObserver = IcePHP_defineClass('::Ice::Instrumentation::CollocatedObserver', '\\Ice\\Instrumentation\\CollocatedObserver', -1, false, true, $Ice__t_Value, null);
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_InvocationObserver;
interface InvocationObserver extends \Ice\Instrumentation\Observer
{
public function retried();
public function userException();
public function getRemoteObserver($con, $endpt, $requestId, $size);
public function getCollocatedObserver($adapter, $requestId, $size);
}
$Ice_Instrumentation__t_InvocationObserver = IcePHP_defineClass('::Ice::Instrumentation::InvocationObserver', '\\Ice\\Instrumentation\\InvocationObserver', -1, false, true, $Ice__t_Value, null);
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_ObserverUpdater;
interface ObserverUpdater
{
public function updateConnectionObservers();
public function updateThreadObservers();
}
$Ice_Instrumentation__t_ObserverUpdater = IcePHP_defineClass('::Ice::Instrumentation::ObserverUpdater', '\\Ice\\Instrumentation\\ObserverUpdater', -1, false, true, $Ice__t_Value, null);
}
namespace Ice\Instrumentation
{
global $Ice_Instrumentation__t_CommunicatorObserver;
interface CommunicatorObserver
{
public function getConnectionEstablishmentObserver($endpt, $connector);
public function getEndpointLookupObserver($endpt);
public function getConnectionObserver($c, $e, $s, $o);
public function getThreadObserver($parent, $id, $s, $o);
public function getInvocationObserver($prx, $operation, $ctx);
public function getDispatchObserver($c, $size);
public function setObserverUpdater($updater);
}
$Ice_Instrumentation__t_CommunicatorObserver = IcePHP_defineClass('::Ice::Instrumentation::CommunicatorObserver', '\\Ice\\Instrumentation\\CommunicatorObserver', -1, false, true, $Ice__t_Value, null);
}
?>
|