bindFacet()

This bindFacet() method allows the node to bind one of this netlet's facets. However, since we don't offer any facets to the node we should throw an exception if it tries to bind any.

This method is therefore a companion to the getFacets() method just discussed--a node should see what facets we offer using getFacets(), then bind one using bindFacet().

Nik Silver 2002-03-09