Package com.sap.conn.jco
Interface JCoUnitIdentifier
- All Superinterfaces:
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.
-
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
JCoUnitIdentifier.Type getType()Returns the type of the unit.- Returns:
- unit type
-