com.isode.x400api
Class MSListResult

java.lang.Object
  extended by 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.


Constructor Summary
MSListResult()
           
 
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
 

Constructor Detail

MSListResult

public MSListResult()
Method Detail

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.