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.
-
agent
- Name of the ServiceAgent which administers this Service.
-
class_name
- Name of the class which defines the Service, this field may not be
used by some classes.
-
descrip
- Local file containing a description of the Service.
-
gif
- Local gif file which contains a thumbnail representation of the Service.
-
name
-
String name for this Service.
-
AvailableService(String)
- Creates a new AvailableService object.
name
public String name
- String name for this Service.
agent
public String agent
- Name of the ServiceAgent which administers this Service.
gif
public File gif
- Local gif file which contains a thumbnail representation of the Service.
descrip
public File descrip
- Local file containing a description of the Service.
class_name
public String class_name
- Name of the class which defines the Service, this field may not be
used by some classes.
AvailableService
public AvailableService(String name)
- Creates a new AvailableService object.
All Packages Class Hierarchy This Package Previous Next Index