com.ibm.bspace.config.admin
Class BSpaceConfigCreateClusterMemberExt

java.lang.Object
  extended by org.eclipse.emf.common.command.AbstractCommand
      extended by com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand
          extended by com.ibm.websphere.management.cmdframework.provider.AbstractCommandStep
              extended by com.ibm.bspace.config.admin.BSpaceConfigCreateClusterMemberExt
All Implemented Interfaces:
com.ibm.websphere.management.cmdframework.AdminCommand, com.ibm.websphere.management.cmdframework.CommandStep, org.eclipse.emf.common.command.Command

public class BSpaceConfigCreateClusterMemberExt
extends com.ibm.websphere.management.cmdframework.provider.AbstractCommandStep

Author:
Saravanakumar Srinivasan Class BSpaceConfigCreateClusterMemberExt

Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand
com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand.CmdNotificationListener
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.AbstractCommand.NonDirtying
 
Field Summary
protected static java.util.logging.Logger logger
           
 
Fields inherited from class com.ibm.websphere.management.cmdframework.provider.AbstractCommandStep
taskCmd
 
Fields inherited from class com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand
ASYNC_CUSTOM_TAG, asyncCmdSession, cmdMgrType, cnh, DYNAMIC_CUSTOM_TAG, listSetParamsTable, PRIVATE_CUSTOM_TAG
 
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
 
Constructor Summary
BSpaceConfigCreateClusterMemberExt(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand taskcmd, com.ibm.websphere.management.cmdframework.commanddata.CommandData commanddata)
           
BSpaceConfigCreateClusterMemberExt(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand taskcmd, com.ibm.websphere.management.cmdframework.commandmetadata.CommandMetadata commandmetadata)
           
 
Method Summary
protected  void executeStep()
           
protected  java.lang.String getCellName()
           
protected  java.lang.String getClusterContextURI()
           
protected  java.lang.String getClusterMemberName()
           
protected  java.lang.String getClusterMemberNodeName()
           
protected  java.lang.String getClusterName()
           
protected  java.lang.String getMemberContextURI()
           
protected  void updateBusinessSpaceConfiguration(com.ibm.websphere.management.Session session, java.lang.String clusterContextURI, java.lang.String memberContextURI)
           
 
Methods inherited from class com.ibm.websphere.management.cmdframework.provider.AbstractCommandStep
addRow, commandParamModified, createParamEObject, deleteRow, equals, execute, execute, getChoices, getCommandMetadata, getCommandStepData, getConfigSession, getNumberOfRows, getParameter, hashcode, initCommandData, initializeRow, initializeStep, isEnabled, isLocalMode, isRequired, isRequired, isTable, listSetParams, resetCommandData, setParameter, stepModified, taskCommandExecuted, validate
 
Methods inherited from class com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand
cleanupUploadedFiles, createParameterMetadata, generateScript, getChoices, getCmdMgrType, getCommandData, getCommandMetadata, getCommandResult, getCommandSession, getConfigService, getLocale, getName, getOrigParameterValue, getParameter, getParameterMetadata, getResult, getTargetObject, getTargetObjectChoices, getUserData, initializeParameter, initializeParameter, isAsyncCommand, isDynamicStepCommand, isParamReadonly, isPrivateParameter, listAllParameterName, listParameterName, listSetParams, redo, resetCommandMetadata, save, sendNotification, setCmdHandler, setCmdMgrType, setCommandMetadata, setCommandResult, setCommandSession, setConfigSession, setListSetParamsTable, setLocale, setOrigParameterValue, setParameter, setTargetObject, setupListener
 
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, canUndo, chain, dispose, getAffectedObjects, getDescription, getLabel, prepare, setDescription, setLabel, toString, undo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.websphere.management.cmdframework.AdminCommand
createParameterMetadata, generateScript, getChoices, getCommandMetadata, getCommandResult, getLocale, getName, getOrigParameterValue, getParameter, getTargetObject, getTargetObjectChoices, isAsyncCommand, isDynamicStepCommand, isPrivateParameter, listAllParameterName, listParameterName, listSetParams, save, setCmdHandler, setConfigSession, setLocale, setOrigParameterValue, setParameter, setTargetObject
 
Methods inherited from interface org.eclipse.emf.common.command.Command
canExecute, canUndo, chain, dispose, getAffectedObjects, getDescription, getLabel, getResult, redo, undo
 

Field Detail

logger

protected static java.util.logging.Logger logger
Constructor Detail

BSpaceConfigCreateClusterMemberExt

public BSpaceConfigCreateClusterMemberExt(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand taskcmd,
                                          com.ibm.websphere.management.cmdframework.commanddata.CommandData commanddata)
                                   throws com.ibm.websphere.management.cmdframework.CommandNotFoundException
Throws:
com.ibm.websphere.management.cmdframework.CommandNotFoundException

BSpaceConfigCreateClusterMemberExt

public BSpaceConfigCreateClusterMemberExt(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand taskcmd,
                                          com.ibm.websphere.management.cmdframework.commandmetadata.CommandMetadata commandmetadata)
Method Detail

executeStep

protected void executeStep()
Overrides:
executeStep in class com.ibm.websphere.management.cmdframework.provider.AbstractCommandStep

getClusterName

protected java.lang.String getClusterName()

getClusterMemberName

protected java.lang.String getClusterMemberName()

getClusterMemberNodeName

protected java.lang.String getClusterMemberNodeName()

getCellName

protected java.lang.String getCellName()

getClusterContextURI

protected java.lang.String getClusterContextURI()

getMemberContextURI

protected java.lang.String getMemberContextURI()

updateBusinessSpaceConfiguration

protected void updateBusinessSpaceConfiguration(com.ibm.websphere.management.Session session,
                                                java.lang.String clusterContextURI,
                                                java.lang.String memberContextURI)