public abstract class RCMCommand extends Command
Purpose: An abstract class that can be subclassed when internal commands need to be added.
Description: This command provides a framework for execution of commands that are internal to EclipseLink. Commands that subclass this class will not get converted or handed off to the CommandProcessor to be executed. They will instead be executed by the RemoteCommandManager directly. Subclasses should implement the executeWithRCM method to perform the execution steps that are relevant to the command.
Constructor and Description |
---|
RCMCommand() |
Modifier and Type | Method and Description |
---|---|
abstract void |
executeWithRCM(RemoteCommandManager rcm) |
boolean |
isInternalCommand()
INTERNAL:
Determine whether this command is public or internal to EclipseLink.
|
executeWithSession, getServiceId, setServiceId
public abstract void executeWithRCM(RemoteCommandManager rcm)
public boolean isInternalCommand()
Command
isInternalCommand
in class Command
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference