beautypg.com

Addpropertychangelistener, Removepropertychangelistener, Logon – HP NonStop G-Series User Manual

Page 224: Logoff

background image

addPropertyChangeListener

The specified PropertyChangeListener's propertyChange() method is called each time the value
of the LoggedOn property changes.

void addPropertyChangeListener(PropertyChangeListener l)

l

The PropertyChangeListener.

Usage The specified PropertyChangeListener's propertyChange() method is called each time the
value of the loggedOn property changes.

removePropertyChangeListener

The removePropertyChangeListener() method removes the PropertyChangeListener from the
internal list.

void removePropertyChangeListener(PropertyChangeListener l)

l

The PropertyChangeListener.

Usage Removes the PropertyChangeListener from the internal list.

logon

The logon() method opens a new session to TUXEDO.

void logon()

Usage Opens a new session to TUXEDO. If a session is open, it throws a SessionException.
Upon successful logon, the LoggedOn property value changes to true.

Throws SessionException

logoff

The logoff() method closes the session to TUXEDO.

void logoff()

Usage Closes the session to TUXEDO. Session attributes are not cleared after logoff. The
LoggedOn property value changes to false.

Throws SessionException