psdi.iface.omp

Class LmoImRelInfo

  • java.lang.Object
    • psdi.iface.omp.LmoImRelInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public final class LmoImRelInfo
    extends java.lang.Object
    implements java.io.Serializable
    Holds the cached relationship between an Integration Module (IM) and a Logical Management Operation (LMO). A relationship means that the IM implements the LMO.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      LmoImRelInfo(java.lang.String lmoName, java.lang.String lmoNamespace, java.lang.String description, java.lang.String sourceMbo, java.lang.String responseMbo, java.lang.String invocPattern, java.lang.String imName, java.lang.String imVersion) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Gets the Logical Management Operation description.
      java.lang.String getImName()
      Gets the Integration Module name.
      java.lang.String getImVersion()
      Gets the Integration Module version.
      java.lang.String getInvocPattern()
      Gets the invocation pattern.
      java.lang.String getLmoName()
      Gets the name of the Logical Management Operation.
      java.lang.String getLmoNamespace()
      Gets the Logical Management Operation namespace.
      java.lang.String getResponseMbo()
      Gets the name of the Logical Management Operation response MBO.
      java.lang.String getSourceMbo()
      Gets the name of the Logical Management Operation source MBO.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LmoImRelInfo

        public LmoImRelInfo(java.lang.String lmoName,
                            java.lang.String lmoNamespace,
                            java.lang.String description,
                            java.lang.String sourceMbo,
                            java.lang.String responseMbo,
                            java.lang.String invocPattern,
                            java.lang.String imName,
                            java.lang.String imVersion)
    • Method Detail

      • getLmoName

        public java.lang.String getLmoName()
        Gets the name of the Logical Management Operation.
        Returns:
        The Logical Management Operation name.
      • getLmoNamespace

        public java.lang.String getLmoNamespace()
        Gets the Logical Management Operation namespace.
        Returns:
        The Logical Management Operation namespace.
      • getDescription

        public java.lang.String getDescription()
        Gets the Logical Management Operation description.
        Returns:
        The Logical Management Operation description.
      • getSourceMbo

        public java.lang.String getSourceMbo()
        Gets the name of the Logical Management Operation source MBO.
        Returns:
        The name of the source MBO.
      • getResponseMbo

        public java.lang.String getResponseMbo()
        Gets the name of the Logical Management Operation response MBO.
        Returns:
        The name of the response MBO.
      • getInvocPattern

        public java.lang.String getInvocPattern()
        Gets the invocation pattern.
        Returns:
        The invocation pattern.
      • getImName

        public java.lang.String getImName()
        Gets the Integration Module name.
        Returns:
        The Integration Module name.
      • getImVersion

        public java.lang.String getImVersion()
        Gets the Integration Module version.
        Returns:
        The Integration Module version.