|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.contentmanager.state.CollectionManager
public abstract class CollectionManager
Base class for collection managers.
| Constructor Summary | |
|---|---|
CollectionManager()
|
|
| Method Summary | ||
|---|---|---|
long |
getCardinality()
Returns the cardinality of the collection. |
|
java.lang.String |
getCollectionID()
Returns the collection identifier. |
|
java.util.Calendar |
getLastUpdate()
Returns the time in which the collection was last updated. |
|
java.lang.String |
getPlugin()
Returns the name of the associated plugin. |
|
abstract java.lang.String |
getType()
Returns the type of the resource. |
|
|
onEvent(
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionManager()
| Method Detail |
|---|
public java.lang.String getPlugin()
throws org.globus.wsrf.ResourceException
org.globus.wsrf.ResourceException
public java.lang.String getCollectionID()
throws org.globus.wsrf.ResourceException
org.globus.wsrf.ResourceException
public long getCardinality()
throws org.globus.wsrf.ResourceException
c - the cardinality.
org.globus.wsrf.ResourceException
public java.util.Calendar getLastUpdate()
throws org.globus.wsrf.ResourceException
org.globus.wsrf.ResourceExceptionpublic abstract java.lang.String getType()
public <T1 extends Collection.ChangeTopic,P1 extends java.lang.Void> void onEvent(... events)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||