Uses of Class
de.stz.bt.fnd.FND_InvokeID

Packages that use FND_InvokeID
de.stz.bt.fnd Contains the parts of a FND system 
 

Uses of FND_InvokeID in de.stz.bt.fnd
 

Methods in de.stz.bt.fnd that return FND_InvokeID
 FND_InvokeID FND_InvokeIDPool.getFreeSendID()
           
 

Methods in de.stz.bt.fnd with parameters of type FND_InvokeID
private  boolean FND_InvokeIDPool.addID(java.util.LinkedList checkList, FND_InvokeID checkId)
           
private  boolean FND_InvokeIDPool.removeID(java.util.LinkedList checkList, FND_InvokeID checkId)
           
 boolean FND_InvokeIDPool.addSendInvokeID(FND_InvokeID addID)
           
private  boolean FND_InvokeIDPool.hasID(java.util.LinkedList checkList, FND_InvokeID checkId)
           
 boolean FND_InvokeIDPool.hasSendInvokeID(FND_InvokeID checkId)