| java.lang.Object net.refractions.udig.catalog.memory.MemoryServiceExtensionImpl
Field Summary | |
final public static String | KEY | final public static String | MEMBER_PARAM This param indicates a FeatureType that needs to be created in the DataStore.
Since MemoryData store is volatile there needs to be a way to specify what FeatureTypes
the DataStore has using the parameters. | final public static URL | URL | final public static Map<URL, MemoryServiceImpl> | impl |
KEY | final public static String KEY(Code) | | service creation key *
|
MEMBER_PARAM | final public static String MEMBER_PARAM(Code) | | This param indicates a FeatureType that needs to be created in the DataStore.
Since MemoryData store is volatile there needs to be a way to specify what FeatureTypes
the DataStore has using the parameters.
|
URL | final public static URL URL(Code) | | special memory service url *
|
MemoryServiceExtensionImpl | public MemoryServiceExtensionImpl()(Code) | | |
MemoryServiceExtensionImpl | public MemoryServiceExtensionImpl(MemoryDSFactory factory)(Code) | | This permits the use of a custom sub-class of an ActiveMemoryDataStore.
If this is null, this extension will use the default implementation.
Parameters: factory - providing custom datastore to be used or null |
|
|