com.ibm.broker.config.proxy

Class SharedLibraryReference

  • java.lang.Object
    • com.ibm.broker.config.proxy.SharedLibraryReference


  • public class SharedLibraryReference
    extends java.lang.Object
    Each instance of this class represents a reference from an application, integration service or shared library to a specified shared library.

    com.ibm.broker.config.proxy.SharedLibraryReference

    Responsibilities Represents a reference from an application, integration service or shared library to a specified shared library.
    Internal Collaborators None
     
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     36635    2014-07-25  SS1             v10 Release
     
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getLibraryName()
      Get the name of the shared library that is being referenced.
      java.lang.String toString()
      Get a string representation of this shared library reference.
      • Methods inherited from class java.lang.Object

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

      • getLibraryName

        public java.lang.String getLibraryName()
        Get the name of the shared library that is being referenced.
        Returns:
        The name of the shared library that is being referenced.
      • toString

        public java.lang.String toString()
        Get a string representation of this shared library reference.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this shared library reference.