com.isode.x400api
Class MSListResult
java.lang.Object
com.isode.x400api.MSListResult
public class MSListResult
- extends Object
Provides the ListResult class used by the X.400 class.
Hold list operation result information to pass across the API
in an opaque manner.
|
Method Summary |
int |
GetIntValue()
Returns the integer value from a call to the most recent
GetIntParam interface call. |
static void |
main(String[] args)
The main program
A test method only. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSListResult
public MSListResult()
GetIntValue
public int GetIntValue()
- Returns the integer value from a call to the most recent
GetIntParam interface call.
main
public static void main(String[] args)
- The main program
A test method only.