Package com.sun.corba.ee.impl.misc
Class RepositoryIdFactory
- java.lang.Object
-
- com.sun.corba.ee.impl.misc.RepositoryIdFactory
-
public abstract class RepositoryIdFactory extends java.lang.Object
Holds aRepIdDelegator
-
-
Field Summary
Fields Modifier and Type Field Description private static RepIdDelegator
currentDelegator
-
Constructor Summary
Constructors Constructor Description RepositoryIdFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RepositoryIdStrings
getRepIdStringsFactory()
Returns the latest version RepositoryIdStrings instancestatic RepositoryIdStrings
getRepIdStringsFactory(ORB orb)
Checks the version of the ORB and returns the appropriate RepositoryIdStrings instance.static RepositoryIdUtility
getRepIdUtility()
Returns the latest version RepositoryIdUtility instancestatic RepositoryIdUtility
getRepIdUtility(ORB orb)
Checks the version of the ORB and returns the appropriate RepositoryIdUtility instance.
-
-
-
Field Detail
-
currentDelegator
private static final RepIdDelegator currentDelegator
-
-
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
-
-