com.ibm.websphere.bo

Interface BOMode


  1. public interface BOMode
Allows access to the business object parsing mode configuration at runtime. Application logic that would want to provide specific behavior for Lazy Vs Eager parsing mode should use this API in their design to access the parsing mode.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
BOEAGER
  1. static
  2. java.lang.String
BOLAZY
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBOMode()
Returns the BO mode (i.e., BOEAGER or BOLAZY) of the current context.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

BOEAGER

  1. static final java.lang.String BOEAGER
See Also:

BOLAZY

  1. static final java.lang.String BOLAZY
See Also:

Method Detail

getBOMode

  1. java.lang.String getBOMode()
Returns the BO mode (i.e., BOEAGER or BOLAZY) of the current context. If mode was not modified, the default BOEAGER configuration will be returned.
Returns:
String value: BOEAGER, BOLAZY