|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.precondition.PreconditionHandler
public abstract class PreconditionHandler
Implementations of this class provide precondition-specific properties that are set by clients to deliver information for precondition handling. It is not intended that instances of this class acquire these values by themselves.
Field Summary | |
---|---|
protected Precondition |
m_prec
The precondition handled by this instance. |
Constructor Summary | |
---|---|
protected |
PreconditionHandler(Precondition prec)
|
Method Summary | |
---|---|
Precondition |
getPrecondition()
|
abstract void |
handle()
This mathod should be called after the properties required for precondition handling are set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Precondition m_prec
Constructor Detail |
---|
protected PreconditionHandler(Precondition prec)
Method Detail |
---|
public Precondition getPrecondition()
public abstract void handle() throws PreconditionHandlingException
PreconditionHandlingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |