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

Class RemoteService.resource.AvailableServices

java.lang.Object
   |
   +----JavaAgent.resource.Resource
           |
           +----JavaAgent.resource.RetrievalResource
                   |
                   +----RemoteService.resource.AvailableServices

public class AvailableServices
extends RetrievalResource
Subclass of RetrievalResource which stores a set of AvailableService objects for a ClientAgent.


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.



Constructor Index

 o AvailableServices(Agent)
Constructor for the resource.

Method Index

 o getReceiver(Object)
 o getType()

Constructors

 o AvailableServices
  public AvailableServices(Agent agent)
Constructor for the resource.
Parameters:
agent - The Agent which owns the resource.

Methods

 o getReceiver
  protected String getReceiver(Object identifier)
Overrides:
getReceiver in class RetrievalResource
 o getType
  protected String getType()
Overrides:
getType in class RetrievalResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index