Sensix
Wireless Sensor Network Middleware



   Home


   Project Page


   Download


   CVS




 Hosted by
Get SENSIX at SourceForge.net. Fast, secure 
and Free Open Source software downloads

sensix::discovery::Others Interface Reference

collection of all related nodes More...

import "discovery.idl";

Inheritance diagram for sensix::discovery::Others:

sensix::discovery::OthersImpl

List of all members.

Public Member Functions

 Others (DiscoveryService ds)
Ancestors ancestors ()
Siblings siblings ()
Descendants descendants ()
boolean findNode (int id)
Request[] queryNetwork (byte capability) throws DiscoveryException
Request queryNode (int id, byte capability) throws DiscoveryException
boolean findNode (in NodeId id)
 query node existence
RequestList queryNetwork (in octet capability) raises (DiscoveryException)
 query all siblings and descendants
Request queryNode (in NodeId id, in octet capability) raises (DiscoveryException)
 query one particular sibling or descendant

Public Attributes

readonly attribute Ancestors ancestors
readonly attribute Siblings siblings
readonly attribute Descendants descendants


Detailed Description

collection of all related nodes

Definition at line 40 of file Others.java.


Constructor & Destructor Documentation

sensix::discovery::Others::Others ( DiscoveryService  ds  ) 

Definition at line 47 of file Others.java.


Member Function Documentation

Implemented in sensix::discovery::OthersImpl.

Definition at line 54 of file Others.java.

Implemented in sensix::discovery::OthersImpl.

Definition at line 59 of file Others.java.

boolean sensix::discovery::Others::findNode ( int  id  ) 

Definition at line 69 of file Others.java.

Request [] sensix::discovery::Others::queryNetwork ( byte  capability  )  throws DiscoveryException

Definition at line 84 of file Others.java.

Request sensix::discovery::Others::queryNode ( int  id,
byte  capability 
) throws DiscoveryException

Definition at line 113 of file Others.java.

boolean sensix::discovery::Others::findNode ( in NodeId  id  ) 

query node existence

RequestList sensix::discovery::Others::queryNetwork ( in octet  capability  )  raises (DiscoveryException)

query all siblings and descendants

Request sensix::discovery::Others::queryNode ( in NodeId  id,
in octet  capability 
) raises (DiscoveryException)

query one particular sibling or descendant


Member Data Documentation

Definition at line 451 of file discovery.idl.

Definition at line 452 of file discovery.idl.

Definition at line 453 of file discovery.idl.


The documentation for this interface was generated from the following files:
  • /home/brennan/Software/sensix/source/C^4/sensix/discovery/Others.java
  • /home/brennan/Software/sensix/source/discovery.idl


© 2008, Los Alamos National Security, LLC.