|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.handler.HandlerResult<T>
T - type of resultpublic class HandlerResult<T>
Handler result data.
| Constructor Summary | |
|---|---|
HandlerResult(T t)
Creates a new handler result. |
|
HandlerResult(T t,
boolean b)
Creates a new handler result. |
|
| Method Summary | |
|---|---|
boolean |
getAbort()
Returns whether the operation should be aborted. |
T |
getResult()
Returns the result produced by a handler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandlerResult(T t)
t - produced by a handler
public HandlerResult(T t,
boolean b)
t - produced by a handlerb - whether the operation should be aborted| Method Detail |
|---|
public T getResult()
public boolean getAbort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||