com.ibm.jbatch.container.cdi
Class BatchProducerBean

java.lang.Object
  extended by com.ibm.jbatch.container.cdi.BatchProducerBean
All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<BatchProducerBean>, javax.enterprise.inject.spi.Bean<BatchProducerBean>, javax.enterprise.inject.spi.BeanAttributes<BatchProducerBean>

public class BatchProducerBean
extends Object
implements javax.enterprise.inject.spi.Bean<BatchProducerBean>


Constructor Summary
BatchProducerBean()
           
 
Method Summary
 BatchProducerBean create(javax.enterprise.context.spi.CreationalContext<BatchProducerBean> ctx)
           
 void destroy(BatchProducerBean instance, javax.enterprise.context.spi.CreationalContext<BatchProducerBean> ctx)
           
 Class<?> getBeanClass()
           
 Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
           
 JobContext getJobContext()
           
 String getName()
           
 Set<Annotation> getQualifiers()
           
 Class<? extends Annotation> getScope()
           
 StepContext getStepContext()
           
 Set<Class<? extends Annotation>> getStereotypes()
           
 Set<Type> getTypes()
           
 boolean isAlternative()
           
 boolean isNullable()
           
 String produceProperty(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchProducerBean

public BatchProducerBean()
Method Detail

produceProperty

@Produces
@Dependent
public String produceProperty(javax.enterprise.inject.spi.InjectionPoint injectionPoint)

getJobContext

@Produces
@Dependent
public JobContext getJobContext()

getStepContext

@Produces
@Dependent
public StepContext getStepContext()

getBeanClass

public Class<?> getBeanClass()
Specified by:
getBeanClass in interface javax.enterprise.inject.spi.Bean<BatchProducerBean>

getInjectionPoints

public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
Specified by:
getInjectionPoints in interface javax.enterprise.inject.spi.Bean<BatchProducerBean>

getName

public String getName()
Specified by:
getName in interface javax.enterprise.inject.spi.BeanAttributes<BatchProducerBean>

getQualifiers

public Set<Annotation> getQualifiers()
Specified by:
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<BatchProducerBean>

getScope

public Class<? extends Annotation> getScope()
Specified by:
getScope in interface javax.enterprise.inject.spi.BeanAttributes<BatchProducerBean>

getStereotypes

public Set<Class<? extends Annotation>> getStereotypes()
Specified by:
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<BatchProducerBean>

getTypes

public Set<Type> getTypes()
Specified by:
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<BatchProducerBean>

isAlternative

public boolean isAlternative()
Specified by:
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<BatchProducerBean>

isNullable

public boolean isNullable()
Specified by:
isNullable in interface javax.enterprise.inject.spi.BeanAttributes<BatchProducerBean>

create

public BatchProducerBean create(javax.enterprise.context.spi.CreationalContext<BatchProducerBean> ctx)
Specified by:
create in interface javax.enterprise.context.spi.Contextual<BatchProducerBean>

destroy

public void destroy(BatchProducerBean instance,
                    javax.enterprise.context.spi.CreationalContext<BatchProducerBean> ctx)
Specified by:
destroy in interface javax.enterprise.context.spi.Contextual<BatchProducerBean>


Copyright © 2013. All Rights Reserved.