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

Class MulticastNetworkLocation

NetworkLocation --+
                  |
                 MulticastNetworkLocation


Multicast network location encapsulates the configuration information about a multicsat network connection.


Method Summary
  __init__(self, host, port, ttl)
  __repr__(self)
  GetTTL(self)
  SetTTL(self, ttl)
    Inherited from NetworkLocation
  GetHost(self)
  GetPort(self)
  SetHost(self, host)
  SetPort(self, port)

Class Variable Summary
int ttl = 0                                                                     
str TYPE = 'multicast'
    Inherited from NetworkLocation
str host = ''
int port = 0                                                                     

Class Variable Details

ttl

Type:
int
Value:
0                                                                     

TYPE

Type:
str
Value:
'multicast'                                                            

Generated by Epydoc 2.1 on Thu Apr 14 16:39:28 2005 http://epydoc.sf.net