|
Milyn-Tinak Version 0.6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.device.ident.IdentUnit
Device identification data unit.
These are units of information which direct Tinak as to how a device should be identified e.g. a request header value to check for.
HttpIdentUnit
Constructor Summary | |
IdentUnit()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Is the supplied object equal to this ident unit. |
java.lang.String |
getId()
Get the ident unit id. |
java.lang.String |
getName()
Get the ident unit name. |
java.lang.String |
getValue()
Get the ident unit value. |
abstract boolean |
isMatch(Request request)
Is this device identification unit a match for the device. |
void |
setId(java.lang.String id)
Set the ident unit id. |
void |
setName(java.lang.String name)
Set the ident unit name. |
void |
setValue(java.lang.String value)
Set the ident unit value. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdentUnit()
Method Detail |
public void setId(java.lang.String id)
id
- The id value.public java.lang.String getId()
public void setName(java.lang.String name)
name
- The name value.public java.lang.String getName()
public void setValue(java.lang.String value)
value
- The value value.public java.lang.String getValue()
public abstract boolean isMatch(Request request)
request
- The device request.
public boolean equals(java.lang.Object obj)
obj
- The object on which the comparison is to be made.
|
Milyn-Tinak Version 0.6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |