Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Jini Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hello, I am facing a problem in JavaSpace read() operation of Integer array.
public class abcEntry implements Entry {
for (int i=0; i public abcEntry() { public abcEntry(String resname) { JavaSpace space = SpaceAccessor.getSpace(); BUT the read operation halts and never comes back, it seems JavaSpace space = SpaceAccessor.getSpace(); abcEntry template = new abcEntry(); //template.score = null; (Even setting this to null, abcEntry result = (abcEntry) space.read(template, null, Can any one help me? |
Sponsored Links
|