|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGCUBEWSResource
org.gcube.indexmanagement.incrementalindexupdater.IncrementalIndexUpdaterResource
public class IncrementalIndexUpdaterResource
Contain the resource instances. More precisely index information like type, format, name, modified date and so on.
Field Summary | |
---|---|
static java.lang.String |
RP_COLLECTION_ID
|
static java.lang.String |
RP_INDEX_ID
|
static java.lang.String |
RP_TYPEOFINDEX
|
Constructor Summary | |
---|---|
IncrementalIndexUpdaterResource()
The IncrementalIndexUpdater constructor. |
Method Summary | |
---|---|
org.globus.wsrf.ResourceProperty |
createProperty(java.lang.String propName)
|
java.lang.String[] |
getCollectionID()
Getter method for the CollectionID list Resource Property |
java.lang.String |
getIndexID()
Getter method for the IndexID Resource Property |
java.lang.String |
getTypeOfIndex()
Getter method for the TypeOfIndex Resource Property |
void |
onLoad(java.io.ObjectInputStream ois,
boolean firstLoad)
Loads the state of the resource from disk |
void |
onStore(java.io.ObjectOutputStream oos)
Stores the state of the resource to disk |
void |
setCollectionID(java.lang.String[] collectionIDs)
Setter method for the CollectionID list Resource Property |
void |
setIndexID(java.lang.String indexID)
Setter method for the IndexID Resource Property |
void |
setTypeOfIndex(java.lang.String type)
Setter method for the TypeOfIndex Resource Property |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RP_INDEX_ID
public static final java.lang.String RP_COLLECTION_ID
public static final java.lang.String RP_TYPEOFINDEX
Constructor Detail |
---|
public IncrementalIndexUpdaterResource()
Method Detail |
---|
public void onStore(java.io.ObjectOutputStream oos) throws java.lang.Exception
oos
- the output stream to write to
java.lang.Exception
public void onLoad(java.io.ObjectInputStream ois, boolean firstLoad) throws java.lang.Exception
ois
- the input stream to read fromfirstLoad
-
java.lang.Exception
public java.lang.String getIndexID()
String
the requested indexIDpublic void setIndexID(java.lang.String indexID)
indexID
- String
the new IndexIdpublic java.lang.String getTypeOfIndex()
String
the requested TypeOfIndexpublic void setTypeOfIndex(java.lang.String type)
indexID
- String
the new TypeOfIndexpublic java.lang.String[] getCollectionID()
String[]
the requested CollectionIDspublic void setCollectionID(java.lang.String[] collectionIDs) throws java.lang.Exception
String[]
- the new CollectionIDs
java.lang.Exception
public org.globus.wsrf.ResourceProperty createProperty(java.lang.String propName) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |