]> git.mxchange.org Git - hub.git/commit - application/hub/interfaces/handler/task/class_HandleableTask.php
State pattern added, hub continued (sorry, I let it lay around uncommitted for long...
authorRoland Häder <roland@mxchange.org>
Mon, 1 Mar 2010 01:28:02 +0000 (01:28 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 1 Mar 2010 01:28:02 +0000 (01:28 +0000)
commitaa4ac5d61eab8540e9902396998f3f53718eeaf5
tree2e406752562a1e253e9ade780cad38048b88b412
parentfd893e5f5b7b8369672f7d57aa2f24488f5be65b
State pattern added, hub continued (sorry, I let it lay around uncommitted for long time...)
42 files changed:
.gitattributes
.gitignore
Doxyfile
application/hub/config.php
application/hub/exceptions/hub/class_HubAlreadyAnnouncedException.php
application/hub/exceptions/state/.htaccess [new file with mode: 0644]
application/hub/exceptions/state/class_InvalidStateException.php [new file with mode: 0644]
application/hub/interfaces/handler/class_Handleable.php
application/hub/interfaces/handler/network/class_Networkable.php
application/hub/interfaces/handler/task/class_HandleableTask.php
application/hub/interfaces/listener/class_Listenable.php
application/hub/interfaces/lists/class_Listable.php
application/hub/interfaces/nodes/class_NodeHelper.php
application/hub/interfaces/package/.htaccess [new file with mode: 0644]
application/hub/interfaces/package/class_Deliverable.php [new file with mode: 0644]
application/hub/interfaces/pool/class_Poolable.php
application/hub/interfaces/pool/client/class_PoolableClient.php
application/hub/interfaces/pool/listener/class_PoolableListener.php
application/hub/interfaces/query/class_Queryable.php
application/hub/interfaces/queues/class_Queueable.php
application/hub/interfaces/states/class_
application/hub/interfaces/states/class_Stateable.php
application/hub/interfaces/states/node/.htaccess
application/hub/interfaces/states/node/class_NodeStateable.php
application/hub/interfaces/tasks/class_Taskable.php
application/hub/main/compressor/.htaccess [new file with mode: 0644]
application/hub/main/compressor/decorator/.htaccess [new file with mode: 0644]
application/hub/main/compressor/decorator/class_NetworkPackageCompressorDecorator.php [new file with mode: 0644]
application/hub/main/factories/states/class_NodeStateFactory.php [deleted file]
application/hub/main/factories/states/class_StateFactory.php [new file with mode: 0644]
application/hub/main/helper/hub/announcement/class_HubDescriptorHelper.php
application/hub/main/helper/hub/class_
application/hub/main/nodes/class_BaseHubNode.php
application/hub/main/package/.htaccess [new file with mode: 0644]
application/hub/main/package/class_NetworkPackage.php [new file with mode: 0644]
application/hub/main/states/class_BaseState.php
application/hub/main/states/node/active/class_NodeActiveState.php
application/hub/main/states/node/class_BaseNodeState.php
application/hub/main/states/node/init/class_NodeInitState.php
application/hub/main/states/node/virgin/class_NodeVirginState.php
application/hub/main/template/announcement/class_AnnouncementTemplateEngine.php
index.php