com.ibm.bspace.config.admin
Class BSpaceConfigExtensionsProvider

java.lang.Object
  extended by com.ibm.websphere.management.cmdframework.provider.CommandProvider
      extended by com.ibm.websphere.management.cmdframework.provider.SimpleCommandProvider
          extended by com.ibm.bspace.config.admin.BSpaceConfigExtensionsProvider

public class BSpaceConfigExtensionsProvider
extends com.ibm.websphere.management.cmdframework.provider.SimpleCommandProvider

Author:
Saravanakumar Srinivasan Class BSpaceConfigExtensionsProvider

Field Summary
protected static java.lang.String BSPACE_CONFIG_CREATE_CLUSTER_MEMBER_TASK_STEP
           
protected static java.lang.String BSPACE_CONFIG_CREATE_CLUSTER_TASK_STEP
           
protected static java.lang.String CREATE_CLUSTER_MEMBER_TASK
           
protected static java.lang.String CREATE_CLUSTER_TASK
           
protected static java.util.logging.Logger logger
           
 
Fields inherited from class com.ibm.websphere.management.cmdframework.provider.SimpleCommandProvider
methodTable
 
Constructor Summary
BSpaceConfigExtensionsProvider()
           
 
Method Summary
 com.ibm.websphere.management.cmdframework.provider.AbstractCommandStep createCommandStep(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand taskCmd, java.lang.String stepName)
           
 com.ibm.websphere.management.cmdframework.provider.AbstractCommandStep loadCommandStep(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand taskCmd, com.ibm.websphere.management.cmdframework.commanddata.CommandStepData stepData)
           
 
Methods inherited from class com.ibm.websphere.management.cmdframework.provider.SimpleCommandProvider
createCommand, execute, executeReal, loadCommand
 
Methods inherited from class com.ibm.websphere.management.cmdframework.provider.CommandProvider
commandStepPosition, getCommandProviderHelper, getStepMetadata, initCommandMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static java.util.logging.Logger logger

CREATE_CLUSTER_TASK

protected static final java.lang.String CREATE_CLUSTER_TASK
See Also:
Constant Field Values

CREATE_CLUSTER_MEMBER_TASK

protected static final java.lang.String CREATE_CLUSTER_MEMBER_TASK
See Also:
Constant Field Values

BSPACE_CONFIG_CREATE_CLUSTER_TASK_STEP

protected static final java.lang.String BSPACE_CONFIG_CREATE_CLUSTER_TASK_STEP
See Also:
Constant Field Values

BSPACE_CONFIG_CREATE_CLUSTER_MEMBER_TASK_STEP

protected static final java.lang.String BSPACE_CONFIG_CREATE_CLUSTER_MEMBER_TASK_STEP
See Also:
Constant Field Values
Constructor Detail

BSpaceConfigExtensionsProvider

public BSpaceConfigExtensionsProvider()
Method Detail

createCommandStep

public com.ibm.websphere.management.cmdframework.provider.AbstractCommandStep createCommandStep(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand taskCmd,
                                                                                                java.lang.String stepName)
                                                                                         throws com.ibm.websphere.management.cmdframework.CommandNotFoundException
Overrides:
createCommandStep in class com.ibm.websphere.management.cmdframework.provider.CommandProvider
Throws:
com.ibm.websphere.management.cmdframework.CommandNotFoundException
See Also:
CommandProvider.createCommandStep(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand, java.lang.String)

loadCommandStep

public com.ibm.websphere.management.cmdframework.provider.AbstractCommandStep loadCommandStep(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand taskCmd,
                                                                                              com.ibm.websphere.management.cmdframework.commanddata.CommandStepData stepData)
                                                                                       throws com.ibm.websphere.management.cmdframework.CommandNotFoundException,
                                                                                              com.ibm.websphere.management.cmdframework.CommandLoadException
Overrides:
loadCommandStep in class com.ibm.websphere.management.cmdframework.provider.CommandProvider
Throws:
com.ibm.websphere.management.cmdframework.CommandNotFoundException
com.ibm.websphere.management.cmdframework.CommandLoadException
See Also:
CommandProvider.loadCommandStep(com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand, com.ibm.websphere.management.cmdframework.commanddata.CommandStepData)