The netlet interface implemented by every netlet provides facilities for the node to:
Netlets are initialised after construction. The initialisation method passes the netlet the controlling node interface, and the arguments with which the netlet is being run. The netlet may bind services and use other node facilites during its initialisation.
The netlet should terminate itself in a timely manner. It may be terminated abruptly at the discretion of the node. When this request returns, the netlet will be considered terminated. All service sessions will be shut down, any threads terminated, and all resources deallocated.
In response to a bind request for which this netlet is the server. This creates a service session.
The node will use the above termination mechanism to terminate the netlet.
The warrant will be bound and a service session created.
Jim Chapman 2001-08-16