public class FilterPhysicalStoreOutsideDistanceCmdImpl extends AbstractInsertMoreNounDataCmdImpl implements InsertMorePhysicalStoreDataCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
FilterPhysicalStoreOutsideDistanceCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getPhysicalStores()
This method returns a list of PhysicalStores that result because of the fetch
operation.
|
void |
performExecute()
This method sorts the result nouns according to the distance from the starting point.
|
void |
setPhysicalStores(java.util.List physicalstores)
This method sets the list of PhysicalStores that result from executing the
fetch operation.
|
isReadyToCallExecute, reset, setGet, setNouns, setSearchExpression, setShow
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setGet, setNouns, setSearchExpression, setShow
public static final java.lang.String COPYRIGHT
public FilterPhysicalStoreOutsideDistanceCmdImpl()
public java.util.List getPhysicalStores()
FetchPhysicalStoreCmd.getPhysicalStores()
public void setPhysicalStores(java.util.List physicalstores)
setPhysicalStores
in interface InsertMorePhysicalStoreDataCmd
physicalstores
- The list of PhysicalStores that where retrieved.public void performExecute() throws java.lang.Exception
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.websphere.command.TargetableCommandImpl
java.lang.Exception
TargetableCommand.performExecute()