org.resilientedge.jockey.peer
Class PlatformInfo

java.lang.Object
  |
  +--org.resilientedge.jockey.peer.PlatformInfo

public class PlatformInfo
extends java.lang.Object

Represents information about the local platform, including available networks it can communicate with and the status of the platform.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Constructor Summary
PlatformInfo()
           
 
Method Summary
 java.util.Vector getPeerNetworks()
          Returns a list of PeerNetwork instances that the platform can communicate with.
 boolean isSane()
          Returns true if the platform is currently in a stable state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformInfo

public PlatformInfo()
Method Detail

getPeerNetworks

public java.util.Vector getPeerNetworks()
Returns a list of PeerNetwork instances that the platform can communicate with.
Returns:
The PeerNetworks value

isSane

public boolean isSane()
Returns true if the platform is currently in a stable state
Returns:
The Sane value


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.