|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoUnitIdentifier
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 | |
---|---|
static class |
JCoUnitIdentifier.Type
BgRFC unit types: TYPE_T - exactly once TYPE_Q - exactly once in order |
Method Summary | |
---|---|
java.lang.String |
getID()
Returns the hexadecimal representation of the unit ID. |
byte[] |
getIDAsBytes()
Returns the unit ID. |
JCoUnitIdentifier.Type |
getType()
Returns the type of the unit |
Method Detail |
---|
java.lang.String getID()
byte[] getIDAsBytes()
JCoUnitIdentifier.Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |