|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectestella.lib.Lista
estella.lib.ConexaoLista
public class ConexaoLista
Gerencia uma lista do tipo Conexao Essa classe depende da classe de Lista, no qual gerencia uma Lista de objetos
Lista
Constructor Summary | |
---|---|
ConexaoLista()
|
|
ConexaoLista(java.util.List LISTA)
|
Method Summary | |
---|---|
boolean |
existe(java.lang.String host)
Verifica se existe um host (ip / nome computador) na lista |
boolean |
fechaConexoes()
|
Methods inherited from class estella.lib.Lista |
---|
adiciona, existe, limpa, remove, retorna, tamanho |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConexaoLista()
public ConexaoLista(java.util.List LISTA)
Method Detail |
---|
public boolean existe(java.lang.String host)
host
- a ser verificado
public boolean fechaConexoes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |