Hi! I am trying to use JavaParty for a class project and hoping someone could help me with understanding the object model a little better before jumping into a lot of coding... A couple of questions:
- a "remote" class has a "static" member which should probably called local (a child of an API class, which cannot be remote, if i'm guessing right). Once several instances of the remote class exist on different nodes, are they allowed to reference the the static member?
- if not, is it possible to somehow pull the data out of the static class into a "remote" custom-built data structure and then put them back? Which part of the environment can this member be referenced from anyway? The idea is to make several nodes that operate on the same data structure.
Thanks a lot!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome to Help
Hi! I am trying to use JavaParty for a class project and hoping someone could help me with understanding the object model a little better before jumping into a lot of coding... A couple of questions:
- a "remote" class has a "static" member which should probably called local (a child of an API class, which cannot be remote, if i'm guessing right). Once several instances of the remote class exist on different nodes, are they allowed to reference the the static member?
- if not, is it possible to somehow pull the data out of the static class into a "remote" custom-built data structure and then put them back? Which part of the environment can this member be referenced from anyway? The idea is to make several nodes that operate on the same data structure.
Thanks a lot!