public class UpdateCommand extends WorkingMemoryActionCommand implements VisitableCommand, Serializable
| Constructor and Description |
|---|
UpdateCommand() |
UpdateCommand(RemoteFactHandle factHandle,
Object obj,
String entryPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(VisitorCommand visitor) |
Object |
getObject() |
boolean |
isPermittedForReplicas() |
String |
toString() |
getEntryPoint, getFactHandlegetId, getTimestamppublic UpdateCommand()
public UpdateCommand(RemoteFactHandle factHandle, Object obj, String entryPoint)
public Object getObject()
public void accept(VisitorCommand visitor)
accept in interface VisitableCommandpublic boolean isPermittedForReplicas()
isPermittedForReplicas in interface RemoteCommandCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.