org.ow2.carol.cmi.smart.api
Interface SmartConnector

All Known Subinterfaces:
ServerClusterViewManager

public interface SmartConnector

Author:
The new CMI team

Method Summary
 java.lang.String getInitialContextFactoryName(java.lang.String protocolName)
          Gets the Factory name.
 java.util.List<java.lang.String> getProviderURLs(java.lang.String protocolName)
          Gets the list of Provider URL.
 

Method Detail

getProviderURLs

java.util.List<java.lang.String> getProviderURLs(java.lang.String protocolName)
                                                 throws java.lang.Exception
Gets the list of Provider URL.

Parameters:
protocolName - the given protocol name.
Returns:
providers of the cluster view for the given protocol
Throws:
java.lang.Exception

getInitialContextFactoryName

java.lang.String getInitialContextFactoryName(java.lang.String protocolName)
Gets the Factory name.

Parameters:
protocolName - the protocol name.
Returns:
the factory name


Copyright © 2007 OW2 Consortium. All Rights Reserved.