IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.cmdframework.provider
Interface CommandProviderHelper


public interface CommandProviderHelper

This interface defines the methods that are useful to command providers but not command users.


Method Summary
 AdminClient getAdminClient()
          Returns AdminClient
 AdminService getAdminService()
          Returns AdminService
 AppManagement getAppManagement()
          Returns application management interface.
 ConfigService getConfigService()
          Returns config service.
 

Method Detail

getConfigService

ConfigService getConfigService()
Returns config service.


getAdminClient

AdminClient getAdminClient()
Returns AdminClient


getAdminService

AdminService getAdminService()
Returns AdminService


getAppManagement

AppManagement getAppManagement()
Returns application management interface.


IBM WebSphere Application ServerTM
Release 8