com.ibm.websphere.csi

Interface J2EENameFactory



  • public interface J2EENameFactory
    J2EENameFactory is used to create J2EEName instances from a byte array.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      J2EEName create(byte[] bytes)
      Creates a J2EEName from a serialized name using J2EEName.getBytes().
      J2EEName create(java.lang.String app, java.lang.String module, java.lang.String component)
      Creates a J2EEName using the application, module, and component name.
    • Method Detail

      • create

        J2EEName create(java.lang.String app,
                      java.lang.String module,
                      java.lang.String component)
        Creates a J2EEName using the application, module, and component name.
        Parameters:
        app - the application name
        module - the module name, or null for an application J2EEName
        component - the component name, or null for an application or module J2EEName
IBM WebSphere Application ServerTM
Release 8.5