Propertychange, Seteventname, Geteventname – HP NonStop G-Series User Manual
Page 231: Setfilter
propertyChange
The propertyChange() method is the event handler for PropertyChange events.
void propertyChange(PropertyChangeEvent evt)
evt
The event object.
Usage Event handler for PropertyChange events. The JoltSessionBean notifies the
JoltUserEventBean when it logs on and off by raising a PropertyChangeEvent about its
LoggedOn property. The logoff of a session, other than the current session, does not affect the
JoltUserEventBean. This method should not be called directly.
setEventName
The setEventName() method sets the regular expression of the user event that this bean
represents.
void setEventName(String name)
name
The regular expression of the user event.
Usage Sets the regular expression of the user event that this bean represents. If the client wants
to only subscribe to unsolicited events, use setEventName ("\\.UNSOLMSG").
getEventName
The getEventName() method gets the regular expression this bean represents.
String getEventName()
Usage Gets the regular expression this bean represents.
setFilter
The setFilter() method sets the event filter.
void setFilter(String filter)
filter
The event filter.
Usage Sets the event filter.