- generateID(int) - Static method in class comingle.comms.identity.IdentityGenerator
-
Generates a random 'n' bit hexadecimal string
- generateID() - Static method in class comingle.comms.identity.IdentityGenerator
-
Generates a random hexadecimal string that uniquely fits in a
32bit signed integer.
- getDeviceID() - Method in class comingle.comms.directory.BaseDirectory
-
Returns the unique identify of the application that this directory is part of.
- getDisplayName() - Method in class comingle.comms.directory.BaseDirectory
-
Returns the display name of this directory.
- getLocalName() - Method in class comingle.comms.directory.BaseDirectory
-
Returns the device name of this location.
- getLocalNode() - Method in class comingle.comms.directory.BaseDirectory
-
- getLocation() - Method in class comingle.comms.directory.BaseDirectory
-
- getLocation() - Method in interface comingle.comms.neighborhood.Neighborhood
-
Get the location of the local node
- getLocations(int) - Method in class comingle.comms.directory.BaseDirectory
-
- getLocations() - Method in class comingle.comms.directory.BaseDirectory
-
Return a list containing all location ids in this directory.
- getLocations(int) - Method in interface comingle.comms.neighborhood.Neighborhood
-
Get all locations associated with a given network type
- getLocations() - Method in interface comingle.comms.neighborhood.Neighborhood
-
Get all locations, period.
- getName(int) - Method in class comingle.comms.directory.BaseDirectory
-
Returns the device name of the given location identifier
- getNetworkID() - Method in class comingle.comms.directory.BaseDirectory
-
Returns the network ID of this directory
- getNode(InetAddress) - Method in class comingle.comms.directory.BaseDirectory
-
Get the node info corresponding to the input inet address.
- getNode(String) - Method in class comingle.comms.directory.BaseDirectory
-
Get the node info corresponding to the input ip address.
- getNode(int) - Method in class comingle.comms.directory.BaseDirectory
-
Get a node given a unique location identifier.
- getNodeArray() - Method in class comingle.comms.directory.BaseDirectory
-
- getNodeMap() - Method in class comingle.comms.directory.BaseDirectory
-
Return a hash map that maps locations to IP addresses.
- getNodes() - Method in class comingle.comms.directory.BaseDirectory
-
- getReqCode() - Method in class comingle.comms.directory.BaseDirectory
-
Returns the request code of this directory.