org.openpermis.policy
Interface PartProblemReporter


public interface PartProblemReporter

Callback used to report violations of part integrity.

Since:
0.1.0

Nested Class Summary
static class PartProblemReporter.ProblemMessage
          Available Problem Messages.
 
Method Summary
 void reportProblem(Part part, PartProblemReporter.ProblemMessage message, Object... parameters)
          Reports an integrity violation of a part.
 

Method Detail

reportProblem

void reportProblem(Part part,
                   PartProblemReporter.ProblemMessage message,
                   Object... parameters)
Reports an integrity violation of a part.

Parameters:
part - the part affected.
message - the message describing the type of violation.
parameters - additional details about the type of violation.
Since:
0.1.0


PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:14:49
Copyright (c) 2002-2007 Ergon Informatik AG