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. |
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