com.ibm.jarm.api.core

Class RMFactory

  • java.lang.Object
    • com.ibm.jarm.api.core.RMFactory


  • public class RMFactory
    extends java.lang.Object
    Main factory used to create/retrieve instances of the various JARM entity types.
    • Method Detail

      • getRALService

        public static com.ibm.jarm.ral.RALService getRALService(BaseEntity baseEntity)
        Returns the RALService instance associated with the given IBM Enterprise Records base entity.

        This RALService is for internal use only.

        Parameters:
        baseEntity - the RMDomain associated with the desired RALService.
        Returns:
        A RALService instance.
      • getRALService

        public static com.ibm.jarm.ral.RALService getRALService(DomainConnection conn)
        Returns the RALService instance associated with the given domain connection.

        This RALService is for internal use only.

        Parameters:
        conn - the DomainConnection associated with the desired RALService.
        Returns:
        A RALService instance.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.