| java.lang.Object com.sun.midp.events.EventCopyStorage
EventCopyStorage | public class EventCopyStorage (Code) | | Storage of native event copies for events being posted to evet queue.
It is expected that NamsAPIWrapper uses this class each time it calls
NAMS API method.
|
Method Summary | |
public synchronized NativeEvent | checkHead() | public synchronized boolean | checkHead(NativeEvent e, TestCase test, String message) | public synchronized boolean | checkHead(int t, int i1, int i2, int i3, int i4, String s1, String s2, String s3, String s4, String s5, String s6, TestCase test, String message) | public synchronized int | checkSize() | public synchronized void | clearAll() | public synchronized NativeEvent | getHead() | public synchronized boolean | getHead(NativeEvent e, TestCase test, String message) | public synchronized boolean | getHead(int t, int i1, int i2, int i3, int i4, String s1, String s2, String s3, String s4, String s5, String s6, TestCase test, String message) | public synchronized int | putTail(int t, int i1, int i2, int i3, int i4, String s1, String s2, String s3, String s4, String s5, String s6) |
checkHead | public synchronized boolean checkHead(int t, int i1, int i2, int i3, int i4, String s1, String s2, String s3, String s4, String s5, String s6, TestCase test, String message)(Code) | | |
checkSize | public synchronized int checkSize()(Code) | | |
clearAll | public synchronized void clearAll()(Code) | | |
getHead | public synchronized boolean getHead(int t, int i1, int i2, int i3, int i4, String s1, String s2, String s3, String s4, String s5, String s6, TestCase test, String message)(Code) | | |
putTail | public synchronized int putTail(int t, int i1, int i2, int i3, int i4, String s1, String s2, String s3, String s4, String s5, String s6)(Code) | | |
|
|