@PerLookup public class HttpEventReceiver extends Object
The getHttpRequest method of this class is annotated with the
| Constructor and Description |
|---|
HttpEventReceiver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastAction() |
long |
getLastId() |
int |
getLastRank() |
void |
receiveRequest(int rank,
long id,
String action,
Logger logger)
This method will get called back with the
information filled in from the request, either
from the Alternate injection resolver or from
the system provided three-thirty resolver
|
public void receiveRequest(int rank,
long id,
String action,
Logger logger)
rank - the rank, parameter zero of the HttpRequest (from the alternate)id - the id, parameter one of the HttpRequest (from the alternate)action - the action, parameter two of the HttpRequest (from the alternate)logger - a logger to send interesting messages topublic int getLastRank()
public long getLastId()
public String getLastAction()
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.