org.apache.geronimo.openejb.cluster.infra
Class BasicNetworkConnectorTracker

java.lang.Object
  extended by org.apache.geronimo.openejb.cluster.infra.BasicNetworkConnectorTracker
All Implemented Interfaces:
NetworkConnectorTracker

public class BasicNetworkConnectorTracker
extends Object
implements NetworkConnectorTracker

Version:
$Rev:$ $Date:$

Field Summary
 
Fields inherited from interface org.apache.geronimo.openejb.cluster.infra.NetworkConnectorTracker
NAME
 
Constructor Summary
BasicNetworkConnectorTracker()
           
 
Method Summary
 Set<URI> getConnectorURIs(Object deploymentId)
           
 void registerNetworkConnectorLocations(Object deploymentId, String nodeName, Set<URI> locations)
           
 void unregisterNetworkConnectorLocations(Object deploymentId, String nodeName, Set<URI> locations)
           
 void unregisterNetworkConnectorLocations(String nodeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicNetworkConnectorTracker

public BasicNetworkConnectorTracker()
Method Detail

getConnectorURIs

public Set<URI> getConnectorURIs(Object deploymentId)
                          throws NetworkConnectorTrackerException
Specified by:
getConnectorURIs in interface NetworkConnectorTracker
Throws:
NetworkConnectorTrackerException

registerNetworkConnectorLocations

public void registerNetworkConnectorLocations(Object deploymentId,
                                              String nodeName,
                                              Set<URI> locations)
Specified by:
registerNetworkConnectorLocations in interface NetworkConnectorTracker

unregisterNetworkConnectorLocations

public void unregisterNetworkConnectorLocations(Object deploymentId,
                                                String nodeName,
                                                Set<URI> locations)
Specified by:
unregisterNetworkConnectorLocations in interface NetworkConnectorTracker

unregisterNetworkConnectorLocations

public void unregisterNetworkConnectorLocations(String nodeName)
Specified by:
unregisterNetworkConnectorLocations in interface NetworkConnectorTracker


Copyright © 2003-2009 The Apache Geronimo development community. All Rights Reserved.