|
||||||||||
| 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
com.oracle.coherence.patterns.command.internal.SubmissionOutcome.Accepted
public 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.oracle.coherence.patterns.command.internal.SubmissionOutcome |
|---|
SubmissionOutcome.Accepted, SubmissionOutcome.UnknownContext |
| Constructor Summary | |
|---|---|
SubmissionOutcome.Accepted()
Required for ExternalizableLite and PortableObject. |
|
SubmissionOutcome.Accepted(CommandExecutionRequest.Key commandExecutionRequestKey,
ContextConfiguration.ManagementStrategy managementStrategy)
Standard Constructor. |
|
| Method Summary | |
|---|---|
CommandExecutionRequest.Key |
getCommandExecutionRequestKey()
Returns the CommandExecutionRequest.Key that was created for the submitted
Command. |
ContextConfiguration.ManagementStrategy |
getManagementStrategy()
Returns the ContextConfiguration.ManagementStrategy that was used to store
the Command. |
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.Accepted()
ExternalizableLite and PortableObject.
public SubmissionOutcome.Accepted(CommandExecutionRequest.Key commandExecutionRequestKey,
ContextConfiguration.ManagementStrategy managementStrategy)
commandExecutionRequestKey - | Method Detail |
|---|
public CommandExecutionRequest.Key getCommandExecutionRequestKey()
CommandExecutionRequest.Key that was created for the submitted
Command.
public ContextConfiguration.ManagementStrategy getManagementStrategy()
ContextConfiguration.ManagementStrategy that was used to store
the Command.
public void readExternal(DataInput in)
throws IOException
readExternal in interface com.tangosol.io.ExternalizableLitereadExternal in class SubmissionOutcomeIOException
public void writeExternal(DataOutput out)
throws IOException
writeExternal in interface com.tangosol.io.ExternalizableLitewriteExternal in class SubmissionOutcomeIOException
public void readExternal(com.tangosol.io.pof.PofReader reader)
throws IOException
readExternal in interface com.tangosol.io.pof.PortableObjectreadExternal in class SubmissionOutcomeIOException
public void writeExternal(com.tangosol.io.pof.PofWriter writer)
throws IOException
writeExternal in interface com.tangosol.io.pof.PortableObjectwriteExternal in class SubmissionOutcomeIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||