Package com.saperion.rmi.common
Interface PrpcReceiver
-
- All Superinterfaces:
java.rmi.Remote
public interface PrpcReceiver extends java.rmi.Remote
PrpcReceiver.- Author:
- chm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
saveData(byte[] data)
Saves the data to the backend.
-