Class RemoteService.context.PipeMessage
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class RemoteService.context.PipeMessage

java.lang.Object
   |
   +----RemoteService.context.PipeMessage

public class PipeMessage
extends Object
Object which represents a message to be sent through a PipeCommunicator object.
Copyright (c) 1995, H. Robert Frost, Stanford University. All rights reserved.

Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies, Inc. All rights reserved.

RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR supplement.

This software is bound by the terms and conditions listed in the attached LICENSE file.



Variable Index

 o content
String content of the message.
 o interrupt
Should an interrupt be sent to the destination process?

Constructor Index

 o PipeMessage(String, boolean)
Creates a new PipeMessage.

Variables

 o content
  public String content
String content of the message.
 o interrupt
  public boolean interrupt
Should an interrupt be sent to the destination process?

Constructors

 o PipeMessage
  public PipeMessage(String content,
                     boolean interrupt)
Creates a new PipeMessage.
Parameters:
content - String content of the message.
interrupt - Should the destination process be interrupted?

All Packages  Class Hierarchy  This Package  Previous  Next  Index