Package com.sun.corba.ee.impl.misc
Interface RepositoryIdUtility
-
- All Known Implementing Classes:
RepIdDelegator
public interface RepositoryIdUtilityUtility methods for working with repository IDs.
-
-
Field Summary
Fields Modifier and Type Field Description static intNO_TYPE_INFOstatic intPARTIAL_LIST_TYPE_INFOstatic intSINGLE_REP_TYPE_INFO
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCodeBaseRMIChunkedId()intgetCodeBaseRMIChunkedNoRepStrId()intgetCodeBaseRMIUnchunkedId()intgetCodeBaseRMIUnchunkedNoRepStrId()intgetStandardRMIChunkedId()intgetStandardRMIChunkedNoRepStrId()intgetStandardRMIUnchunkedId()intgetStandardRMIUnchunkedNoRepStrId()intgetTypeInfo(int valueTag)booleanisChunkedEncoding(int valueTag)booleanisCodeBasePresent(int valueTag)
-
-
-
Field Detail
-
NO_TYPE_INFO
static final int NO_TYPE_INFO
- See Also:
- Constant Field Values
-
SINGLE_REP_TYPE_INFO
static final int SINGLE_REP_TYPE_INFO
- See Also:
- Constant Field Values
-
PARTIAL_LIST_TYPE_INFO
static final int PARTIAL_LIST_TYPE_INFO
- See Also:
- Constant Field Values
-
-
Method Detail
-
isChunkedEncoding
boolean isChunkedEncoding(int valueTag)
-
isCodeBasePresent
boolean isCodeBasePresent(int valueTag)
-
getTypeInfo
int getTypeInfo(int valueTag)
-
getStandardRMIChunkedNoRepStrId
int getStandardRMIChunkedNoRepStrId()
-
getCodeBaseRMIChunkedNoRepStrId
int getCodeBaseRMIChunkedNoRepStrId()
-
getStandardRMIChunkedId
int getStandardRMIChunkedId()
-
getCodeBaseRMIChunkedId
int getCodeBaseRMIChunkedId()
-
getStandardRMIUnchunkedId
int getStandardRMIUnchunkedId()
-
getCodeBaseRMIUnchunkedId
int getCodeBaseRMIUnchunkedId()
-
getStandardRMIUnchunkedNoRepStrId
int getStandardRMIUnchunkedNoRepStrId()
-
getCodeBaseRMIUnchunkedNoRepStrId
int getCodeBaseRMIUnchunkedNoRepStrId()
-
-