public interface ICDIMemorySpaceManagement extends ICDIObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addressToString(java.math.BigInteger address,
java.lang.String memorySpaceID)
Deprecated.
CDI clients should implement ICDIMemorySpaceEncoder
|
java.lang.String[] |
getMemorySpaces()
Provides the memory spaces available.
|
java.math.BigInteger |
stringToAddress(java.lang.String str,
java.lang.StringBuffer memorySpaceID_out)
Deprecated.
CDI clients should implement ICDIMemorySpaceEncoder
|
getTarget@Deprecated
java.lang.String addressToString(java.math.BigInteger address,
java.lang.String memorySpaceID)
address - a numeric addressmemorySpaceID - a string which represents the memory space@Deprecated
java.math.BigInteger stringToAddress(java.lang.String str,
java.lang.StringBuffer memorySpaceID_out)
throws CDIException
str - the encoded string (contains memory space + hex address
value)memorySpaceID_out - the memory space IDCDIException - if string is not in the expected formatjava.lang.String[] getMemorySpaces()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.