Class SlotList

java.lang.Object
  |
  +--SlotList

public class SlotList
extends java.lang.Object

The list of available slots.


Constructor Summary
SlotList()
           
 
Method Summary
 Slot[] getSlotList(boolean tokenPresent)
          Used to obtain a list of slots in the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlotList

public SlotList()
Method Detail

getSlotList

public Slot[] getSlotList(boolean tokenPresent)
                   throws OoctiException
Used to obtain a list of slots in the system.
Parameters:
tokenPresent - Indicates whether the list obtained includes only those slots with a Token present(TRUE).
Returns:
List of slots in the system.
Throws:
ARGUMENTS_BAD -  
BUFFER_TOO_SMALL -  
CRYPTOKI_NOT_INITIALIZED -  
FUNCTION_FAILED -  
GENERAL_ERROR -  
HOST_MEMORY -