Serialized Form


Package org.sapia.taskman

Class org.sapia.taskman.DummyTask implements Serializable

Serialized Fields

_nested

boolean _nested

Class org.sapia.taskman.NestingTestTask implements Serializable

Serialized Fields

_asynchronous

boolean _asynchronous

_tt

org.sapia.taskman.TestTask _tt

Class org.sapia.taskman.TaskManager implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
IOException
See Also:
Externalizable.writeExternal(ObjectOutput)

Class org.sapia.taskman.TestTask implements Serializable

Serialized Fields

execCount

int execCount

Class org.sapia.taskman.TestTaskManager implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
IOException
See Also:
Externalizable.writeExternal(ObjectOutput)


Package org.sapia.taskman.examples

Class org.sapia.taskman.examples.CompositeTask implements Serializable

Class org.sapia.taskman.examples.HelloWorldTask implements Serializable

Class org.sapia.taskman.examples.NestedTask implements Serializable



Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.