|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.servlet.connectionMethods.ChannelStatus
ConnectionMethods return this object, which describes the current status of a channel in a ConnectionMethod. Do not modify the contents of this structure. Only ConnectionMethods should create instances of this object.
ConnectionMethod
,
Filter
Field Summary | |
java.util.Date |
createTime
The time when the channel was added to the connection method. |
boolean |
enabled
Is this channel enabled? If not, requests will be refused, and not passed on the Servlet. |
java.util.Date |
enabledDisabledTime
The time when this channel was most recently enabled or disabled. |
java.lang.String[] |
filterIDs
All the Filters currently applied to this channel. |
long |
requestCount
The number of requests sent through this channel to the Servlet. |
java.lang.String |
servletID
This is the Servlet this channel should send requests to. |
java.lang.String |
URLPrefix
If the requested URL starts with this string, it is sent to the Servlet identified in this channel. |
Constructor Summary | |
ChannelStatus()
Constructor |
|
ChannelStatus(Channel channel)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String URLPrefix
public java.lang.String servletID
public boolean enabled
public long requestCount
public java.lang.String[] filterIDs
Filter
public java.util.Date createTime
public java.util.Date enabledDisabledTime
Constructor Detail |
public ChannelStatus()
public ChannelStatus(Channel channel)
channel
- A channel to get the current status from.
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |