Package com.sun.corba.se.impl.orbutil
Interface RepositoryIdUtility
- All Known Implementing Classes:
RepIdDelegator
public interface RepositoryIdUtility
Utility methods for working with repository IDs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintintintgetTypeInfo(int valueTag) booleanisChunkedEncoding(int valueTag) booleanisCodeBasePresent(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()
-