org.apache.catalina.connector

Class CometEventImpl

public class CometEventImpl extends Object implements CometEvent

Field Summary
protected EventSubTypeeventSubType
Event sub type.
protected EventTypeeventType
Event type.
protected Requestrequest
Associated request.
protected Responseresponse
Associated response.
protected static StringManagersm
The string manager for this package.
Constructor Summary
CometEventImpl(Request request, Response response)
Method Summary
voidclear()
Clear the event.
voidclose()
EventSubTypegetEventSubType()
EventTypegetEventType()
HttpServletRequestgetHttpServletRequest()
HttpServletResponsegetHttpServletResponse()
voidsetEventSubType(EventSubType eventSubType)
voidsetEventType(EventType eventType)
voidsetTimeout(int timeout)

Field Detail

eventSubType

protected EventSubType eventSubType
Event sub type.

eventType

protected EventType eventType
Event type.

request

protected Request request
Associated request.

response

protected Response response
Associated response.

sm

protected static StringManager sm
The string manager for this package.

Constructor Detail

CometEventImpl

public CometEventImpl(Request request, Response response)

Method Detail

clear

public void clear()
Clear the event.

close

public void close()

getEventSubType

public EventSubType getEventSubType()

getEventType

public EventType getEventType()

getHttpServletRequest

public HttpServletRequest getHttpServletRequest()

getHttpServletResponse

public HttpServletResponse getHttpServletResponse()

setEventSubType

public void setEventSubType(EventSubType eventSubType)

setEventType

public void setEventType(EventType eventType)

setTimeout

public void setTimeout(int timeout)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.