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, setPersistentObjectsexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisGeneric, setActionExpression, setNoun, setPersistentObjectspublic static final java.lang.String COPYRIGHT
public ProcessMemberGroupDeleteAllMembersActionCmdImpl()
public void validate()
throws AbstractApplicationException
validate in interface AbstractProcessNounActionCmdAbstractApplicationException - 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.TargetableCommandperformExecute in class com.ibm.websphere.command.TargetableCommandImpljava.lang.Exception - an exception is thrown if the delete operation fails.