|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMemoryDataStore
net.refractions.udig.catalog.memory.ActiveMemoryDataStore
public class ActiveMemoryDataStore
This is an extended MemoryDataStore which provides proper event notification. Clients wishing to supply their own sub-class of MemoryDataStore for use in the MemoryService extension should sub-class this class, as that will permit the Catalog to be notified by events.
Constructor Summary | |
---|---|
ActiveMemoryDataStore()
Construct AnotherMemoryDataStore . |
|
ActiveMemoryDataStore(FeatureCollection collection)
Construct AnotherMemoryDataStore . |
Method Summary | |
---|---|
void |
addListener(MemoryServiceListener listener)
TODO summary sentence for addFeatureListener ... |
void |
createSchema(FeatureType featureType)
|
boolean |
removeListener(MemoryServiceListener listener)
TODO summary sentence for removeFeatureListener ... |
void |
removeSchema(java.lang.String typeName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActiveMemoryDataStore()
AnotherMemoryDataStore
.
public ActiveMemoryDataStore(FeatureCollection collection)
AnotherMemoryDataStore
.
collection
- Method Detail |
---|
public void addListener(MemoryServiceListener listener)
listener
- public boolean removeListener(MemoryServiceListener listener)
listener
-
public void createSchema(FeatureType featureType) throws java.io.IOException
java.io.IOException
public void removeSchema(java.lang.String typeName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |