Results 1 to 4 of 4
Thread: Java Detect Remote Users
- 05-12-2011, 04:29 PM #1
Member
- Join Date
- May 2011
- Posts
- 3
- Rep Power
- 0
Java Detect Remote Users
Hello, I am brand new to the forums.
At work, we have two machines that are constantly being used by 7 people. I am looking to create an application that runs on each workstation and a server type program to run on the two machines that are shared.
The purpose of the program is to notify which machine has someone connected to it, and who is connected. Also it will display if it is available.
My question here is, how with java can I detect if someone is remotely logged into a machine, and pull their username?
Also, does anyone know a way to display a notification window on a remote machine. basically I am going to have a request button in the client program where you can notify the current person logged in that you request the machine.
Thanks in advance for your help!
- 05-12-2011, 04:41 PM #2
Member
- Join Date
- May 2011
- Posts
- 3
- Rep Power
- 0
More info to clarify.
Each of the 7 users have their own workstation and we all remote into one of these two machines to use bloomberg.
So I will have a server on the bloomberg machines and a client program on each persons workstation.
We remote in via windows Remote Desktop Connection, which is using Citrix.
Thanks everyone!
- 05-13-2011, 02:10 PM #3
Hmm. Since I'm not sure how Citrix or Remote Desktop Connection works, I'm far from sure if this will actually give you any meaningful info, but have a look at System.getProperty("user.name"). With luck, that'll give you who is connected to the machine.
- 05-13-2011, 03:31 PM #4
Member
- Join Date
- May 2011
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
Automatically detect which COM port is connected to a USB GSM Modem using java
By Manfizy in forum Advanced JavaReplies: 2Last Post: 11-30-2011, 07:36 AM -
How to detect beep sound using java
By dkas in forum New To JavaReplies: 10Last Post: 02-09-2011, 11:07 PM -
Java(TM) Web Start Launcher doesn't work after a software update for some users
By Richard Gillespie in forum Advanced JavaReplies: 0Last Post: 12-21-2010, 03:21 PM -
How do i create a help file in java for the users of my application
By Manfizy in forum New To JavaReplies: 5Last Post: 08-25-2009, 08:43 AM -
In java,how to detect Plug & Unplug USB key for both linux and Windows OS
By Santhoshkumarp in forum Advanced JavaReplies: 4Last Post: 06-30-2009, 11:31 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks