Class RepositoryIdFactory

java.lang.Object
com.sun.corba.ee.impl.misc.RepositoryIdFactory

public abstract class RepositoryIdFactory extends Object
  • Field Details

    • currentDelegator

      private static final RepIdDelegator currentDelegator
  • Constructor Details

    • RepositoryIdFactory

      public RepositoryIdFactory()
  • Method Details

    • 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