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
           
 
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)
           
 

Field Detail

NAME

static final org.codehaus.wadi.servicespace.ServiceName NAME
Method Detail

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.