|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oracle.coherence.patterns.command.internal.SubmissionOutcome
public abstract class SubmissionOutcome
A SubmissionOutcome represents the result of
an attempt to submit a Command to a Context
(via a CommandExecutor using a CommandExecutionRequest).
Copyright (c) 2008. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
SubmitCommandExecutionRequestProcessor,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
SubmissionOutcome.Accepted
An SubmissionOutcome.Accepted SubmissionOutcome represents
that a Command has been successfully submitted
to a Context and is awaiting execution by a
CommandExecutor. |
static class |
SubmissionOutcome.UnknownContext
An SubmissionOutcome.UnknownContext SubmissionOutcome represents
that a Command has failed being submitted to a
Context as the said Context does not exist. |
| Constructor Summary | |
|---|---|
SubmissionOutcome()
Required for ExternalizableLite and PortableObject. |
|
| Method Summary | |
|---|---|
void |
readExternal(DataInput in)
|
void |
readExternal(com.tangosol.io.pof.PofReader reader)
|
void |
writeExternal(DataOutput out)
|
void |
writeExternal(com.tangosol.io.pof.PofWriter writer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubmissionOutcome()
ExternalizableLite and PortableObject.
| Method Detail |
|---|
public void readExternal(DataInput in)
throws IOException
readExternal in interface com.tangosol.io.ExternalizableLiteIOException
public void writeExternal(DataOutput out)
throws IOException
writeExternal in interface com.tangosol.io.ExternalizableLiteIOException
public void readExternal(com.tangosol.io.pof.PofReader reader)
throws IOException
readExternal in interface com.tangosol.io.pof.PortableObjectIOException
public void writeExternal(com.tangosol.io.pof.PofWriter writer)
throws IOException
writeExternal in interface com.tangosol.io.pof.PortableObjectIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||