org.apache.geronimo.openejb.cluster.infra
Class BasicNetworkConnectorTracker
java.lang.Object
org.apache.geronimo.openejb.cluster.infra.BasicNetworkConnectorTracker
- All Implemented Interfaces:
- NetworkConnectorTracker
public class BasicNetworkConnectorTracker
- extends Object
- implements NetworkConnectorTracker
- Version:
- $Rev:$ $Date:$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicNetworkConnectorTracker
public BasicNetworkConnectorTracker()
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.