00001
00002
00003
00004
00005
00006
00007 #ifndef COH_ADDRESS_PROVIDER_FACTORY_HPP
00008 #define COH_ADDRESS_PROVIDER_FACTORY_HPP
00009
00010 #include "coherence/lang.ns"
00011
00012 #include "coherence/net/AddressProvider.hpp"
00013
00014 COH_OPEN_NAMESPACE2(coherence,net)
00015
00016
00017
00018
00019
00020
00021
00022 class COH_EXPORT AddressProviderFactory
00023 : public interface_spec<AddressProviderFactory >
00024 {
00025 public:
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035 virtual AddressProvider::Handle createAddressProvider(ClassLoader::View vLoader = NULL) = 0;
00036 };
00037
00038 COH_CLOSE_NAMESPACE2
00039
00040 #endif // COH_ADDRESS_PROVIDER_FACTORY_HPP