All Packages  This Package  Class Hierarchy  Class Search  Index

Class utah.npm.core.IPCWaitReceiveReturn
java.lang.Object
   |
   +----utah.npm.core.IPCWaitReceiveReturn

  Summary

public class  IPCWaitReceiveReturn
     extends java.lang.Object
{
          // Fields 2
     public Object alias;
     public int rc;

          // Constructors 1
     public IPCWaitReceiveReturn();

}

Because a server WAIT+RECEIVE IPC operation returns a result code and a port alias this is the "struct" to return both in.

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

See Also: IPC.serverWaitReceive, IPC.serverAckSendWaitReceive, IPC.serverSendWaitReceive




  Fields

· rc

Summary  |  Top

   public int rc

The integer return code indicating the state of the connection. See IPC class for a list of the possible return codes.

See Also: IPC


· alias

Summary  |  Top
   public Object alias

If a connection with a new thread was made, this is the port alias associated with the individual Port the client is connecting to. (This is used to differentiate individual Port connections when a server thread is blocked on a big PortSet with lots of interesting Ports in it.)

See Also: PortSet, Port


  Constructors

· IPCWaitReceiveReturn

Summary  |  Top

   public IPCWaitReceiveReturn() 

Default constructor



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