Added peer states and lookup table classes/interfaces:
authorRoland Häder <roland@mxchange.org>
Fri, 28 May 2010 02:33:36 +0000 (02:33 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 28 May 2010 02:33:36 +0000 (02:33 +0000)
commitdc05e3749a3e69de958725419b83dc878dad0b41
treeae12e8b3bfae8d6853ef961e93d0f22c8028dc89
parent39800cef903083fe82bb4e0d599b7c603c7eb44c
Added peer states and lookup table classes/interfaces:
- Added new PeerStateable interface for peer states
- Added new Lookupable interface for lookup tables
- Added new PeerStateFactory class for generating peer states
- Added new PeerStateLookupTable class for looking up peer states
- Added new NewConnectionPeerState class for new peer connections
21 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/lookup/.htaccess [new file with mode: 0644]
application/hub/interfaces/lookup/class_Lookupable.php [new file with mode: 0644]
application/hub/interfaces/states/class_
application/hub/interfaces/states/peer/.htaccess [new file with mode: 0644]
application/hub/interfaces/states/peer/class_PeerStateable.php [new file with mode: 0644]
application/hub/main/database/wrapper/class_PeerStateLookupDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/factories/states/class_StateFactory.php
application/hub/main/factories/states/peer/.htaccess [new file with mode: 0644]
application/hub/main/factories/states/peer/class_PeerStateFactory.php [new file with mode: 0644]
application/hub/main/lookup/.htaccess [new file with mode: 0644]
application/hub/main/lookup/class_ [new file with mode: 0644]
application/hub/main/lookup/class_BaseLookupTable.php [new file with mode: 0644]
application/hub/main/lookup/peer/.htaccess [new file with mode: 0644]
application/hub/main/lookup/peer/class_PeerStateLookupTable.php [new file with mode: 0644]
application/hub/main/resolver/state/network/class_NetworkStateResolver.php
application/hub/main/states/peer/class_ [new file with mode: 0644]
application/hub/main/states/peer/new/.htaccess [new file with mode: 0644]
application/hub/main/states/peer/new/class_NewConnectionPeerState.php [new file with mode: 0644]
db/peer_states/.htaccess [new file with mode: 0644]