|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.cams.oblig.StandardEffect
Standard implementation of the Effect interface.
Effect| Field Summary |
| Fields inherited from interface com.cafesoft.cams.oblig.Effect |
ACCESS_CONTROL_EFFECT_TYPE, AUTHENTICATION_EFFECT_TYPE |
| Constructor Summary | |
StandardEffect(String type,
int status,
int reason)
Create a new StandardEffect object. |
|
| Method Summary | |
int |
getReason()
Get the reason code. |
int |
getStatus()
Get the status code. |
String |
getType()
Get the type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StandardEffect(String type,
int status,
int reason)
type - the Effect's type.status - the Effect's status code.reason - the Effect's reason code.| Method Detail |
public String getType()
getType in interface Effectpublic int getStatus()
getStatus in interface Effectpublic int getReason()
getReason in interface Effect
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||