com.ibm.websphere.bo
Interface BOMode
- public interface BOMode
Field Summary
Modifier and Type | Field and Description |
---|---|
|
BOEAGER
|
|
BOLAZY
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBOMode()
Returns the BO mode (i.e., BOEAGER or BOLAZY) of the current
context.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
BOEAGER
- static final java.lang.String BOEAGER
See Also:
BOLAZY
- static final java.lang.String BOLAZY
See Also:
Method Detail
getBOMode
- java.lang.String getBOMode()
Returns:
String value:
BOEAGER, BOLAZY
BOEAGER
configuration will be returned.