Getfilter, Setsession, Getsession – HP NonStop G-Series User Manual
Page 232: Unsubscribe

getFilter
The getFilter() method gets the event filter.
String getFilter()
Returns Regular expression
Usage Gets the event filter.
setSession
The setSession() method is used when the JoltUserEventBean is created after the logon event.
void setSession(JoltSessionBean value)
value
JoltSessionBean
Usage This method is used in cases when the JoltUserEventBean is created after the logon
event. Otherwise, the JoltUserEventBean can get access to a TUXEDO client session by
listening to propertyChangeEvents.
getSession
The getSession() method gets the JoltSessionBean used by this JoltUserEventBean.
JoltSessionBean getSession()
Returns JoltSessionBean
Usage Gets the JoltSessionBean used by this JoltUserEventBean.
unsubscribe
The unsubscribe() method deletes the subscription to an event.
void unsubscribe()
Usage This method is used to stop subcribing to the event represented by the
JoltUserEventBean.
Throws EventException, SessionException, JoltException