/usr/share/php/Ice/Instrumentation.php is in php-zeroc-ice 3.6.3-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 181 182 183 184 185 186 187 188 | <?php
// **********************************************************************
//
// Copyright (c) 2003-2016 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.6.3
//
// <auto-generated>
//
// Generated from file `Instrumentation.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//
require_once 'Ice/EndpointF.php';
require_once 'Ice/ConnectionF.php';
require_once 'Ice/Current.php';
global $Ice_Instrumentation__t_Observer;
if(!interface_exists('Ice_Instrumentation_Observer'))
{
interface Ice_Instrumentation_Observer
{
public function attach();
public function detach();
public function failed($exceptionName);
}
$Ice_Instrumentation__t_Observer = IcePHP_defineClass('::Ice::Instrumentation::Observer', 'Ice_Instrumentation_Observer', -1, true, false, $Ice__t_Object, null, null);
}
global $Ice_Instrumentation__t_ThreadState;
if(!class_exists('Ice_Instrumentation_ThreadState'))
{
class Ice_Instrumentation_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));
}
global $Ice_Instrumentation__t_ThreadObserver;
if(!interface_exists('Ice_Instrumentation_ThreadObserver'))
{
interface Ice_Instrumentation_ThreadObserver extends Ice_Instrumentation_Observer
{
public function stateChanged($oldState, $newState);
}
$Ice_Instrumentation__t_ThreadObserver = IcePHP_defineClass('::Ice::Instrumentation::ThreadObserver', 'Ice_Instrumentation_ThreadObserver', -1, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}
global $Ice_Instrumentation__t_ConnectionState;
if(!class_exists('Ice_Instrumentation_ConnectionState'))
{
class Ice_Instrumentation_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));
}
global $Ice_Instrumentation__t_ConnectionObserver;
if(!interface_exists('Ice_Instrumentation_ConnectionObserver'))
{
interface Ice_Instrumentation_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, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}
global $Ice_Instrumentation__t_DispatchObserver;
if(!interface_exists('Ice_Instrumentation_DispatchObserver'))
{
interface Ice_Instrumentation_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, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}
global $Ice_Instrumentation__t_ChildInvocationObserver;
if(!interface_exists('Ice_Instrumentation_ChildInvocationObserver'))
{
interface Ice_Instrumentation_ChildInvocationObserver extends Ice_Instrumentation_Observer
{
public function reply($size);
}
$Ice_Instrumentation__t_ChildInvocationObserver = IcePHP_defineClass('::Ice::Instrumentation::ChildInvocationObserver', 'Ice_Instrumentation_ChildInvocationObserver', -1, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}
global $Ice_Instrumentation__t_RemoteObserver;
if(!interface_exists('Ice_Instrumentation_RemoteObserver'))
{
interface Ice_Instrumentation_RemoteObserver extends Ice_Instrumentation_ChildInvocationObserver
{
}
$Ice_Instrumentation__t_RemoteObserver = IcePHP_defineClass('::Ice::Instrumentation::RemoteObserver', 'Ice_Instrumentation_RemoteObserver', -1, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_ChildInvocationObserver), null);
}
global $Ice_Instrumentation__t_CollocatedObserver;
if(!interface_exists('Ice_Instrumentation_CollocatedObserver'))
{
interface Ice_Instrumentation_CollocatedObserver extends Ice_Instrumentation_ChildInvocationObserver
{
}
$Ice_Instrumentation__t_CollocatedObserver = IcePHP_defineClass('::Ice::Instrumentation::CollocatedObserver', 'Ice_Instrumentation_CollocatedObserver', -1, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_ChildInvocationObserver), null);
}
global $Ice_Instrumentation__t_InvocationObserver;
if(!interface_exists('Ice_Instrumentation_InvocationObserver'))
{
interface Ice_Instrumentation_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, true, false, $Ice__t_Object, array($Ice_Instrumentation__t_Observer), null);
}
global $Ice_Instrumentation__t_ObserverUpdater;
if(!interface_exists('Ice_Instrumentation_ObserverUpdater'))
{
interface Ice_Instrumentation_ObserverUpdater
{
public function updateConnectionObservers();
public function updateThreadObservers();
}
$Ice_Instrumentation__t_ObserverUpdater = IcePHP_defineClass('::Ice::Instrumentation::ObserverUpdater', 'Ice_Instrumentation_ObserverUpdater', -1, true, false, $Ice__t_Object, null, null);
}
global $Ice_Instrumentation__t_CommunicatorObserver;
if(!interface_exists('Ice_Instrumentation_CommunicatorObserver'))
{
interface Ice_Instrumentation_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, true, false, $Ice__t_Object, null, null);
}
?>
|