|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a request for advice within the advisor subsystem. Its methods are similar to the HttpSession interface.
Method Summary | |
java.lang.Object |
getAttribute(java.lang.String name)
Returns the AdviceRequest attribute with a given name. |
java.util.Collection |
getAttributeNames()
Returns a Collection with the names of all the attributes. |
long |
getCreationTime()
Returns the creation time for this AdviceRequest. |
java.lang.String |
getId()
Returns the user assigned identifier for this AdviceRequest. |
java.lang.String |
getUri()
Returns the URI associated with this AdviceRequest. |
void |
removeAttribute(java.lang.String name)
Removes a named attribute from the AdviceRequest. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets a named attribute to a value. |
void |
setId(java.lang.String id)
Set the identifier for this AdviceRequest. |
void |
setUri(java.lang.String uri)
Sets the URI associated with this AdviceRequest. |
Method Detail |
public java.lang.String getUri()
public void setUri(java.lang.String uri)
uri
- the URI.public java.lang.Object getAttribute(java.lang.String name)
name
- the name of the attribute.public java.util.Collection getAttributeNames()
public long getCreationTime()
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the AdviceRequest identifier.public void removeAttribute(java.lang.String name)
name
- the name of the attribute.public void setAttribute(java.lang.String name, java.lang.Object value)
name
- the name of the attribute.value
- the value to be associated.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |