Regarding Java Beans [message #393340] |
Sat, 21 March 2009 15:49 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
oracle123
Messages: 56 Registered: March 2009
|
Member |
|
|
Hi all,
I am trying to use a java bean in my application to gather client information. I registered the bean using the following command:
FBean.Register_Bean(CLIENTINFO,1,'oracle.forms.demos.beans.GetClientInfo');
During my research, I found the following methods can be used through the above registered bean:
1. getHostname
2. getIPAddress
3. getSystemProperty(with argument - 'java.version')
I would like to know any or all other methods that can be used using "GetClientInfo" class.
Any documentation reference would be greatly appreciated.
Thanks,
Scott.
|
|
|
|
|
|
|
Re: Regarding Java Beans [message #396483 is a reply to message #395848] |
Mon, 06 April 2009 22:40 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Sorry. I have no more information with me. You will have to google or search metalink like the rest of us.
David
|
|
|