All Packages  This Package  Class Hierarchy  Class Search  Index

Class utah.npm.core.PortSet
java.lang.Object
   |
   +----Refable
           |
           +----utah.npm.core.PortSet

  Summary

public final class  PortSet
     extends Refable
{
          // Constructors 2
     public PortSet();
     public PortSet(int);

          // Methods 2
     public void destroy();
     public String toString();
}

PortSet is the IPC connection point for a server. Under the covers it is also the rendezvous point for both client and servers (either will block here until a pair are available.)

Version:
NPMJava 0.5.0 April, 1998
Author:
Patrick Tullmann tullmann@cs.utah.edu




  Constructors

· PortSet

Summary  |  Top

   public PortSet() 

Construct a new Port Set.



· PortSet

Summary  |  Top
   public PortSet(int hashCode) 

Construct a new Port Set with a specific hasCode.

Parameter Description
hashCode the hashCode to set for this new NPMObject.



  Methods

· destroy

Summary  |  Top
   public void destroy() 

Destroy this PortSet. All queued client and server threads will be woken up and will return ThreadIPC.RC_INVALIDDEST.



· toString

Summary  |  Top
   public String toString() 

Return a string representation of this PortSet ("PortSet").

Returns:
a string representation of this PortSet.


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7