org.apache.oozie.service
Class DagXLogInfoService

java.lang.Object
  extended by org.apache.oozie.service.DagXLogInfoService
All Implemented Interfaces:
Service

public class DagXLogInfoService
extends Object
implements Service

Set Dag specific log info parameters.


Field Summary
static String ACTION
          Action log info constant.
static String APP
          App log info constant.
static String JOB
          Job log info constant.
static String TOKEN
          Token log info constant.
 
Fields inherited from interface org.apache.oozie.service.Service
CONF_PREFIX, DEFAULT_LOCK_TIMEOUT, lockTimeout, USE_XCOMMAND
 
Constructor Summary
DagXLogInfoService()
           
 
Method Summary
 void destroy()
          Destroy the service.
 Class<? extends Service> getInterface()
          Return the public interface of the service.
 void init(Services services)
          Initialize the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKEN

public static final String TOKEN
Token log info constant.

See Also:
Constant Field Values

APP

public static final String APP
App log info constant.

See Also:
Constant Field Values

JOB

public static final String JOB
Job log info constant.

See Also:
Constant Field Values

ACTION

public static final String ACTION
Action log info constant.

See Also:
Constant Field Values
Constructor Detail

DagXLogInfoService

public DagXLogInfoService()
Method Detail

init

public void init(Services services)
Initialize the service.

Specified by:
init in interface Service
Parameters:
services - services.

destroy

public void destroy()
Destroy the service.

Specified by:
destroy in interface Service

getInterface

public Class<? extends Service> getInterface()
Return the public interface of the service.

Specified by:
getInterface in interface Service
Returns:
DagXLogInfoService.


Copyright © 2013 Apache Software Foundation. All Rights Reserved.