]> git.mxchange.org Git - hub.git/commit
Fixed a lot broken stuff:
authorRoland Haeder <roland@mxchange.org>
Mon, 30 Mar 2015 00:03:10 +0000 (02:03 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 30 Mar 2015 00:03:10 +0000 (02:03 +0200)
commit4f0fa8c72f17f708d6fd4aa66258395b390cbe93
tree1d9f9b86043569247942910e5ff87309b9f9a3cd
parentd5f80823167ed194659caf5f2b6b344658d2182b
Fixed a lot broken stuff:
- All handler (expanding BaseHandler) and task classes no longer extends
  BaseHubSystem which caused missing setters and getters. Yes, it is stupid
  to set a log instances as this way these classes are interlocked more
  tighter. Better is to have them more indepently from each other.

Signed-off-by: Roland Haeder <roland@mxchange.org>
26 files changed:
application/hub/config.php
application/hub/interfaces/listener/class_Listenable.php
application/hub/interfaces/package/class_Receivable.php
application/hub/main/class_BaseHubSystem.php
application/hub/main/decoder/package/class_PackageDecoder.php
application/hub/main/factories/decoder/.htaccess [new file with mode: 0644]
application/hub/main/factories/decoder/class_DecoderFactory.php [new file with mode: 0644]
application/hub/main/factories/states/node/class_NodeStateFactory.php
application/hub/main/filter/task/node/class_NodeTaskHandlerInitializerFilter.php
application/hub/main/handler/chunks/class_ChunkHandler.php
application/hub/main/handler/message-types/self-connect/class_NodeMessageSelfConnectHandler.php
application/hub/main/handler/protocol/class_BaseProtocolHandler.php
application/hub/main/listener/class_BaseListener.php
application/hub/main/listener/class_BaseListenerDecorator.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/resolver/controller/console/class_HubConsoleControllerResolver.php
application/hub/main/states/node/active/class_NodeActiveState.php
application/hub/main/states/node/announced/class_NodeAnnouncementCompletedState.php
application/hub/main/states/node/announced/class_NodeAnnouncingState.php
application/hub/main/states/node/init/class_NodeInitState.php
application/hub/main/states/node/seniors/class_NodeReachableState.php
application/hub/main/states/node/virgin/class_NodeVirginState.php
application/hub/main/tasks/network/class_NetworkPackageReaderTask.php
application/hub/main/tasks/network/class_NetworkPackageWriterTask.php
application/hub/main/tasks/node/decoder/class_NodePackageDecoderTask.php
application/hub/main/visitor/pool/monitor/class_RawDataPoolMonitorVisitor.php