Class RepositoryIdFactory
java.lang.Object
com.sun.corba.ee.impl.misc.RepositoryIdFactory
Holds a
RepIdDelegator-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RepositoryIdStringsReturns the latest version RepositoryIdStrings instancestatic RepositoryIdStringsChecks the version of the ORB and returns the appropriate RepositoryIdStrings instance.static RepositoryIdUtilityReturns the latest version RepositoryIdUtility instancestatic RepositoryIdUtilitygetRepIdUtility(ORB orb) Checks the version of the ORB and returns the appropriate RepositoryIdUtility instance.
-
Field Details
-
currentDelegator
-
-
Constructor Details
-
RepositoryIdFactory
public RepositoryIdFactory()
-
-
Method Details
-
getRepIdStringsFactory
Returns the latest version RepositoryIdStrings instance- Returns:
- the delegate
-
getRepIdStringsFactory
Checks the version of the ORB and returns the appropriate RepositoryIdStrings instance.- Parameters:
orb- ignored- Returns:
- the delegate
-
getRepIdUtility
Returns the latest version RepositoryIdUtility instance- Returns:
- the delegate
-
getRepIdUtility
Checks the version of the ORB and returns the appropriate RepositoryIdUtility instance.- Parameters:
orb- ORB to get version- Returns:
- the delegate
-