public interface CommandsInterface
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
pushAvl(java.util.Collection<IpcAvl> avlData)
Sends collection of AVL data to server.
|
java.lang.String |
pushAvl(IpcAvl avlData)
Sends AVL data to server.
|
java.lang.String pushAvl(IpcAvl avlData) throws java.rmi.RemoteException
avlData
- java.rmi.RemoteException
java.lang.String pushAvl(java.util.Collection<IpcAvl> avlData) throws java.rmi.RemoteException
avlData
- collection of datajava.rmi.RemoteException