org.apache.geronimo.openejb.cluster.infra
Interface NetworkConnectorTracker
- All Known Implementing Classes:
- BasicNetworkConnectorTracker
public interface NetworkConnectorTracker
- Version:
- $Rev:$ $Date:$
|
Field Summary |
static org.codehaus.wadi.servicespace.ServiceName |
NAME
|
NAME
static final org.codehaus.wadi.servicespace.ServiceName NAME
getConnectorURIs
Set<URI> getConnectorURIs(Object deploymentId)
throws NetworkConnectorTrackerException
- Throws:
NetworkConnectorTrackerException
registerNetworkConnectorLocations
void registerNetworkConnectorLocations(Object deploymentId,
String nodeName,
Set<URI> locations)
unregisterNetworkConnectorLocations
void unregisterNetworkConnectorLocations(Object deploymentId,
String nodeName,
Set<URI> locations)
unregisterNetworkConnectorLocations
void unregisterNetworkConnectorLocations(String nodeName)
Copyright © 2003-2009 The Apache Geronimo development community. All Rights Reserved.