|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.mse.vault.client.VaultJNDICacheManager.VaultJNDICache
Constructor Summary | |
VaultJNDICacheManager.VaultJNDICache()
VaultJNDICache constructor |
Method Summary | |
void |
addAccountRef(java.lang.String index,
java.lang.Object jndiName,
java.lang.Object accRef)
addAccountRef method is a method to add a new set of index(refID) as a key, the jndi string name and its object reference for the account session EJB |
void |
addCustomerRef(java.lang.String index,
java.lang.Object jndiName,
java.lang.Object custRef)
addCustomerRef method is a method to add a new set of index(refID) as a key, the jndi string name and its object reference for the customer session EJB |
void |
addTransactionRef(java.lang.String index,
java.lang.Object jndiName,
java.lang.Object transRef)
addTransactionRef method is a method to add a new set of index(refID) as a key, the jndi string name and its object reference for the transaction session EJB |
void |
clearAccountCache()
accountCache This method remove all elements from the accountCache Hashtable |
void |
clearCustomerCache()
clearCustomerCache This method remove all elements from the customerCache Hashtable |
void |
clearTransactionCache()
clearTransactionCache This method remove all elements from the transactionCache Hashtable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VaultJNDICacheManager.VaultJNDICache()
Method Detail |
public void addTransactionRef(java.lang.String index, java.lang.Object jndiName, java.lang.Object transRef)
index
- :
key of the hashtablejndiName
- :
1st value of the hashtabletransRef
- :
2nd value of the hashtablepublic void addAccountRef(java.lang.String index, java.lang.Object jndiName, java.lang.Object accRef)
index
- :
key of the hashtablejndiName
- :
1st value of the hashtableaccRef
- :
2nd value of the hashtablepublic void addCustomerRef(java.lang.String index, java.lang.Object jndiName, java.lang.Object custRef)
index
- :
key of the hashtablejndiName
- :
1st value of the hashtablecustRef
- :
2nd value of the hashtablepublic void clearCustomerCache()
public void clearTransactionCache()
public void clearAccountCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |