JNodeOS v1.2.0 API

edu.utah.janos.nodeos
Class Status

java.lang.Object
  |
  +--edu.utah.janos.nodeos.Status

Deprecated. These APIs have been gutted because they do not work cleanly with per-process heaps. A new status/data/tweak API is in the works to replace this.

public class Status
extends java.lang.Object

Obtain status information on the state of a node.

This is the public interface to querying stats on the node.

XXX ideally, most of this status stuff should be external to the nodeos core package.

Author:
Janos Ministry of Development

Method Summary
static void addInfoHook(InfoHook ih)
          Deprecated.  
 java.lang.String[] getInfo(java.lang.String name)
          Deprecated.  
 java.lang.String[] getInfoList()
          Deprecated.  
static Status getStatusObject()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStatusObject

public static Status getStatusObject()
Deprecated. 

addInfoHook

public static void addInfoHook(InfoHook ih)
Deprecated. 

getInfo

public java.lang.String[] getInfo(java.lang.String name)
Deprecated. 

getInfoList

public java.lang.String[] getInfoList()
Deprecated. 

JNodeOS v1.2.0 API

This documentation is Copyright (C) 1998-2002 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project web site: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002