Class FDATI.FDATResourceManager
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class FDATI.FDATResourceManager

java.lang.Object
   |
   +----JavaAgent.agent.ResourceManager
           |
           +----RemoteService.agent.ServiceResourceManager
                   |
                   +----FDATI.FDATResourceManager

public class FDATResourceManager
extends ServiceResourceManager
Manages all of the Resource objects for a specific FDATAgent.


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 models
Example models.

Constructor Index

 o FDATResourceManager(ServiceAgent)
Initializes the memory and contents of all Agent resources.

Method Index

 o getResource(String)
Get the resource object for the specified type.

Variables

 o models
  protected Models models
Example models.

Constructors

 o FDATResourceManager
  public FDATResourceManager(ServiceAgent parent)
Initializes the memory and contents of all Agent resources.

Methods

 o getResource
  public Resource getResource(String type)
Get the resource object for the specified type.
Parameters:
type - Resource type to get, one of: "address", "language", "interpreter", "class" or "available_service".
Returns:
Resource object or null if type does not exist.
Overrides:
getResource in class ServiceResourceManager

All Packages  Class Hierarchy  This Package  Previous  Next  Index