|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectProyecto.Objeto
Redes.Red
Redes.Ethernet.Ethernet
Redes.Ethernet.HubEthernet
Hub Ethernet (componente simulable)
| Field Summary | |
private static ListaParametros |
caracteristicas
Lista de caracteristicas |
private static int |
kRETARDO
Retardo de procesamiento |
private static int |
numHub
Numero de Hub (unico para cada hub) |
| Fields inherited from class Redes.Ethernet.Ethernet |
kTIPO |
| Fields inherited from class Redes.Red |
colaTramas, ListaEquipos, ListaRedes |
| Fields inherited from class Proyecto.Objeto |
Interfaces, parametros |
| Constructor Summary | |
HubEthernet()
Constructor |
|
| Method Summary | |
void |
Conectar(Red red)
Metodo que permite conectar este tipo de red a otras redes. |
void |
Procesar(int instante)
Procesa la tramas programadas para el instante indicado |
| Methods inherited from class Redes.Ethernet.Ethernet |
Caracteristicas, Pendientes |
| Methods inherited from class Redes.Red |
ConectarA, ConectarA, Enviar, getMTU, NumEquiposConectados, Retransmitir, setMTU, SoportaARP |
| Methods inherited from class Proyecto.Objeto |
DEBUG, getEvento, getInterfaz, getInterfaz, getNombre, getParametros, NuevoEvento, NumEventos, NumInterfaces, setNombre |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static ListaParametros caracteristicas
private static int kRETARDO
private static int numHub
| Constructor Detail |
public HubEthernet()
| Method Detail |
public void Procesar(int instante)
Procesar in class Ethernetinstante - Instante de tiempopublic void Conectar(Red red)
Conectar in class Redred - Red a la que se quiere conectar esta red
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||