com.ibm.jbatch.container.servicesmanager
Class ServicesManagerImpl

java.lang.Object
  extended by com.ibm.jbatch.container.servicesmanager.ServicesManagerImpl
All Implemented Interfaces:
ServicesManager, BatchContainerConstants

public class ServicesManagerImpl
extends Object
implements BatchContainerConstants, ServicesManager


Field Summary
 
Fields inherited from interface com.ibm.jbatch.container.util.BatchContainerConstants
BATCH_ADMIN_CONFIG_FILE, BATCH_INTEGRATOR_CONFIG_FILE, BOUNDED_THREADPOOL_MAX_POOL_SIZE, DB_PASSWORD, DB_SCHEMA, DB_USER, DEFAULT_DB_SCHEMA, DEFAULT_JDBC_DRIVER, DEFAULT_JDBC_JNDI_NAME, DEFAULT_JDBC_URL, J2SE_MODE, JDBC_DRIVER, JDBC_URL, JNDI_NAME, THREADPOOL_JNDI_LOCATION
 
Method Summary
 IBatchKernelService getBatchKernelService()
           
 IBatchArtifactFactory getDelegatingArtifactFactory()
           
 IJobXMLLoaderService getDelegatingJobXMLLoaderService()
           
static ServicesManager getInstance()
           
 IJobEndCallbackService getJobCallbackService()
           
 IJobIdManagementService getJobIdManagementService()
           
 IJobStatusManagerService getJobStatusManagerService()
           
 IPersistenceManagerService getPersistenceManagerService()
           
 IBatchArtifactFactory getPreferredArtifactFactory()
           
 IJobXMLLoaderService getPreferredJobXMLLoaderService()
           
 IBatchThreadPoolService getThreadPoolService()
           
 ITransactionManagementService getTransactionManagementService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ServicesManager getInstance()

getTransactionManagementService

public ITransactionManagementService getTransactionManagementService()
Specified by:
getTransactionManagementService in interface ServicesManager

getPersistenceManagerService

public IPersistenceManagerService getPersistenceManagerService()
Specified by:
getPersistenceManagerService in interface ServicesManager

getJobStatusManagerService

public IJobStatusManagerService getJobStatusManagerService()
Specified by:
getJobStatusManagerService in interface ServicesManager

getThreadPoolService

public IBatchThreadPoolService getThreadPoolService()
Specified by:
getThreadPoolService in interface ServicesManager

getBatchKernelService

public IBatchKernelService getBatchKernelService()
Specified by:
getBatchKernelService in interface ServicesManager

getJobIdManagementService

public IJobIdManagementService getJobIdManagementService()
Specified by:
getJobIdManagementService in interface ServicesManager

getJobCallbackService

public IJobEndCallbackService getJobCallbackService()
Specified by:
getJobCallbackService in interface ServicesManager

getPreferredJobXMLLoaderService

public IJobXMLLoaderService getPreferredJobXMLLoaderService()
Specified by:
getPreferredJobXMLLoaderService in interface ServicesManager

getDelegatingJobXMLLoaderService

public IJobXMLLoaderService getDelegatingJobXMLLoaderService()
Specified by:
getDelegatingJobXMLLoaderService in interface ServicesManager

getPreferredArtifactFactory

public IBatchArtifactFactory getPreferredArtifactFactory()
Specified by:
getPreferredArtifactFactory in interface ServicesManager

getDelegatingArtifactFactory

public IBatchArtifactFactory getDelegatingArtifactFactory()
Specified by:
getDelegatingArtifactFactory in interface ServicesManager


Copyright © 2013. All Rights Reserved.