Package AccessGrid :: Module NetworkLocation :: Class NetworkLocation
[show private | hide private]
[frames | no frames]

Class NetworkLocation

Known Subclasses:
MulticastNetworkLocation, UnicastNetworkLocation

The Network Locations are simply python objects to manage network
information. We derive two types, unicast and multicast. It's probably more
correct to derive IP4Uni and IP4Multi and IP6Uni and IP6Multi, but that's
an exercise for later.

Method Summary
  __init__(self, host, port)
  __repr__(self)
  GetHost(self)
  GetPort(self)
  SetHost(self, host)
  SetPort(self, port)

Class Variable Summary
str host = ''
int port = 0                                                                     
str TYPE = 'any'

Class Variable Details

host

Type:
str
Value:
''                                                                     

port

Type:
int
Value:
0                                                                     

TYPE

Type:
str
Value:
'any'                                                                  

Generated by Epydoc 2.1 on Mon Jan 09 13:23:52 2006 http://epydoc.sf.net