|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.dataops.objectcol.CollectionActivity
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private CollectionGraph |
collection
|
private CollectionCreator |
creator
|
private long |
duration
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private CollectionState |
state
|
Constructor Summary | |
CollectionActivity()
|
Method Summary | |
void |
cancel()
Supported API: false |
CollectionGraph |
getCollection()
This method will block until the collection graph is completely constructed. |
AsynchCollectionGraph |
getCollectionAsynch()
Supported API: false |
long |
getDuration()
Gets the value of the attribute: duration. |
CollectionState |
getState()
Gets the value of the attribute: state. |
void |
initialize(CollectionCreator creator)
Supported API: false |
void |
initialize(CollectionCreator creator,
CollectionGraph input)
Supported API: false |
boolean |
isDone()
Supported API: false |
static CollectionActivity |
newCollectionActivity(CollectionCreator creator)
Supported API: false |
static CollectionActivity |
newCollectionActivity(CollectionCreator creator,
CollectionGraph input)
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(CollectionActivity thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
run()
Supported API: false |
void |
setDuration(long a_Duration)
Sets the value of the attribute: duration. |
void |
setState(CollectionState a_State)
Sets the value of the attribute: state. |
void |
start()
Supported API: false |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private CollectionState state
private CollectionGraph collection
private long duration
private transient CollectionCreator creator
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public CollectionActivity()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(CollectionActivity thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public CollectionState getState()
public void setState(CollectionState a_State) throws WTPropertyVetoException
a_State
-
WTPropertyVetoException
public long getDuration()
public void setDuration(long a_Duration) throws WTPropertyVetoException
a_Duration
-
WTPropertyVetoException
public CollectionGraph getCollection()
public void cancel()
public boolean isDone()
public AsynchCollectionGraph getCollectionAsynch()
public void start()
public void run()
run
in interface Runnable
public static CollectionActivity newCollectionActivity(CollectionCreator creator) throws WTException
creator
-
WTException
public void initialize(CollectionCreator creator) throws WTException
creator
-
WTException
public static CollectionActivity newCollectionActivity(CollectionCreator creator, CollectionGraph input) throws WTException
creator
- input
-
WTException
public void initialize(CollectionCreator creator, CollectionGraph input) throws WTException
creator
- input
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |