Package com.sun.corba.ee.impl.misc
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 RepositoryIdStrings
Returns the latest version RepositoryIdStrings instancestatic RepositoryIdStrings
Checks the version of the ORB and returns the appropriate RepositoryIdStrings instance.static RepositoryIdUtility
Returns the latest version RepositoryIdUtility instancestatic RepositoryIdUtility
getRepIdUtility
(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
-