com.ibm.ia.agent

Class AgentDescriptor

  • java.lang.Object
    • com.ibm.ia.common.AgentDescriptorBase
      • com.ibm.ia.agent.AgentDescriptor
  • All Implemented Interfaces:
    com.ibm.ia.util.CISSerializable, java.io.Serializable


    public class AgentDescriptor
    extends com.ibm.ia.common.AgentDescriptorBase
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getAgentName()
      Get the name of the Agent
      java.lang.String getEntityid()
      Get the id of the bound entity
      java.lang.String getEntityType()
      Get the type of the bound entity
      double getPriority()
      Get the priority of the agent
      java.lang.String toString() 
      • Methods inherited from class com.ibm.ia.common.AgentDescriptorBase

        getVersion
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getEntityType

        public java.lang.String getEntityType()
        Get the type of the bound entity
        Overrides:
        getEntityType in class com.ibm.ia.common.AgentDescriptorBase
        Returns:
        String representing the entity type
      • getAgentName

        public java.lang.String getAgentName()
        Get the name of the Agent
        Overrides:
        getAgentName in class com.ibm.ia.common.AgentDescriptorBase
        Returns:
        String representing the entity type
      • getPriority

        public double getPriority()
        Get the priority of the agent
        Overrides:
        getPriority in class com.ibm.ia.common.AgentDescriptorBase
        Returns:
        Double representing the agent priority
      • getEntityid

        public java.lang.String getEntityid()
        Get the id of the bound entity
        Overrides:
        getEntityid in class com.ibm.ia.common.AgentDescriptorBase
        Returns:
        String representing the entity id.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a String containing information about this AgentDescriptor

© Copyright IBM 2016