Package com.sun.corba.ee.impl.misc
Interface RepositoryIdUtility
- All Known Implementing Classes:
RepIdDelegator
public interface RepositoryIdUtility
Utility methods for working with repository IDs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
int
getTypeInfo
(int valueTag) boolean
isChunkedEncoding
(int valueTag) boolean
isCodeBasePresent
(int valueTag)
-
Field Details
-
NO_TYPE_INFO
static final int NO_TYPE_INFO- See Also:
-
SINGLE_REP_TYPE_INFO
static final int SINGLE_REP_TYPE_INFO- See Also:
-
PARTIAL_LIST_TYPE_INFO
static final int PARTIAL_LIST_TYPE_INFO- See Also:
-
-
Method Details
-
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()
-