Class MessageProcessorMetaData


  • public class MessageProcessorMetaData
    extends Object
    Instances of this class represents the MetaData of a Message Processor
    • Constructor Detail

      • MessageProcessorMetaData

        public MessageProcessorMetaData()
    • Method Detail

      • getName

        public String getName()
        Get the name of the message processor
        Returns:
        message processor name
      • setName

        public void setName​(String name)
        Set the message processor name as a metadata
        Parameters:
        name - message processor name
      • getArtifactContainerName

        public String getArtifactContainerName()
        Check whether the message processor is deployed from artifact Container
        Returns:
        true if message processor deployed from artifact Container, else false
      • setArtifactContainerName

        public void setArtifactContainerName​(String artifactContainerName)
        Set whether the message processor is deployed from artifact Container
        Parameters:
        artifactContainerName - true if message processor deployed from artifact Container, else false
      • getIsEdited

        public boolean getIsEdited()
        Check whether the message processor deployed from artifact Container is edited through management console
        Returns:
        true if the message processor is edited, else false
      • setIsEdited

        public void setIsEdited​(boolean isEdited)
        Set whether the message processor deployed from artifact Container is edited through management console
        Parameters:
        isEdited - true if the message processor is edited, else false