uka.gm
Class GM.HPort

java.lang.Object
  extended byuka.gm.GM.HPort
Enclosing class:
GM

static final class GM.HPort
extends java.lang.Object


Field Summary
(package private)  int hportNr
           
 int MAX_THREADS
           
(package private)  GM.HPort next
           
 
Constructor Summary
(package private) GM.HPort(int device, int nr, GM.HPort next)
           
 
Method Summary
 java.lang.String getHostName()
           
 int getNodeID()
           
 int getNodeID(GM.UID uid)
           
 int getNodeID(java.lang.String name)
           
 GM.UID getUID(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_THREADS

public final int MAX_THREADS

hportNr

final int hportNr

next

GM.HPort next
Constructor Detail

GM.HPort

GM.HPort(int device,
         int nr,
         GM.HPort next)
   throws java.io.IOException
Method Detail

getNodeID

public int getNodeID()

getUID

public GM.UID getUID(int id)

getNodeID

public int getNodeID(GM.UID uid)

getHostName

public java.lang.String getHostName()

getNodeID

public int getNodeID(java.lang.String name)