A C D E G H I L N O P R S T U V W

A

acceptCommandExecutionRequest(CommandExecutionRequest, BackingMapManagerContext) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Accepts the specified CommandExecutionRequest for execution by this CommandExecutor.

C

CACHENAME - Static variable in class com.oracle.coherence.patterns.command.internal.ContextWrapper
The Coherence cache in which ContextWrappers will be placed.
cancelCommand(Identifier) - Method in interface com.oracle.coherence.patterns.command.CommandSubmitter
Attempts to cancel the execution of the Command that was issued with the specified Ticket.
cancelCommand(Identifier) - Method in class com.oracle.coherence.patterns.command.DefaultCommandSubmitter
Attempts to cancel the execution of the Command that was issued with the specified Ticket.
CancelCommandProcessor - Class in com.oracle.coherence.patterns.command.internal
The CancelCommandProcessor is responsible for canceling a Command from executing within a CommandExecutor.
CancelCommandProcessor() - Constructor for class com.oracle.coherence.patterns.command.internal.CancelCommandProcessor
Required for ExternalizableLite and PortableObject
ClaimContextProcessor - Class in com.oracle.coherence.patterns.command.internal
The ClaimContextProcessor is responsible for "claiming" a Context for execution with a CommandExecutor.
ClaimContextProcessor() - Constructor for class com.oracle.coherence.patterns.command.internal.ClaimContextProcessor
Required for ExternalizableLite and PortableObject
ClaimContextProcessor(UID) - Constructor for class com.oracle.coherence.patterns.command.internal.ClaimContextProcessor
Standard Constructor.
com.oracle.coherence.patterns.command - package com.oracle.coherence.patterns.command
 
com.oracle.coherence.patterns.command.commands - package com.oracle.coherence.patterns.command.commands
 
com.oracle.coherence.patterns.command.internal - package com.oracle.coherence.patterns.command.internal
 
Command<C extends Context> - Interface in com.oracle.coherence.patterns.command
A Command represents some action (together with required state) that is to be asynchronously executed against a Context.
CommandBatch<C extends Context> - Class in com.oracle.coherence.patterns.command.commands
A CommandBatch allows a batch (List) of Commands to be submitted to a single Context for execution in an all or nothing mode.
CommandBatch() - Constructor for class com.oracle.coherence.patterns.command.commands.CommandBatch
Required for ExternalizableLite and PortableObject.
CommandBatch(List<Command<C>>) - Constructor for class com.oracle.coherence.patterns.command.commands.CommandBatch
Standard Constructor.
CommandExecutionRequest - Class in com.oracle.coherence.patterns.command.internal
A CommandExecutionRequest represents a request to execute a Command with in a specified Context (by a CommandExecutor).
CommandExecutionRequest() - Constructor for class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
For ExternalizableLite and PortableObject.
CommandExecutionRequest(Identifier, Command<?>) - Constructor for class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Standard Constructor.
CommandExecutionRequest.Key - Class in com.oracle.coherence.patterns.command.internal
A custom key implementation for the CommandExecutionRequest class to support KeyAssociation.
CommandExecutionRequest.Key() - Constructor for class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
For ExternalizableLite.
CommandExecutionRequest.Key(Identifier, Ticket, ContextConfiguration.ManagementStrategy) - Constructor for class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
Standard Constructor.
CommandExecutionRequest.Status - Enum in com.oracle.coherence.patterns.command.internal
The request can be in one of three states: Pending, Started, or Canceled
CommandExecutor - Class in com.oracle.coherence.patterns.command.internal
An CommandExecutor is responsible for coordinating and executing Commands (represented as CommandExecutionRequests) for a single Context.
CommandExecutor(Identifier, PartitionedService, ScheduledExecutorService) - Constructor for class com.oracle.coherence.patterns.command.internal.CommandExecutor
Internal Constructor.
CommandExecutor.CommandExecutorEvent - Enum in com.oracle.coherence.patterns.command.internal
The types of events the CommandExecutor FiniteStateMachine will accept.
CommandExecutor.State - Enum in com.oracle.coherence.patterns.command.internal
The set of possible CommandExecutor.States for a CommandExecutor.
CommandExecutorManager - Class in com.oracle.coherence.patterns.command.internal
An CommandExecutorManager is responsible for managing and scheduling the current CommandExecutors for a Coherence Cluster Member.
CommandExecutorManager() - Constructor for class com.oracle.coherence.patterns.command.internal.CommandExecutorManager
 
