com.esf.protocol.fielddevice.service
Interface IProtocolDeviceService


public interface IProtocolDeviceService

This class provides methods to recognize the particular protocol implemented by this bundle and to get an instance of that protocol.

Author:
matt.demaree

Field Summary
static java.lang.String SERVICE_NAME
          Reports the class name representing this interface.
 
Method Summary
 ProtocolDevice getProtocolDevice()
          returns an instance of the implemented protocol
 java.lang.String toString()
          returns the built-in name of the protocol
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Reports the class name representing this interface.

Method Detail

toString

java.lang.String toString()
returns the built-in name of the protocol

Overrides:
toString in class java.lang.Object
Returns:
protocol name

getProtocolDevice

ProtocolDevice getProtocolDevice()
returns an instance of the implemented protocol

Returns:
protocol specific implementation of a ProtocolDevice