|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.indexmanagement.storagehandling.DeltaListManagementHandler
public class DeltaListManagementHandler
Constructor Summary | |
---|---|
DeltaListManagementHandler()
|
|
DeltaListManagementHandler(IndexManagementWSResource resource,
java.lang.String stateFilename)
|
Method Summary | |
---|---|
void |
close()
Closes the delta list management handler by performing clean up. |
int |
connectLookup()
|
int |
connectUpdater()
|
void |
disconnectUpdater(int connectionID)
|
java.lang.String |
getDeltaFileCollectionID()
|
DeltaFileInfoType |
getDeltaFileInfo(int idx)
|
DeltaFileInfoType[] |
getDeltaFileList()
|
IndexWSResource |
getResource()
|
boolean |
isUpdating()
|
void |
loadState(java.io.ObjectInputStream ois,
boolean firstLoad,
IndexManagementWSResource resource)
Loads the current state of this DeltaListManagementHandler from an object stream. |
void |
setIndexResourceScopeToDeltaListManagementScope()
Sets the scope of the current thread in the service context of the index resource to the scope of the current thread as given by the DeltaListManagementHandler's ServiceContext. |
void |
storeState(java.io.ObjectOutputStream oos)
Stores the current state of this DeltaListManagementHandler to an object stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeltaListManagementHandler()
public DeltaListManagementHandler(IndexManagementWSResource resource, java.lang.String stateFilename) throws IndexException
IndexException
Method Detail |
---|
public void storeState(java.io.ObjectOutputStream oos)
oos
- the output streampublic void loadState(java.io.ObjectInputStream ois, boolean firstLoad, IndexManagementWSResource resource) throws java.lang.Exception
ois
- the input streamfirstLoad
- specifies whether this is the first load or notresource
- the manager resource associated with this DeltaListManagementHandler
java.lang.Exception
public int connectLookup() throws IndexException
IndexException
public int connectUpdater() throws IndexException
IndexException
public void disconnectUpdater(int connectionID)
public DeltaFileInfoType getDeltaFileInfo(int idx)
public DeltaFileInfoType[] getDeltaFileList()
public void close()
public void setIndexResourceScopeToDeltaListManagementScope()
public boolean isUpdating()
public IndexWSResource getResource()
public java.lang.String getDeltaFileCollectionID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |