public class SimpleHTTPPublisher extends java.lang.Object implements ScheduledPublisher
Constructor and Description |
---|
SimpleHTTPPublisher(java.net.URL endpoint,
java.lang.String format) |
Modifier and Type | Method and Description |
---|---|
void |
begin() |
void |
beginUser(java.lang.String user) |
void |
end() |
void |
endUser(java.lang.String user) |
void |
publish(ScheduledAlertOccurrence occurrence) |
public SimpleHTTPPublisher(java.net.URL endpoint, java.lang.String format)
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
Copyright © 2013 Dassault Systèmes, All Rights Reserved.