com.ibm.di.admin.ui.hooks
Class HookUtil

java.lang.Object
  extended by com.ibm.di.admin.ui.hooks.HookUtil

public class HookUtil
extends Object


Field Summary
static String[] HOOK_NAMES
           
static int TYPE_ADDONLY
           
static int TYPE_BRANCH
           
static int TYPE_CALLREPLY
           
static int TYPE_DELETE
           
static int TYPE_DELTA
           
static int TYPE_FUNCTION
           
static int TYPE_ITERATOR
           
static int TYPE_LOOKUP
           
static int TYPE_REPLYCHANNEL
           
static int TYPE_SCRIPT
           
static int TYPE_SERVER
           
static int TYPE_UPDATE
           
static String[] TYPES
           
 
Constructor Summary
HookUtil()
           
 
Method Summary
static int getConnectorType(String type)
           
static String getHookName(int hook)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOOK_NAMES

public static final String[] HOOK_NAMES

TYPE_ITERATOR

public static final int TYPE_ITERATOR
See Also:
Constant Field Values

TYPE_UPDATE

public static final int TYPE_UPDATE
See Also:
Constant Field Values

TYPE_LOOKUP

public static final int TYPE_LOOKUP
See Also:
Constant Field Values

TYPE_DELETE

public static final int TYPE_DELETE
See Also:
Constant Field Values

TYPE_ADDONLY

public static final int TYPE_ADDONLY
See Also:
Constant Field Values

TYPE_CALLREPLY

public static final int TYPE_CALLREPLY
See Also:
Constant Field Values

TYPE_SCRIPT

public static final int TYPE_SCRIPT
See Also:
Constant Field Values

TYPE_FUNCTION

public static final int TYPE_FUNCTION
See Also:
Constant Field Values

TYPE_BRANCH

public static final int TYPE_BRANCH
See Also:
Constant Field Values

TYPE_REPLYCHANNEL

public static final int TYPE_REPLYCHANNEL
See Also:
Constant Field Values

TYPE_SERVER

public static final int TYPE_SERVER
See Also:
Constant Field Values

TYPE_DELTA

public static final int TYPE_DELTA
See Also:
Constant Field Values

TYPES

public static String[] TYPES
Constructor Detail

HookUtil

public HookUtil()
Method Detail

getConnectorType

public static int getConnectorType(String type)

getHookName

public static String getHookName(int hook)