com.ibm.bspace.config.admin.tasks
Class BSpaceConfigCommandsProvider

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

public class BSpaceConfigCommandsProvider
extends com.ibm.websphere.management.cmdframework.provider.CommandProvider


Field Summary
protected static java.lang.String CORESERVER_CREATE_CLUSTER_MEMBER_TASK_STEP
           
protected static java.lang.String CORESERVER_CREATE_CLUSTER_TASK_STEP
           
protected static java.lang.String CREATE_CLUSTER_MEMBER_TASK
           
protected static java.util.logging.Logger logger
           
protected static java.lang.String REGISTER_REST_SERVICE_ENDPOINT_TASK
           
 
Constructor Summary
BSpaceConfigCommandsProvider()
           
 
Method Summary
 com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand createCommand(com.ibm.websphere.management.cmdframework.commandmetadata.CommandMetadata metadata)
           
 com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand loadCommand(com.ibm.websphere.management.cmdframework.commanddata.CommandData cmdData)
           
 
Methods inherited from class com.ibm.websphere.management.cmdframework.provider.CommandProvider
commandStepPosition, createCommandStep, getCommandProviderHelper, getStepMetadata, initCommandMetadata, loadCommandStep
 
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

REGISTER_REST_SERVICE_ENDPOINT_TASK

protected static final java.lang.String REGISTER_REST_SERVICE_ENDPOINT_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

CORESERVER_CREATE_CLUSTER_TASK_STEP

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

CORESERVER_CREATE_CLUSTER_MEMBER_TASK_STEP

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

BSpaceConfigCommandsProvider

public BSpaceConfigCommandsProvider()
Method Detail

createCommand

public com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand createCommand(com.ibm.websphere.management.cmdframework.commandmetadata.CommandMetadata metadata)
                                                                                      throws com.ibm.websphere.management.cmdframework.CommandNotFoundException
Overrides:
createCommand in class com.ibm.websphere.management.cmdframework.provider.CommandProvider
Throws:
com.ibm.websphere.management.cmdframework.CommandNotFoundException

loadCommand

public com.ibm.websphere.management.cmdframework.provider.AbstractAdminCommand loadCommand(com.ibm.websphere.management.cmdframework.commanddata.CommandData cmdData)
                                                                                    throws com.ibm.websphere.management.cmdframework.CommandNotFoundException,
                                                                                           com.ibm.websphere.management.cmdframework.CommandLoadException
Overrides:
loadCommand in class com.ibm.websphere.management.cmdframework.provider.CommandProvider
Throws:
com.ibm.websphere.management.cmdframework.CommandNotFoundException
com.ibm.websphere.management.cmdframework.CommandLoadException