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

Class RemoteService.context.ClientParams

java.lang.Object
   |
   +----JavaAgent.context.RuntimeParams
           |
           +----JavaAgent.context.SocketParams
                   |
                   +----RemoteService.context.ClientParams

public class ClientParams
extends SocketParams
Subclass of SocketParams which holds runtime parameters for a ClientContext.


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 localcomm
Is local comm enabled?
 o pid
Process id for process connected to stdout.
 o sig
Signal number to use for interrupting the local process.

Constructor Index

 o ClientParams()
Constructor for use with applets
 o ClientParams(Hashtable)
Constructor the ClientParams object.

Variables

 o pid
  public String pid
Process id for process connected to stdout.
 o sig
  public String sig
Signal number to use for interrupting the local process.
 o localcomm
  public boolean localcomm
Is local comm enabled?

Constructors

 o ClientParams
  public ClientParams()
Constructor for use with applets
 o ClientParams
  public ClientParams(Hashtable args)
Constructor the ClientParams object. Takes a Hashtable containing parameter values as input.

All Packages  Class Hierarchy  This Package  Previous  Next  Index