IBM WebSphere Application ServerTM
Release 8

com.ibm.bpe.api
Interface BfmConfiguration

All Superinterfaces:
java.io.Serializable

public interface BfmConfiguration
extends java.io.Serializable

This interface returns Business Flow Manager configuration settings.

Since:
7.5

Field Summary
static java.lang.String COPYRIGHT
           
static int SYSTEM_TYPE_WLE
           
static int SYSTEM_TYPE_WPS
          Symbolic constants for the system types described by this configuration.
 
Method Summary
 java.lang.String getBuildLevel()
          Returns the build level of the Business Flow Manager configuration.
 java.lang.String getSystemID()
          Returns the system ID of the Business Flow Manager installation.
 int getSystemType()
          Returns the type of the Business Flow Manager installation.
 java.lang.String getVersion()
          Returns the version of the Business Flow Manager configuration.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

SYSTEM_TYPE_WPS

static final int SYSTEM_TYPE_WPS
Symbolic constants for the system types described by this configuration.

See Also:
Constant Field Values

SYSTEM_TYPE_WLE

static final int SYSTEM_TYPE_WLE
See Also:
Constant Field Values
Method Detail

getVersion

java.lang.String getVersion()
Returns the version of the Business Flow Manager configuration.

Returns:
String - The version of the Business Flow Manager configuration, for example, 7.5.0.

getBuildLevel

java.lang.String getBuildLevel()
Returns the build level of the Business Flow Manager configuration.

Returns:
String - The build level of the Business Flow Manager configuration.

getSystemID

java.lang.String getSystemID()
Returns the system ID of the Business Flow Manager installation.

Returns:
String - The system ID of the Business Flow Manager installation.

getSystemType

int getSystemType()
Returns the type of the Business Flow Manager installation.

Returns:
int - The type of the Business Flow Manager installation, in this case, SYSTEM_TYPE_WPS.

IBM WebSphere Application ServerTM
Release 8