com.oracle.coherence.patterns.command.internal
Class SubmissionOutcome.UnknownContext

java.lang.Object
  extended by com.oracle.coherence.patterns.command.internal.SubmissionOutcome
      extended by com.oracle.coherence.patterns.command.internal.SubmissionOutcome.UnknownContext
All Implemented Interfaces:
com.tangosol.io.ExternalizableLite, com.tangosol.io.pof.PortableObject, Serializable
Enclosing class:
SubmissionOutcome

public static class SubmissionOutcome.UnknownContext
extends SubmissionOutcome

An SubmissionOutcome.UnknownContext SubmissionOutcome represents that a Command has failed being submitted to a Context as the said Context does not exist.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.oracle.coherence.patterns.command.internal.SubmissionOutcome
SubmissionOutcome.Accepted, SubmissionOutcome.UnknownContext
 
Constructor Summary
SubmissionOutcome.UnknownContext()
          Required for ExternalizableLite and PortableObject.
 
Method Summary
 
Methods inherited from class com.oracle.coherence.patterns.command.internal.SubmissionOutcome
readExternal, readExternal, writeExternal, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmissionOutcome.UnknownContext

public SubmissionOutcome.UnknownContext()
Required for ExternalizableLite and PortableObject.



Copyright © 2016. All rights reserved.