com.ibm.wsspi.kernel.service.utils

Class OnErrorUtil

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.kernel.service.utils.OnErrorUtil

  1. public class OnErrorUtil
  2. extends java.lang.Object

Nested Class Summary

Modifier and Type Class and Description
  1. static class
OnErrorUtil.OnError

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
CFG_KEY_ON_ERROR
  1. static
  2. java.lang.String
CFG_VALID_OPTIONS

Constructor Summary

Constructor and Description
OnErrorUtil()

Method Summary

Modifier and Type Method and Description
  1. static
  2. java.lang.String
getAttributeName()
  1. static
  2. OnErrorUtil.OnError
getDefaultOnError()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

CFG_KEY_ON_ERROR

  1. public static final java.lang.String CFG_KEY_ON_ERROR
See Also:

CFG_VALID_OPTIONS

  1. public static final java.lang.String CFG_VALID_OPTIONS
See Also:

Constructor Detail

OnErrorUtil

  1. public OnErrorUtil()

Method Detail

getDefaultOnError

  1. public static OnErrorUtil.OnError getDefaultOnError( )

getAttributeName

  1. public static java.lang.String getAttributeName( )