Jave Beans [message #393600] |
Mon, 23 March 2009 09:38 |
oracle123
Messages: 56 Registered: March 2009
|
Member |
|
|
Hi all,
I am trying to use a java bean in my forms 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 of any other methods that can be used through "GetClientInfo" class.
Any documentation reference would be greatly appreciated.
I posted the same question in FORMS group but did not get any reply, so thought that JAVA guys can help me out.
Thanks,
Scott.
|
|
|
|