Trees | Indices | Help |
|
---|
|
Basic server implementation which can be used for implementing a standalone python server which can be started from icegridnode.
The servant implementation MUST have a constructor which takes a single ServerContext argument AND have a cleanup() method
Logging is configured relative to the current directory to be in var/log by default.
Usage:
if __name__ == "__main__": app=Server(ServicesI, "ServicesAdapter", Ice.Identity("Services","")) sys.exit(app.main(sys.argv))
app.impl now points to an instance of ServicesI
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
Cleans up all resources that were created by this server. Primarily the one servant instance. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 24 19:49:03 2012 | http://epydoc.sourceforge.net |