Package ZenModel :: Module IpService
[hide private]
[frames] | no frames]

Module IpService

source code

IpService.py

IpService is a function provided by computer (like a server). it is defined by a protocol type (udp/tcp) and a port number.

$Id: IpService.py,v 1.10 2004/04/22 22:04:14 edahl Exp $


Version: 1.10

Classes [hide private]
  IpService
IpService object
Functions [hide private]
 
manage_addIpService(context, id, protocol, port, userCreated=None, REQUEST=None)
make a device
source code
 
getIpServiceKey(protocol, port) source code
Variables [hide private]
  __doc__ = """IpService...
  addIpService = DTMLFile('dtml/addIpService', globals())
  RELMETATYPES = ('ToOneRelationship', 'ToManyContRelationship',...
Variables Details [hide private]

__doc__

Value:
"""IpService.py

IpService is a function provided by computer (like a server).  it
is defined by a protocol type (udp/tcp) and a port number.

$Id: IpService.py,v 1.10 2004/04/22 22:04:14 edahl Exp $"""

RELMETATYPES

Value:
('ToOneRelationship', 'ToManyContRelationship', 'ToManyRelationship')