public static class TopologySSEServlet.TopologyAsyncListener extends Object implements javax.servlet.AsyncListener
Constructor and Description |
---|
TopologyAsyncListener() |
TopologyAsyncListener(Topology topology,
TopologyListener topologyListener,
ScheduledFuture scheduledFuture) |
Modifier and Type | Method and Description |
---|---|
void |
onComplete(javax.servlet.AsyncEvent asyncEvent) |
void |
onError(javax.servlet.AsyncEvent asyncEvent) |
void |
onStartAsync(javax.servlet.AsyncEvent asyncEvent) |
void |
onTimeout(javax.servlet.AsyncEvent asyncEvent) |
public TopologyAsyncListener()
public TopologyAsyncListener(Topology topology, TopologyListener topologyListener, ScheduledFuture scheduledFuture)
public void onComplete(javax.servlet.AsyncEvent asyncEvent) throws IOException
onComplete
in interface javax.servlet.AsyncListener
IOException
public void onTimeout(javax.servlet.AsyncEvent asyncEvent) throws IOException
onTimeout
in interface javax.servlet.AsyncListener
IOException
public void onError(javax.servlet.AsyncEvent asyncEvent) throws IOException
onError
in interface javax.servlet.AsyncListener
IOException
public void onStartAsync(javax.servlet.AsyncEvent asyncEvent) throws IOException
onStartAsync
in interface javax.servlet.AsyncListener
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.