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


Method Summary
abstract  boolean asyncSend(byte[] bytes)
           
abstract  void disconnect()
           
abstract  String[] doBind(String peerName, String peerHost, boolean localComp, String localName, String localHost, String remSysLocale, String remStdLocale, String[] translationTab)
           
abstract  byte[] syncSend(byte[] bytes)
           
 

Method Detail

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()