public class ConsolePublisher extends java.lang.Object implements ScheduledPublisher, RTPublisher
Constructor and Description |
---|
ConsolePublisher() |
Modifier and Type | Method and Description |
---|---|
void |
begin() |
void |
beginUser(java.lang.String user) |
void |
end() |
void |
endUser(java.lang.String user) |
void |
onMatch(Context ctx,
RTMatch match) |
void |
publish(RTAlertOccurrence occurrence) |
void |
publish(ScheduledAlertOccurrence occurrence) |
protected void |
recurseEntries(int depth,
ResultFeed feed) |
public void begin() throws AlertingException
begin
in interface ScheduledPublisher
AlertingException
public void beginUser(java.lang.String user) throws AlertingException
beginUser
in interface ScheduledPublisher
AlertingException
public void publish(ScheduledAlertOccurrence occurrence) throws AlertingException
publish
in interface ScheduledPublisher
AlertingException
public void endUser(java.lang.String user) throws AlertingException
endUser
in interface ScheduledPublisher
AlertingException
public void end() throws AlertingException
end
in interface ScheduledPublisher
AlertingException
public void onMatch(Context ctx, RTMatch match) throws AlertingException
onMatch
in interface RTPublisher
AlertingException
public void publish(RTAlertOccurrence occurrence) throws AlertingException
publish
in interface RTPublisher
AlertingException
protected void recurseEntries(int depth, ResultFeed feed) throws AlertingException
AlertingException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.