Interface RfcWork
-
public interface RfcWork
Unit of work, uses theinterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
performWork(RfcInterface rfcInterface)
This method is called with an established RFC connection
-
-
-
Method Detail
-
performWork
void performWork(RfcInterface rfcInterface)
This method is called with an established RFC connection- Parameters:
rfcInterface
- RFC interface
-
-