Uses of Class
kr.co.hit.live.context.ServiceContext

Packages that use ServiceContext
kr.co.hit.live.batch   
kr.co.hit.live.context   
 

Uses of ServiceContext in kr.co.hit.live.batch
 

Fields in kr.co.hit.live.batch declared as ServiceContext
protected  ServiceContext AbstractBatchLogger.svcContext
           
 

Methods in kr.co.hit.live.batch that return ServiceContext
 ServiceContext BatchLogger.getContext()
          설정된 ServiceContext 객체를 반환한다.
 ServiceContext AbstractBatchLogger.getContext()
          설정된 ServiceContext 객체를 반환한다.
protected  ServiceContext BatchAdapter.setServiceContext()
          "live.batch."
 

Methods in kr.co.hit.live.batch with parameters of type ServiceContext
 void BatchLogger.setContext(ServiceContext ctx)
          배치 로그를 남기기 위하여 필요한 ServiceContext 객체를 설정한다.
 void AbstractBatchLogger.setContext(ServiceContext ctx)
          배치 로그를 남기기 위하여 필요한 ServiceContext 객체를 설정한다.
 

Uses of ServiceContext in kr.co.hit.live.context
 

Methods in kr.co.hit.live.context that return ServiceContext
static ServiceContext ContextManager.getServiceContext()
          현재 쓰레드에 저장되어 있는 ServiceContext 객체를 반환한다.
protected  ServiceContext ContextAwareService.getServiceContext()
          현재 쓰레드에 연결된 서비스 컨텍스트 객체를 반환한다.
 

Methods in kr.co.hit.live.context with parameters of type ServiceContext
static void ContextManager.setServiceContext(ServiceContext svcCtx)
          현재 쓰레드에 ServiceContext 객체를 저장한다.
 



Copyright © 2014. All Rights Reserved.