|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlobalVariables
| Method Summary | |
|---|---|
void |
clearCollection()
Clears all global variables for this object |
boolean |
containsKey(java.lang.Integer key)
Returns true if the boostrapper or the coordinator contains the specified variable. |
java.lang.Object |
get(java.lang.Integer key)
Used to retrieve testing global variables |
java.util.Map<java.lang.Integer,java.lang.Object> |
getCollection()
Used to retrieve all the variables of the testing global variables |
void |
put(java.lang.Integer key,
java.lang.Object object)
Used to cache testing global variables |
| Method Detail |
|---|
void put(java.lang.Integer key,
java.lang.Object object)
throws java.rmi.RemoteException
key - object -
java.rmi.RemoteException
java.lang.Object get(java.lang.Integer key)
throws java.rmi.RemoteException
key -
java.rmi.RemoteException
java.util.Map<java.lang.Integer,java.lang.Object> getCollection()
throws java.rmi.RemoteException
java.rmi.RemoteException
boolean containsKey(java.lang.Integer key)
throws java.rmi.RemoteException
key - Value whose presence is to be tested
java.rmi.RemoteException
void clearCollection()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||