|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.resilientedge.jockey.peer.DeviceDescriptor
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.
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 |
public DeviceDescriptor()
Method Detail |
public void setArchitecture(java.lang.String newValue)
newValue
- The new Architecture valuepublic void setBandwidthCategory(java.lang.String newValue)
newValue
- The new BandwidthCategory valuepublic void setOrganization(java.lang.String newValue)
newValue
- The new Organization valuepublic java.lang.String getArchitecture()
public java.lang.String getBandwidthCategory()
public java.lang.String getOrganization()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |