public class EventsAction extends AbstractManagerAction
Constructor and Description |
---|
EventsAction()
Creates a new empty EventsAction.
|
EventsAction(String eventMask)
Creates a new EventsAction that applies the given event mask to the
current manager connection.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getEventMask()
Returns the event mask.
|
void |
setEventMask(String eventMask)
Sets the event mask.
|
getActionId, setActionId, toString
public EventsAction()
public EventsAction(String eventMask)
eventMask
- the event mask. Set to "on" if all events should be
send, "off" if not events should be sent or a combination of
"system", "call" and "log" (separated by ',') to specify what
kind of events should be sent.public String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getEventMask()
public void setEventMask(String eventMask)
Set to "on" if all events should be send, "off" if not events should be sent or a combination of "system", "call" and "log" (separated by ',') to specify what kind of events should be sent.
Copyright © 2004–2016. All rights reserved.