com.ibm.jbatch.container.servicesmanager
Class ServiceTypes

java.lang.Object
  extended by com.ibm.jbatch.container.servicesmanager.ServiceTypes

public class ServiceTypes
extends Object


Nested Class Summary
static class ServiceTypes.Name
           
 
Field Summary
static String BATCH_KERNEL_SERVICE
           
static String BATCH_THREADPOOL_SERVICE
           
static String CALLBACK_SERVICE
           
static String CONTAINER_ARTIFACT_FACTORY_SERVICE
           
static String DELEGATING_ARTIFACT_FACTORY_SERVICE
           
static String DELEGATING_JOBXML_LOADER_SERVICE
           
static String J2SE_MODE
           
static String JOB_ID_MANAGEMENT_SERVICE
           
static String JOB_STATUS_MANAGEMENT_SERVICE
           
static String JOBXML_LOADER_SERVICE
           
static String PERSISTENCE_MANAGEMENT_SERVICE
           
static String TRANSACTION_SERVICE
           
 
Constructor Summary
ServiceTypes()
           
 
Method Summary
static Map<ServiceTypes.Name,String> getServiceImplClassNames()
           
static Map<String,ServiceTypes.Name> getServicePropertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

J2SE_MODE

public static final String J2SE_MODE
See Also:
Constant Field Values

TRANSACTION_SERVICE

public static final String TRANSACTION_SERVICE
See Also:
Constant Field Values

PERSISTENCE_MANAGEMENT_SERVICE

public static final String PERSISTENCE_MANAGEMENT_SERVICE
See Also:
Constant Field Values

JOB_STATUS_MANAGEMENT_SERVICE

public static final String JOB_STATUS_MANAGEMENT_SERVICE
See Also:
Constant Field Values

BATCH_THREADPOOL_SERVICE

public static final String BATCH_THREADPOOL_SERVICE
See Also:
Constant Field Values

BATCH_KERNEL_SERVICE

public static final String BATCH_KERNEL_SERVICE
See Also:
Constant Field Values

JOB_ID_MANAGEMENT_SERVICE

public static final String JOB_ID_MANAGEMENT_SERVICE
See Also:
Constant Field Values

CALLBACK_SERVICE

public static final String CALLBACK_SERVICE
See Also:
Constant Field Values

JOBXML_LOADER_SERVICE

public static final String JOBXML_LOADER_SERVICE
See Also:
Constant Field Values

DELEGATING_JOBXML_LOADER_SERVICE

public static final String DELEGATING_JOBXML_LOADER_SERVICE
See Also:
Constant Field Values

CONTAINER_ARTIFACT_FACTORY_SERVICE

public static final String CONTAINER_ARTIFACT_FACTORY_SERVICE
See Also:
Constant Field Values

DELEGATING_ARTIFACT_FACTORY_SERVICE

public static final String DELEGATING_ARTIFACT_FACTORY_SERVICE
See Also:
Constant Field Values
Constructor Detail

ServiceTypes

public ServiceTypes()
Method Detail

getServicePropertyNames

public static Map<String,ServiceTypes.Name> getServicePropertyNames()

getServiceImplClassNames

public static Map<ServiceTypes.Name,String> getServiceImplClassNames()


Copyright © 2013. All Rights Reserved.