com.rsa.authagent.authapi.realmstat
Class PriorityList
java.lang.Object
com.rsa.authagent.authapi.realmstat.PriorityList
public class PriorityList
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PriorityList
public PriorityList(int size)
addServer
public void addServer(byte priority,
int index)
removeServer
public void removeServer(int index)
useEachServerOnce
public void useEachServerOnce()
selectRandom
public int selectRandom()
selectDifferentRandom
public int selectDifferentRandom()
isEmpty
public boolean isEmpty()
getPriority
public int getPriority(int index)
setPriority
public void setPriority(int priority,
int index)
length
public int length()
getindex
public int getindex(int i)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.