|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
public static class CommandExecutionRequest.Key
A custom key implementation for the CommandExecutionRequest class
to support KeyAssociation.
| Constructor Summary | |
|---|---|
CommandExecutionRequest.Key()
For ExternalizableLite. |
|
CommandExecutionRequest.Key(Identifier contextIdentifier,
Ticket ticket,
ContextConfiguration.ManagementStrategy managementStrategy)
Standard Constructor. |
|
| Method Summary | |
|---|---|
Object |
getAssociatedKey()
|
Identifier |
getContextIdentifier()
Returns the Identifier for the CommandExecutionRequest. |
void |
readExternal(DataInput in)
|
void |
readExternal(com.tangosol.io.pof.PofReader reader)
|
String |
toString()
|
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, wait, wait, wait |
| Constructor Detail |
|---|
public CommandExecutionRequest.Key()
ExternalizableLite.
public CommandExecutionRequest.Key(Identifier contextIdentifier,
Ticket ticket,
ContextConfiguration.ManagementStrategy managementStrategy)
contextIdentifier - ticket - managementStrategy - | Method Detail |
|---|
public Identifier getContextIdentifier()
Identifier for the CommandExecutionRequest.
public Object getAssociatedKey()
getAssociatedKey in interface com.tangosol.net.cache.KeyAssociation
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.PortableObjectIOExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||