ilog.server.jcomp
Interface MvConnectItf
- All Known Implementing Classes:
- MvConnect
- public interface MvConnectItf
This interface is specific to the communication layer and should not be used
doBind
public String[] doBind(String peerName,
String peerHost,
boolean localComp,
String localName,
String localHost,
String remSysLocale,
String remStdLocale,
String[] translationTab)
syncSend
public byte[] syncSend(byte[] bytes)
asyncSend
public boolean asyncSend(byte[] bytes)
disconnect
public void disconnect()