Interface JCoUnitIdentifier

All Superinterfaces:
Serializable

public interface JCoUnitIdentifier extends Serializable
Function unit identifier is a unique identifier for a function or request unit for bgRFC. It contains an 16 byte ID (32 char in HEX representation) and unit type.

Note: The implementation for this interface provided by the JCo runtime. Other implementations are not supported.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    BgRFC unit types.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the hexadecimal representation of the unit ID.
    byte[]
    Returns the unit ID.
    Returns the type of the unit.
  • Method Details

    • getID

      String getID()
      Returns the hexadecimal representation of the unit ID. The unit ID is 16 bytes long, so the string is 32 chars long.
      Returns:
      32 chars string
    • getIDAsBytes

      byte[] getIDAsBytes()
      Returns the unit ID.
      Returns:
      16 byte unit id
    • getType

      Returns the type of the unit.
      Returns:
      unit type