Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.fetish.directory.LUSManager

Uses of LUSManager in com.fetish.directory
 

Classes in com.fetish.directory that implement LUSManager
 class Fada
          The Fetish Advanced Directory Architecture module (FADA)
 class FadaProxy
          The proxy class for the FADA node.
 

Fields in com.fetish.directory declared as LUSManager
(package private)  LUSManager FadaProxy.lusm
           
(package private)  LUSManager Fada.Isolator.neighbor
           
 

Methods in com.fetish.directory that return LUSManager
 LUSManager[] FadaProxy.getNeighbors()
           
 LUSManager[] LUSManager.getNeighbors()
          Get the neighbors of the node
private  LUSManager Fada.contactNeighbor(java.lang.String url, boolean delete)
           
 LUSManager[] Fada.getNeighbors()
          Returns an array with all the nodes this one has been connected to
 

Methods in com.fetish.directory with parameters of type LUSManager
 boolean FadaProxy.connect(LUSManager node)
           
 boolean FadaProxy.justConnect(LUSManager node)
           
 boolean FadaProxy.disconnect(LUSManager node)
           
 boolean FadaProxy.justDisconnect(LUSManager node)
           
 boolean LUSManager.connect(LUSManager node)
          Add a new neighbor to the node.
 boolean LUSManager.justConnect(LUSManager node)
          Add a new neighbor to the node.
 boolean LUSManager.disconnect(LUSManager node)
          Remove a neighbor from the list of neighbors.
 boolean LUSManager.justDisconnect(LUSManager node)
          Remove a neighbor from the list of neighbors.
 boolean Fada.connect(LUSManager node)
          Connects this node to another one, thus allowing to create a graph of FADA nodes.
 boolean Fada.justConnect(LUSManager node)
           
 boolean Fada.disconnect(LUSManager node)
          Disconnects this node from the specified node, leaving all other connections untouched
 boolean Fada.justDisconnect(LUSManager node)
          Disconnects this node from the specified node, leaving all other connections untouched
 

Constructors in com.fetish.directory with parameters of type LUSManager
Fada.Isolator(LUSManager neighbor)