org.jboss.cache.commands.legacy.read
Class PessGetChildrenNamesCommand

java.lang.Object
  extended by org.jboss.cache.commands.read.AbstractDataCommand
      extended by org.jboss.cache.commands.read.GetChildrenNamesCommand
          extended by org.jboss.cache.commands.legacy.read.PessGetChildrenNamesCommand
All Implemented Interfaces:
DataCommand, ReplicableCommand, VisitableCommand

Deprecated. will be removed along with optimistic and pessimistic locking.

@Deprecated
public class PessGetChildrenNamesCommand
extends GetChildrenNamesCommand


Field Summary
 
Fields inherited from class org.jboss.cache.commands.read.GetChildrenNamesCommand
METHOD_ID
 
Fields inherited from class org.jboss.cache.commands.read.AbstractDataCommand
dataContainer, fqn
 
Constructor Summary
PessGetChildrenNamesCommand()
          Deprecated.  
PessGetChildrenNamesCommand(Fqn fqn)
          Deprecated.  
 
Method Summary
 Object perform(InvocationContext ctx)
          Deprecated. Retrieves the names of children for a specific Fqn.
 
Methods inherited from class org.jboss.cache.commands.read.GetChildrenNamesCommand
acceptVisitor, getCommandId
 
Methods inherited from class org.jboss.cache.commands.read.AbstractDataCommand
equals, getFqn, getParameters, hashCode, initialize, setParameters, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PessGetChildrenNamesCommand

public PessGetChildrenNamesCommand()
Deprecated. 

PessGetChildrenNamesCommand

public PessGetChildrenNamesCommand(Fqn fqn)
Deprecated. 
Method Detail

perform

public Object perform(InvocationContext ctx)
Deprecated. 
Retrieves the names of children for a specific Fqn.

Specified by:
perform in interface ReplicableCommand
Overrides:
perform in class GetChildrenNamesCommand
Parameters:
ctx - invocation context
Returns:
a Set of child names, for a given Fqn, or null if the Fqn refers to a node that does not exist.

Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.