• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Determining the correct Java Class for this Functionality

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So I've setup Eclipse, and my applications have been developed. The applications will always cause a workstation to be in a state of true/false (if button1 is selected, state=true open gateway, if button2 is selected state=false close gateway). The "gateway" is what I believe to serve as the listener. Meaning the "gateway" will look for a true state, and route calls only to that workstation.

What Java functionality do I need to implement that would serve as the "gateway" described above?

(f I am incorrect on the technical terminology, please let me know.)
 
Ranch Hand
Posts: 296
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mmm, crossposting? We better continue our discussion in the original thread.
 
Patsy Morrow
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yea it's a totally different subject, so I created a new Thread. But we can continue on the original. Thanks!
 
They weren't very bright, but they were very, very big. Ad contrast:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic