Interface IServiceDefinition

All Superinterfaces:
IProtocolSupport, Serializable

public interface IServiceDefinition extends IProtocolSupport
This class retrieves a service connection
Author:
ploureiro
  • Method Details

    • getLabel

      String getLabel()
      Returns:
      the label of the connection.
    • getName

      String getName()
      Gets the name of the service.
      Returns:
      a string object.
    • getEventName

      String getEventName()
      Gets the method name of the event
      Returns:
      a string object.
    • getEventType

      int getEventType()
      Retrieves the type of the event
      Returns:
      A IServiceDefinition.IEvent.
    • setValue

      void setValue(String propertyName, Object value)
      Sets a value to a property
      Parameters:
      propertyName - The system name of the property.
      value - The value object to set.
    • getValue

      Object getValue(String propertyName)
      Gets the value of a property.
      Parameters:
      propertyName - The system name of the property.
      Returns:
      A Object object.
    • getValues

      Map<String,Object> getValues()
      Get all configuration values by sysname
      Parameters:
      name -
      Returns: