public class ProcessMemberGroupDeleteAllMembersActionCmdImpl extends AbstractProcessNounActionCmdImpl implements ProcessMemberGroupActionCmd
DeleteMemberGroupAllMemberCmd
is called to delete the members.
If the member group unique ID is missing, an exception is thrown.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
ProcessMemberGroupDeleteAllMembersActionCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void |
performExecute()
Calls
DeleteMemberGroupAllMemberCmd to delete all the members from a member group. |
void |
validate()
Validates if the member group unique ID is provided.
|
getActionExpression, getNoun, isGeneric, isReadyToCallExecute, reset, setActionExpression, setNoun, setPersistentObjects
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
isGeneric, setActionExpression, setNoun, setPersistentObjects
public static final java.lang.String COPYRIGHT
public ProcessMemberGroupDeleteAllMembersActionCmdImpl()
public void validate() throws AbstractApplicationException
validate
in interface AbstractProcessNounActionCmd
AbstractApplicationException
- An application exception is thrown if member group unique ID is missing.public void performExecute() throws java.lang.Exception
DeleteMemberGroupAllMemberCmd
to delete all the members from a member group.performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.websphere.command.TargetableCommandImpl
java.lang.Exception
- an exception is thrown if the delete operation fails.