CommandExecutorMBean - Interface in com.oracle.coherence.patterns.command.internal
The CommandExecutorMBean specifies the JMX monitoring and managability interface for CommandExecutors.
CommandSubmitter - Interface in com.oracle.coherence.patterns.command
A CommandSubmitter provides the mechanisms by which we submit Command execution within Contexts.
compareTo(CommandExecutionRequest) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Context - Interface in com.oracle.coherence.patterns.command
A Context is an object that captures the shared state that zero or more Commands may use during execution.
ContextBackingMapListener - Class in com.oracle.coherence.patterns.command.internal
A ContextBackingMapListener is responsible for starting and stopping CommandExecutors for Contexts as they are inserted and removed from the ContextWrapper.CACHENAME cache respectively.
ContextBackingMapListener(BackingMapManagerContext) - Constructor for class com.oracle.coherence.patterns.command.internal.ContextBackingMapListener
Standard Constructor.
ContextConfiguration - Interface in com.oracle.coherence.patterns.command
A ContextConfiguration defines the properties that specify how a Context is managed, together with the expected semantics of the environment in which the Context is operating.
ContextConfiguration.ManagementStrategy - Enum in com.oracle.coherence.patterns.command
The ContextConfiguration.ManagementStrategy of a Context is used to specify how work (like Commands) are stored and managed.
ContextsManager - Interface in com.oracle.coherence.patterns.command
A ContextsManager provides the mechanism by which we may register and manage Contexts.
ContextWrapper - Class in com.oracle.coherence.patterns.command.internal
A ContextWrapper is used to wrap and provide internal execution information about an individual Context, including how to identify the Context, the cluster member on which the Context was originally created and the Ticket of the last successfully executed Command (so we can know where to recover from in case of fail-over, load-balancing or restart.
ContextWrapper() - Constructor for class com.oracle.coherence.patterns.command.internal.ContextWrapper
Required for ExternalizableLite.
ContextWrapper(Identifier, Context, ContextConfiguration) - Constructor for class com.oracle.coherence.patterns.command.internal.ContextWrapper
Standard Constructor.
CreateContextProcessor - Class in com.oracle.coherence.patterns.command.internal
An InvocableMap.EntryProcessor that will place an Context into the ContextWrapper.CACHENAME Coherence Cache, if it does not already exist.
CreateContextProcessor() - Constructor for class com.oracle.coherence.patterns.command.internal.CreateContextProcessor
Required for ExternalizableLite and PortableObject.
CreateContextProcessor(Context, ContextConfiguration) - Constructor for class com.oracle.coherence.patterns.command.internal.CreateContextProcessor
Standard Constructor.

D

DefaultCommandSubmitter - Class in com.oracle.coherence.patterns.command
The default implementation of a CommandSubmitter.
DefaultCommandSubmitter() - Constructor for class com.oracle.coherence.patterns.command.DefaultCommandSubmitter
Standard Constructor
DefaultContextConfiguration - Class in com.oracle.coherence.patterns.command
The default implementation of a ContextConfiguration.
DefaultContextConfiguration() - Constructor for class com.oracle.coherence.patterns.command.DefaultContextConfiguration
Standard Constructor (with default values).
DefaultContextConfiguration(ContextConfiguration.ManagementStrategy) - Constructor for class com.oracle.coherence.patterns.command.DefaultContextConfiguration
Standard Constructor (developer provided values).
DefaultContextsManager - Class in com.oracle.coherence.patterns.command
The default implementation of a ContextsManager.
DefaultContextsManager() - Constructor for class com.oracle.coherence.patterns.command.DefaultContextsManager
Standard Constructor

E

ensureCommandExecutor(Identifier, PartitionedService) - Static method in class com.oracle.coherence.patterns.command.internal.CommandExecutorManager
Returns the CommandExecutor for the Context identified by the provided Identifier.
execute(ExecutionEnvironment<C>) - Method in interface com.oracle.coherence.patterns.command.Command
Executes the Command using the provided ExecutionEnvironment.
execute(ExecutionEnvironment<C>) - Method in class com.oracle.coherence.patterns.command.commands.CommandBatch
Executes the Command using the provided ExecutionEnvironment.
execute(ExecutionEnvironment<C>) - Method in class com.oracle.coherence.patterns.command.commands.PriorityCommandAdapter
Executes the Command using the provided ExecutionEnvironment.
ExecutionEnvironment<C extends Context> - Interface in com.oracle.coherence.patterns.command
An ExecutionEnvironment is provided to a Command when it is being executed.
extractValueFromContext(Identifier, ValueExtractor) - Method in interface com.oracle.coherence.patterns.command.ContextsManager
Extracts a value from the most recently updated version of the Context with the provided ValueExtractor.
extractValueFromContext(Identifier, ValueExtractor) - Method in class com.oracle.coherence.patterns.command.DefaultContextsManager
Extracts a value from the most recently updated version of the Context with the provided ValueExtractor.

G

getAssociatedKey() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
getCacheName(ContextConfiguration.ManagementStrategy) - Static method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Returns the NamedCache for the CommandExecutionRequest using the specified ContextConfiguration.ManagementStrategy.
getCheckpoint() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Returns the current checkpoint for the Command.
getCommand() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Returns the Command associated with the CommandExecutionRequest.
getCommandExecutionRequestKey() - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome.Accepted
Returns the CommandExecutionRequest.Key that was created for the submitted Command.
getCommandExecutor(Identifier) - Static method in class com.oracle.coherence.patterns.command.internal.CommandExecutorManager
Returns the CommandExecutor for the Context identified by the provided Identifier.
getContentIdentifier() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Returns the unique Identifier that is used to represent the Context.
getContext(Identifier) - Method in interface com.oracle.coherence.patterns.command.ContextsManager
Returns the most recent updated version of the Context with the specified Identifier.
getContext(Identifier) - Method in class com.oracle.coherence.patterns.command.DefaultContextsManager
Returns the most recent updated version of the Context with the specified Identifier.
getContext() - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Returns the Context in which an execution is taking place.
getContext() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Return the Context being wrapped (ie: managed).
getContextConfiguration() - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Returns the ContextConfiguration for the Context in which the execution is taking place.
getContextConfiguration() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Returns the ContextConfiguration for the Context being wrapped.
getContextIdentifier() - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Returns the Identifier of the Context in which the execution is taking place.
getContextIdentifier() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Returns the Identifier of the Context in which the CommandExecutionRequest Command will be executed.
getContextIdentifier() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
Returns the Identifier for the CommandExecutionRequest.
getContextIdentifier() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Returns the Identifier of the Context for which this CommandExecutor is coordinating CommandExecutionRequest execution.
getContextIdentity() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getContextIdentity() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the Context Identifier as a string.
getContextVersion() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getContextVersion() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the version number of the Context that the CommandExecutor is managing.
getContextVersion() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Return the current version number of the ContextWrapper.
getDesiredState(CommandExecutor.State, ExecutionContext) - Method in enum com.oracle.coherence.patterns.command.internal.CommandExecutor.CommandExecutorEvent
 
getInstance() - Static method in class com.oracle.coherence.patterns.command.DefaultCommandSubmitter
Returns an instance of the DefaultCommandSubmitter.
getInstance() - Static method in class com.oracle.coherence.patterns.command.DefaultContextsManager
Returns an instance of the DefaultContextsManager.
getInstantQueued() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Return the time (in milliseconds) since the EPOC when the CommandExecutionRequest was queued for execution.
getLastExecutedTicket() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Returns the Ticket of the last successfully executed Command for the Context.
getLocalAverageCommandExecutionDuration() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getLocalAverageCommandExecutionDuration() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the average execution time (in milliseconds) for the Commands executed locally by the current owner of the Context (ie: local CommandExecutor).
getLocalCommandExecutionServiceDuration() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getLocalCommandExecutionServiceDuration() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the local command execution service duration (in milliseconds).
getLocalCommandsExecuted() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getLocalCommandsExecuted() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the number of Commands that have been executed locally by the current owner of the Context (ie: local CommandExecutor).
getLocalCommandsSubmitted() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getLocalCommandsSubmitted() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the number of Commands that have been submitted locally to the current owner of the Context (ie: local CommandExecutor).
getLocalLastCommandExecutionDuration() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getLocalLastCommandExecutionDuration() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the execution time (in milliseconds) for the last Command executed locally by the current owner of the Context (ie: the local CommandExecutor)
getLocalMaximumCommandExecutionDuration() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getLocalMaximumCommandExecutionDuration() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the maximum time (in milliseconds) that a Command has taken to execute locally by the current owner of the Context (ie: the local CommandExecutor)
getLocalMinimumCommandExecutionDuration() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getLocalMinimumCommandExecutionDuration() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the minimum time (in milliseconds) that a Command has taken to execute locally by the current owner of the Context (ie: the local CommandExecutor)
getManagementStrategy() - Method in interface com.oracle.coherence.patterns.command.ContextConfiguration
Returns the ContextConfiguration.ManagementStrategy for the Context being configured.
getManagementStrategy() - Method in class com.oracle.coherence.patterns.command.DefaultContextConfiguration
Returns the ContextConfiguration.ManagementStrategy for the Context being configured.
getManagementStrategy() - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome.Accepted
Returns the ContextConfiguration.ManagementStrategy that was used to store the Command.
getMBeanName() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Returns the cluster-wide uniquely generated JMX bean name for the CommandExecutor.
getState() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Obtains the current CommandExecutor.State of the CommandExecutor.
getStatus() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Return the current CommandExecutionRequest.Status of this request.
getStatus() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getStatus() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the current CommandExecutor.State of the CommandExecutor.
getTicket() - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Returns the unique Ticket (within the scope of the Context) issued to the execution taking place with this ExecutionEnvironment.
getTicket() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Returns the Ticket for the CommandExecutionRequest.
getTicketIssuerId() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getTicketIssuerId() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the current id that is being used to issue Tickets.
getTotalCommandExecutionDuration() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getTotalCommandExecutionDuration() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the total time (in milliseconds) that the Commands executed thus far have taken to execute.
getTotalCommandExecutionDuration() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Returns the total time (in milliseconds) that the Commands executed thus far have taken to execute.
getTotalCommandExecutionWaitingDuration() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getTotalCommandExecutionWaitingDuration() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the total time (in milliseconds) that the Commands executed thus far have waited to execute (ie: the queuing time).
getTotalCommandExecutionWaitingDuration() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Returns the total time (in milliseconds) that the Commands executed thus far have waited to execute (ie: the queuing time).
getTotalCommandsExecuted() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getTotalCommandsExecuted() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the total number of Commands for the Context that have been executed (regardless of the owner)
getTotalCommandsExecuted() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Returns the total number of Commands that have been executed for the Context.
getTotalCommandsPendingExecution() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
 
getTotalCommandsPendingExecution() - Method in interface com.oracle.coherence.patterns.command.internal.CommandExecutorMBean
Returns the total number of Commands that are yet to be executed

H

hasCheckpoint() - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Determine if state has been previously saved (called a "checkpoint") for the currently executing Command.

I

isCanceled() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Returns if the CommandExecutionRequest has been canceled and thus should not be executed (if it hasn't already been executed or hasn't started being executed).
isRecovering() - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Returns if the ExecutionEnvironment is recovering due to either a Coherence Cluster Recovery or Repartitioning event.

L

loadCheckpoint() - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Load the previously saved "checkpoint" state for the currently executing Command that was stored using ExecutionEnvironment.saveCheckpoint(Object).

N

nextVersion() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Increments, stores and returns the next version of the Context.

O

onBackingMapEvent(MapEvent, Cause) - Method in class com.oracle.coherence.patterns.command.internal.ContextBackingMapListener
 
onDelaying(CommandExecutor.State, CommandExecutor.State, Event, ExecutionContext) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Handles when the CommandExecutor has to delay execution of CommandExecutionRequests due to doubt of context ownership
onExecuting(CommandExecutor.State, CommandExecutor.State, Event, ExecutionContext) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Executes one or more CommandExecutionRequests that are currently waiting to be executed for the command context.
onScheduled(CommandExecutor.State, CommandExecutor.State, Event, ExecutionContext) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Handles when the CommandExecutor schedules to execute CommandExecutionRequests.
onStarting(CommandExecutor.State, CommandExecutor.State, Event, ExecutionContext) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Starts ups, initializes, recovers and schedules the CommandExecutor to start processing CommandExecutionRequests.
onStopping(CommandExecutor.State, CommandExecutor.State, Event, ExecutionContext) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Handles the shutdown/stopping process, afterwhich no further requests will be processed.

P

PriorityCommand<C extends Context> - Interface in com.oracle.coherence.patterns.command
A PriorityCommand is a specialized Command that will be executed prior to regular Commands.
PriorityCommandAdapter<C extends Context> - Class in com.oracle.coherence.patterns.command.commands
A PriorityCommandAdapter turn a regular Command into a PriorityCommand.
PriorityCommandAdapter() - Constructor for class com.oracle.coherence.patterns.command.commands.PriorityCommandAdapter
For ExternalizableLite and PortableObject.
PriorityCommandAdapter(Command<C>) - Constructor for class com.oracle.coherence.patterns.command.commands.PriorityCommandAdapter
Standard Constructor.
process(InvocableMap.Entry) - Method in class com.oracle.coherence.patterns.command.internal.CancelCommandProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.patterns.command.internal.ClaimContextProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.patterns.command.internal.CreateContextProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.patterns.command.internal.StartCommandProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.patterns.command.internal.SubmitCommandExecutionRequestProcessor
 
process(InvocableMap.Entry) - Method in class com.oracle.coherence.patterns.command.internal.UpdateContextProcessor

R

readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.commands.CommandBatch
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.commands.CommandBatch
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.commands.PriorityCommandAdapter
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.commands.PriorityCommandAdapter
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.DefaultContextConfiguration
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.DefaultContextConfiguration
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.CancelCommandProcessor
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.CancelCommandProcessor
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.ClaimContextProcessor
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.ClaimContextProcessor
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.CreateContextProcessor
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.CreateContextProcessor
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.StartCommandProcessor
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.StartCommandProcessor
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome.Accepted
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome.Accepted
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.SubmitCommandExecutionRequestProcessor
 
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.SubmitCommandExecutionRequestProcessor
 
readExternal(DataInput) - Method in class com.oracle.coherence.patterns.command.internal.UpdateContextProcessor
readExternal(PofReader) - Method in class com.oracle.coherence.patterns.command.internal.UpdateContextProcessor
registerContext(Identifier, Context, ContextConfiguration) - Method in interface com.oracle.coherence.patterns.command.ContextsManager
Registers a Context with the specified Identifier and ContextConfiguration.
registerContext(Identifier, Context) - Method in interface com.oracle.coherence.patterns.command.ContextsManager
Registers a Context with the specified Identifier using a DefaultContextConfiguration.
registerContext(String, Context, ContextConfiguration) - Method in interface com.oracle.coherence.patterns.command.ContextsManager
Registers a Context with the specified contextName and ContextConfiguration.
registerContext(String, Context) - Method in interface com.oracle.coherence.patterns.command.ContextsManager
Registers a Context with the specified contextName using a DefaultContextConfiguration.
registerContext(Context, ContextConfiguration) - Method in interface com.oracle.coherence.patterns.command.ContextsManager
Registers a Context with a specified ContextConfiguration.
registerContext(Context) - Method in interface com.oracle.coherence.patterns.command.ContextsManager
Registers a Context using a DefaultContextConfiguration.
registerContext(Identifier, Context, ContextConfiguration) - Method in class com.oracle.coherence.patterns.command.DefaultContextsManager
Registers a Context with the specified Identifier and ContextConfiguration.
registerContext(Identifier, Context) - Method in class com.oracle.coherence.patterns.command.DefaultContextsManager
Registers a Context with the specified Identifier using a DefaultContextConfiguration.
registerContext(String, Context, ContextConfiguration) - Method in class com.oracle.coherence.patterns.command.DefaultContextsManager
Registers a Context with the specified contextName and ContextConfiguration.
registerContext(String, Context) - Method in class com.oracle.coherence.patterns.command.DefaultContextsManager
Registers a Context with the specified contextName using a DefaultContextConfiguration.
registerContext(Context, ContextConfiguration) - Method in class com.oracle.coherence.patterns.command.DefaultContextsManager
Registers a Context with a specified ContextConfiguration.
registerContext(Context) - Method in class com.oracle.coherence.patterns.command.DefaultContextsManager
Registers a Context using a DefaultContextConfiguration.
removeCheckpoint() - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Immediately removes any previously saved "checkpoint" state for the currently executing Command.
removeCommandExecutor(Identifier) - Static method in class com.oracle.coherence.patterns.command.internal.CommandExecutorManager
Removes the CommandExecutor for the Context with the specified Identifier.

S

saveCheckpoint(Object) - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Immediately save the specified state as a "checkpoint" during the execution of a Command so that it may later be retrieved (via ExecutionEnvironment.loadCheckpoint()).
setCheckpoint(Object) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Sets the current checkpoint for the Command.
setContext(C) - Method in interface com.oracle.coherence.patterns.command.ExecutionEnvironment
Use this method to update the Context (as necessary) during the execution of a Command.
setContext(Context) - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Replace the Context being wrapped (ie: managed).
setInstantQueued(long) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Sets the time (in milliseconds) since the EPOC when the CommandExecutionRequest was queued for execution.
setStatus(CommandExecutionRequest.Status) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Set the CommandExecutionRequest.Status for this request.
setTicket(Ticket) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
Sets the Ticket for the CommandExecutionRequest.
start() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Starts up, initializes, recovers and schedules the CommandExecutor to start processing CommandExecutionRequests.
StartCommandProcessor - Class in com.oracle.coherence.patterns.command.internal
The StartCommandProcessor is responsible for setting the status of a command to the Started state.
StartCommandProcessor() - Constructor for class com.oracle.coherence.patterns.command.internal.StartCommandProcessor
Required for ExternalizableLite and PortableObject
stop() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutor
Immediately stops the CommandExecutor from executing any further CommandExecutionRequests.
SubmissionOutcome - Class in com.oracle.coherence.patterns.command.internal
A SubmissionOutcome represents the result of an attempt to submit a Command to a Context (via a CommandExecutor using a CommandExecutionRequest).
SubmissionOutcome() - Constructor for class com.oracle.coherence.patterns.command.internal.SubmissionOutcome
Required for ExternalizableLite and PortableObject.
SubmissionOutcome.Accepted - Class in com.oracle.coherence.patterns.command.internal
An SubmissionOutcome.Accepted SubmissionOutcome represents that a Command has been successfully submitted to a Context and is awaiting execution by a CommandExecutor.
SubmissionOutcome.Accepted() - Constructor for class com.oracle.coherence.patterns.command.internal.SubmissionOutcome.Accepted
Required for ExternalizableLite and PortableObject.
SubmissionOutcome.Accepted(CommandExecutionRequest.Key, ContextConfiguration.ManagementStrategy) - Constructor for class com.oracle.coherence.patterns.command.internal.SubmissionOutcome.Accepted
Standard Constructor.
SubmissionOutcome.UnknownContext - Class in com.oracle.coherence.patterns.command.internal
An SubmissionOutcome.UnknownContext SubmissionOutcome represents that a Command has failed being submitted to a Context as the said Context does not exist.
SubmissionOutcome.UnknownContext() - Constructor for class com.oracle.coherence.patterns.command.internal.SubmissionOutcome.UnknownContext
Required for ExternalizableLite and PortableObject.
submitCommand(Identifier, Command<C>) - Method in interface com.oracle.coherence.patterns.command.CommandSubmitter
Asynchronously submits the provided Command for execution against the Context with the specified Identifier and returns a Ticket that may be used to cancel the execution of the Command.
submitCommand(Identifier, Command<C>, boolean) - Method in interface com.oracle.coherence.patterns.command.CommandSubmitter
Asynchronously submits the provided Command for execution against the Context with the specified Identifier and returns a Ticket that may be used to cancel the execution of the Command.
submitCommand(Identifier, Command<C>, boolean) - Method in class com.oracle.coherence.patterns.command.DefaultCommandSubmitter
Asynchronously submits the provided Command for execution against the Context with the specified Identifier and returns a Ticket that may be used to cancel the execution of the Command.
submitCommand(Identifier, Command<C>) - Method in class com.oracle.coherence.patterns.command.DefaultCommandSubmitter
Asynchronously submits the provided Command for execution against the Context with the specified Identifier and returns a Ticket that may be used to cancel the execution of the Command.
SubmitCommandExecutionRequestProcessor - Class in com.oracle.coherence.patterns.command.internal
A SubmitCommandExecutionRequestProcessor is used to submit Commands (represented as CommandExecutionRequests) to a CommandExecutor for execution.
SubmitCommandExecutionRequestProcessor() - Constructor for class com.oracle.coherence.patterns.command.internal.SubmitCommandExecutionRequestProcessor
Required for ExternalizableLite and PortableObject.
SubmitCommandExecutionRequestProcessor(CommandExecutionRequest, boolean) - Constructor for class com.oracle.coherence.patterns.command.internal.SubmitCommandExecutionRequestProcessor
Standard Constructor.

T

toString() - Method in class com.oracle.coherence.patterns.command.commands.CommandBatch
toString() - Method in class com.oracle.coherence.patterns.command.commands.PriorityCommandAdapter
toString() - Method in class com.oracle.coherence.patterns.command.DefaultContextConfiguration
toString() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
toString() - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
toString() - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper

U

UpdateContextProcessor - Class in com.oracle.coherence.patterns.command.internal
The UpdateContextProcessor is used to update the state of a Context within a ContextWrapper (if and only if the specified version matches the Context version) after a Command has been executed.
UpdateContextProcessor() - Constructor for class com.oracle.coherence.patterns.command.internal.UpdateContextProcessor
Required for ExternalizableLite and PortableObject
UpdateContextProcessor(long, Context, Ticket, long, long) - Constructor for class com.oracle.coherence.patterns.command.internal.UpdateContextProcessor
Standard Constructor.
updateExecutionInformation(Ticket, long, long) - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
Updates the execution information for the Context tracked by the ContextWrapper after a Command has been executed.

V

valueOf(String) - Static method in enum com.oracle.coherence.patterns.command.ContextConfiguration.ManagementStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.coherence.patterns.command.internal.CommandExecutor.CommandExecutorEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.coherence.patterns.command.internal.CommandExecutor.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.coherence.patterns.command.ContextConfiguration.ManagementStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.coherence.patterns.command.internal.CommandExecutor.CommandExecutorEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.coherence.patterns.command.internal.CommandExecutor.State
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.commands.CommandBatch
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.commands.CommandBatch
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.commands.PriorityCommandAdapter
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.commands.PriorityCommandAdapter
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.DefaultContextConfiguration
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.DefaultContextConfiguration
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.CancelCommandProcessor
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.CancelCommandProcessor
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.ClaimContextProcessor
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.ClaimContextProcessor
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest.Key
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.CommandExecutionRequest
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.ContextWrapper
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.CreateContextProcessor
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.CreateContextProcessor
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.StartCommandProcessor
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.StartCommandProcessor
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome.Accepted
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome.Accepted
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.SubmissionOutcome
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.SubmitCommandExecutionRequestProcessor
 
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.SubmitCommandExecutionRequestProcessor
 
writeExternal(DataOutput) - Method in class com.oracle.coherence.patterns.command.internal.UpdateContextProcessor
writeExternal(PofWriter) - Method in class com.oracle.coherence.patterns.command.internal.UpdateContextProcessor

A C D E G H I L N O P R S T U V W

Copyright © 2016. All rights reserved.