|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.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(java.io.DataInput in)Restore the contents of this object by loading the object's state from the passed DataInput object. |
void |
readExternal(PofReader in)Restore the contents of a user type instance by reading its state using the specified PofReader object. |
void |
run()Called exactly once by the InvocationService to invoke this Invocable object. |
void |
writeExternal(java.io.DataOutput out)Save the contents of this object by storing the object's state into the passed DataOutput object. |
void |
writeExternal(PofWriter out)Save the contents of a POF user type instance by writing its state using the specified PofWriter 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)
status - the work status| Method Detail |
|---|
public void run()
public WorkManager.WorkStatus getWorkStatus()
public void readExternal(java.io.DataInput in)
throws java.io.IOException
readExternal in interface ExternalizableLitereadExternal in class WorkManager.AbstractWorkin - the DataInput stream to read data from in order to restore the state of this objectjava.io.IOException - if an I/O exception occursjava.io.NotActiveException - if the object is not in its initial state, and therefore cannot be deserialized into
public void writeExternal(java.io.DataOutput out)
throws java.io.IOException
writeExternal in interface ExternalizableLitewriteExternal in class WorkManager.AbstractWorkout - the DataOutput stream to write the state of this object tojava.io.IOException - if an I/O exception occurs
public void readExternal(PofReader in)
throws java.io.IOException
readExternal in interface PortableObjectreadExternal in class WorkManager.AbstractWorkin - the PofReader from which to read the object's statejava.io.IOException - if an I/O error occurs
public void writeExternal(PofWriter out)
throws java.io.IOException
writeExternal in interface PortableObjectwriteExternal in class WorkManager.AbstractWorkout - the PofWriter to which to write the object's statejava.io.IOException - if an I/O error occurs
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||