com.ibm.websphere.csi

Interface J2EEName

  • All Superinterfaces:
    java.io.Serializable


    public interface J2EEName
    extends java.io.Serializable
    J2EEName instances are used to encapsulate the Application-Module-Component name for uniquely identifying EJBs in an application. An object implementing this interface must also correctly implement the hashCode and equals methods.
    • Method Detail

      • toString

        java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getApplication

        java.lang.String getApplication()
      • getModule

        java.lang.String getModule()
      • getComponent

        java.lang.String getComponent()
      • getBytes

        byte[] getBytes()
IBM WebSphere Application ServerTM
Release 8