org.ow2.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. |
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)
throws java.lang.Exception
- Gets the Factory name.
- Parameters:
protocolName - the protocol name.
- Returns:
- the factory name
- Throws:
java.lang.Exception
Copyright © 2009 OW2 Consortium. All Rights Reserved.