Oracle Forms 9i Samples and Demos

G I L M O S

G

GetClientInfo - class oracle.forms.demos.beans.GetClientInfo.
Oracle Forms Server 9i JavaBean / PJC Example
GetClientInfo() - Method in class oracle.forms.demos.beans.GetClientInfo
The constructor for the GetUsername JavaBean class
GetClientInfo() - Constructor for class oracle.forms.demos.beans.GetClientInfo
 
getDate() - Method in class oracle.forms.demos.beans.GetClientInfo
Obtain the date off of the local client machine.
getDebug() - Method in class oracle.forms.demos.beans.GetClientInfo
 
getHostname() - Method in class oracle.forms.demos.beans.GetClientInfo
Obtains the hostname of the local client machine
getIPAddress() - Method in class oracle.forms.demos.beans.GetClientInfo
Obtains the IP address of the local client machine
getProperty(ID) - Method in class oracle.forms.demos.beans.GetClientInfo
Method in the IView interface that is called when the Forms Server wishes to obtain the value of a specific property from the class.
getSystemProperty(String) - Method in class oracle.forms.demos.beans.GetClientInfo
Obtains the named property from the client's JVM System properties
getUsername() - Method in class oracle.forms.demos.beans.GetClientInfo
Obtains the username from the client's JVM System properties with "user.name"

I

init(IHandler) - Method in class oracle.forms.demos.beans.GetClientInfo
Method in the IView interface that is called when the component is first initialised from by the Forms Server.

L

log(String) - Method in class oracle.forms.demos.beans.GetClientInfo
Convenience method to display an message out to the console.

M

main(String[]) - Static method in class oracle.forms.demos.beans.GetClientInfo
The test method which allows class to be run from the command line to determine if it is functioning correctly.

O

oracle.forms.demos.beans - package oracle.forms.demos.beans
 

S

setDebug(boolean) - Method in class oracle.forms.demos.beans.GetClientInfo
Sets debug mode

G I L M O S

Oracle Forms 9i Samples and Demos