|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.net.AbstractInvocable
com.tangosol.coherence.commonj.WorkManager.AbstractWork
com.tangosol.coherence.commonj.WorkManager.SendFeedback
protected static class WorkManager.SendFeedback
Invocable task that delivers a WorkEvent to a WorkListener.
| Field Summary |
|---|
| Fields inherited from class com.tangosol.coherence.commonj.WorkManager.AbstractWork |
|---|
m_lWorkId, m_nMemberId |
| Fields inherited from interface com.tangosol.net.PriorityTask |
|---|
SCHEDULE_FIRST, SCHEDULE_IMMEDIATE, SCHEDULE_STANDARD, TIMEOUT_DEFAULT, TIMEOUT_NONE |
| Constructor Summary | |
|---|---|
WorkManager.SendFeedback()
Default constructor (necessary for a lite serialization). |
|
WorkManager.SendFeedback(WorkManager.WorkStatus status)
Construct a SendFeedback task. |
|
| Method Summary | |
|---|---|
WorkManager.WorkStatus |
getWorkStatus()
Return a WorkStatus object for this feedback. |
void |
readExternal(DataInput in)
Restore the contents of this object by loading the object's state from the passed DataInput object. |
void |
run()
Called exactly once by the InvocationService to invoke this Invocable object. |
void |
writeExternal(DataOutput out)
Save the contents of this object by storing the object's state into the passed DataOutput object. |
| Methods inherited from class com.tangosol.coherence.commonj.WorkManager.AbstractWork |
|---|
getMember, getMemberId, getSchedulingPriority, getWorkId |
| Methods inherited from class com.tangosol.net.AbstractInvocable |
|---|
getExecutionTimeoutMillis, getRequestTimeoutMillis, getResult, getService, init, isRespondInOrder, runCanceled, setResult |
| Constructor Detail |
|---|
public WorkManager.SendFeedback()
public WorkManager.SendFeedback(WorkManager.WorkStatus status)
| Method Detail |
|---|
public void run()
public WorkManager.WorkStatus getWorkStatus()
public void readExternal(DataInput in)
throws IOException
readExternal in interface ExternalizableLitereadExternal in class WorkManager.AbstractWorkin - the DataInput stream to read data from in order to restore
the state of this object
IOException - if an I/O exception occurs
NotActiveException - if the object is not in its initial
state, and therefore cannot be deserialized into
public void writeExternal(DataOutput out)
throws IOException
writeExternal in interface ExternalizableLitewriteExternal in class WorkManager.AbstractWorkout - the DataOutput stream to write the state of this object to
IOException - if an I/O exception occurs
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||