|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.inria.peerunit.GlobalVariablesImpl
public class GlobalVariablesImpl
| Constructor Summary | |
|---|---|
GlobalVariablesImpl()
|
|
| Method Summary | |
|---|---|
void |
clearCollection()
Clears all global variables for this object |
boolean |
containsKey(java.lang.Integer key)
Returns true if this bootstrapper 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlobalVariablesImpl()
| Method Detail |
|---|
public void clearCollection()
throws java.rmi.RemoteException
clearCollection in interface GlobalVariablesjava.rmi.RemoteException
public boolean containsKey(java.lang.Integer key)
throws java.rmi.RemoteException
containsKey in interface GlobalVariableskey - Value whose presence is to be tested
java.rmi.RemoteException
public java.lang.Object get(java.lang.Integer key)
throws java.rmi.RemoteException
get in interface GlobalVariableskey -
java.rmi.RemoteException
public java.util.Map<java.lang.Integer,java.lang.Object> getCollection()
throws java.rmi.RemoteException
getCollection in interface GlobalVariablesjava.rmi.RemoteException
public void put(java.lang.Integer key,
java.lang.Object object)
throws java.rmi.RemoteException
put in interface GlobalVariableskey - object -
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||