Ontimize 5.2072EN

com.ontimize.util.remote
Interface RemoteBytesBlockReceiver

All Superinterfaces:
java.rmi.Remote

public interface RemoteBytesBlockReceiver
extends java.rmi.Remote


Method Summary
 void receiveBytesBlock(BytesBlock byteBlock)
          Method to receive the BytesBlock
 

Method Detail

receiveBytesBlock

public void receiveBytesBlock(BytesBlock byteBlock)
                       throws java.lang.Exception
Method to receive the BytesBlock

Parameters:
byteBlock -
Throws:
java.lang.Exception

Ontimize