Class RemoteService.resource.AvailableService
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class RemoteService.resource.AvailableService

java.lang.Object
   |
   +----RemoteService.resource.AvailableService

public class AvailableService
extends Object
Represents a service which has been registered with the ServiceBroker. Available services can be installed via communication with the respective ServiceAgent.
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 agent
Name of the ServiceAgent which administers this Service.
 o class_name
Name of the class which defines the Service, this field may not be used by some classes.
 o descrip
Local file containing a description of the Service.
 o gif
Local gif file which contains a thumbnail representation of the Service.
 o name
String name for this Service.

Constructor Index

 o AvailableService(String)
Creates a new AvailableService object.

Variables

 o name
  public String name
String name for this Service.
 o agent
  public String agent
Name of the ServiceAgent which administers this Service.
 o gif
  public File gif
Local gif file which contains a thumbnail representation of the Service.
 o descrip
  public File descrip
Local file containing a description of the Service.
 o class_name
  public String class_name
Name of the class which defines the Service, this field may not be used by some classes.

Constructors

 o AvailableService
  public AvailableService(String name)
Creates a new AvailableService object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index