org.jboss.dna.connector.jbosscache
Class JBossCacheConnection.Executor
java.lang.Object
org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
org.jboss.dna.connector.jbosscache.JBossCacheConnection.Executor
- All Implemented Interfaces:
- org.jboss.dna.graph.commands.executor.CommandExecutor
- Enclosing class:
- JBossCacheConnection
protected class JBossCacheConnection.Executor
- extends org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
|
Method Summary |
void |
execute(org.jboss.dna.graph.commands.CopyBranchCommand command)
|
void |
execute(org.jboss.dna.graph.commands.CopyNodeCommand command)
|
void |
execute(org.jboss.dna.graph.commands.CreateNodeCommand command)
|
void |
execute(org.jboss.dna.graph.commands.DeleteBranchCommand command)
|
void |
execute(org.jboss.dna.graph.commands.GetChildrenCommand command)
|
void |
execute(org.jboss.dna.graph.commands.GetPropertiesCommand command)
|
void |
execute(org.jboss.dna.graph.commands.MoveBranchCommand command)
|
void |
execute(org.jboss.dna.graph.commands.RecordBranchCommand command)
|
void |
execute(org.jboss.dna.graph.commands.SetPropertiesCommand command)
|
protected org.jboss.cache.Node<org.jboss.dna.graph.properties.Name,Object> |
getNode(org.jboss.dna.graph.properties.Path path)
|
protected void |
recordNode(org.jboss.dna.graph.commands.RecordBranchCommand command,
org.jboss.cache.Node<org.jboss.dna.graph.properties.Name,Object> node)
|
| Methods inherited from class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor |
close, execute, execute, execute, getCurrentTimeInUtc, getExecutionContext, getSourceName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossCacheConnection.Executor
protected JBossCacheConnection.Executor(org.jboss.dna.graph.ExecutionContext context,
String sourceName)
execute
public void execute(org.jboss.dna.graph.commands.CreateNodeCommand command)
- Specified by:
execute in interface org.jboss.dna.graph.commands.executor.CommandExecutor- Overrides:
execute in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
execute
public void execute(org.jboss.dna.graph.commands.GetChildrenCommand command)
- Specified by:
execute in interface org.jboss.dna.graph.commands.executor.CommandExecutor- Overrides:
execute in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
execute
public void execute(org.jboss.dna.graph.commands.GetPropertiesCommand command)
- Specified by:
execute in interface org.jboss.dna.graph.commands.executor.CommandExecutor- Overrides:
execute in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
execute
public void execute(org.jboss.dna.graph.commands.SetPropertiesCommand command)
- Specified by:
execute in interface org.jboss.dna.graph.commands.executor.CommandExecutor- Overrides:
execute in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
execute
public void execute(org.jboss.dna.graph.commands.DeleteBranchCommand command)
- Specified by:
execute in interface org.jboss.dna.graph.commands.executor.CommandExecutor- Overrides:
execute in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
execute
public void execute(org.jboss.dna.graph.commands.CopyNodeCommand command)
- Specified by:
execute in interface org.jboss.dna.graph.commands.executor.CommandExecutor- Overrides:
execute in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
execute
public void execute(org.jboss.dna.graph.commands.CopyBranchCommand command)
- Specified by:
execute in interface org.jboss.dna.graph.commands.executor.CommandExecutor- Overrides:
execute in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
execute
public void execute(org.jboss.dna.graph.commands.MoveBranchCommand command)
- Specified by:
execute in interface org.jboss.dna.graph.commands.executor.CommandExecutor- Overrides:
execute in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
execute
public void execute(org.jboss.dna.graph.commands.RecordBranchCommand command)
- Specified by:
execute in interface org.jboss.dna.graph.commands.executor.CommandExecutor- Overrides:
execute in class org.jboss.dna.graph.commands.executor.AbstractCommandExecutor
recordNode
protected void recordNode(org.jboss.dna.graph.commands.RecordBranchCommand command,
org.jboss.cache.Node<org.jboss.dna.graph.properties.Name,Object> node)
getNode
protected org.jboss.cache.Node<org.jboss.dna.graph.properties.Name,Object> getNode(org.jboss.dna.graph.properties.Path path)
Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.