com.monica.javacom.interfaces
Interface MJCProtocol

All Superinterfaces:
MJCConfigureable, MJCReadable, MJCReader, MJCWriteable, MJCWriter
All Known Implementing Classes:
MJCTelnetProtocol

public interface MJCProtocol
extends MJCWriter, MJCWriteable, MJCReader, MJCReadable, MJCConfigureable

Middle level layer in the MJC layer hierarchy responsible for management functions.


Method Summary
 java.lang.String getProtocolName()
          Returns the MJC name of the MJCProtocol.
 java.lang.String getProtocolVersion()
          Returns the MJC version of the MJCProtocol.
 
Methods inherited from interface com.monica.javacom.interfaces.MJCWriter
getWriteable, getWriterName, getWriterVersion, setWriteable
 
Methods inherited from interface com.monica.javacom.interfaces.MJCWriteable
flush, getLastWriteableError, getWriteableName, getWriteableVersion, isWriteableConnected, write, write, write
 
Methods inherited from interface com.monica.javacom.interfaces.MJCReader
connectionClosedEvent, errorEvent, getReadable, getReaderName, getReaderVersion, readEvent, setReadable
 
Methods inherited from interface com.monica.javacom.interfaces.MJCReadable
getAvailable, getInput, getReadableName, getReadableVersion, getReader, isReadableConnected, setReader
 
Methods inherited from interface com.monica.javacom.interfaces.MJCConfigureable
getConfiguration, setConfiguration
 

Method Detail

getProtocolName

public java.lang.String getProtocolName()
Returns the MJC name of the MJCProtocol.
Returns:
String: the MJC name of the MJCProtocol

getProtocolVersion

public java.lang.String getProtocolVersion()
Returns the MJC version of the MJCProtocol.
Returns:
String: the MJC version of the MJCProtocol