Class RepositoryIdFactory


  • public abstract class RepositoryIdFactory
    extends java.lang.Object
    • Field Detail

      • currentDelegator

        private static final RepIdDelegator currentDelegator
    • Constructor Detail

      • RepositoryIdFactory

        public RepositoryIdFactory()
    • Method Detail

      • getRepIdStringsFactory

        public static RepositoryIdStrings getRepIdStringsFactory()
        Returns the latest version RepositoryIdStrings instance
        Returns:
        the delegate
      • getRepIdStringsFactory

        public static RepositoryIdStrings getRepIdStringsFactory​(ORB orb)
        Checks the version of the ORB and returns the appropriate RepositoryIdStrings instance.
        Parameters:
        orb - ignored
        Returns:
        the delegate
      • getRepIdUtility

        public static RepositoryIdUtility getRepIdUtility()
        Returns the latest version RepositoryIdUtility instance
        Returns:
        the delegate
      • getRepIdUtility

        public static RepositoryIdUtility getRepIdUtility​(ORB orb)
        Checks the version of the ORB and returns the appropriate RepositoryIdUtility instance.
        Parameters:
        orb - ORB to get version
        Returns:
        the delegate