org.resilientedge.jockey.peer
Class DeviceDescriptor

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

public class DeviceDescriptor
extends java.lang.Object

This class serves as a repository of information about a peer device. This information may be used by peer applications that require particular capabilities for a device.

Some peer groups may deny or allow participation by a device based on the DeviceDescriptor.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Constructor Summary
DeviceDescriptor()
           
 
Method Summary
 java.lang.String getArchitecture()
          Get the architecture of the device.
 java.lang.String getBandwidthCategory()
          Get the bandwidth category of the device.
 java.lang.String getOrganization()
          Get the organization to which this device belongs.
 void setArchitecture(java.lang.String newValue)
          Set the architecture of the device.
 void setBandwidthCategory(java.lang.String newValue)
          Set the bandwidth category of the device.
 void setOrganization(java.lang.String newValue)
          Set the organization to which this device belongs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceDescriptor

public DeviceDescriptor()
Method Detail

setArchitecture

public void setArchitecture(java.lang.String newValue)
Set the architecture of the device.
Parameters:
newValue - The new Architecture value

setBandwidthCategory

public void setBandwidthCategory(java.lang.String newValue)
Set the bandwidth category of the device.
Parameters:
newValue - The new BandwidthCategory value

setOrganization

public void setOrganization(java.lang.String newValue)
Set the organization to which this device belongs.
Parameters:
newValue - The new Organization value

getArchitecture

public java.lang.String getArchitecture()
Get the architecture of the device.
Returns:
The Architecture value

getBandwidthCategory

public java.lang.String getBandwidthCategory()
Get the bandwidth category of the device.
Returns:
The BandwidthCategory value

getOrganization

public java.lang.String getOrganization()
Get the organization to which this device belongs.
Returns:
The Organization value


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