com.ibm.commerce.messaging.notification.datatypes

Interface TransportOverride

  • All Known Implementing Classes:
    TransportOverrideData


    public interface TransportOverride
    Class that defines overrides for a given transport and message type.
    • Method Detail

      • getTransportName

        java.lang.String getTransportName()
        This method gets the transport name.
        Returns:
        transport name
      • setTransportName

        void setTransportName(java.lang.String aTransportName)
        This method sets the transport name.
        Parameters:
        aTransportName - the new transport name
      • getMsgTypeName

        java.lang.String getMsgTypeName()
        This method gets the message type name (a msgtype_id from the MSGSTORE table or null to apply to all message types).
        Returns:
        the message type name
      • setMsgTypeName

        void setMsgTypeName(java.lang.String aMsgTypeName)
        This method sets the message type name. Specify either a message type matching a msgtype_id from the MSGSTORE table or null to indicate that this transport override applies to any message type.
        Parameters:
        the - new message type
      • getAttributes

        TypedProperty getAttributes()
        This method gets the attributes to override.
        Returns:
        the TypedProperty to override.
      • setAttributes

        void setAttributes(TypedProperty aTypedProperty)
        This method sets the typed property.
        Parameters:
        aTypedProperty - the new attributes to override.