@Deprecated public interface SituationManager
Modifier and Type | Method and Description |
---|---|
void |
ignore(IgnoreSubject details)
Deprecated.
This method causes the supplied situation subject
to be ignored.
|
void |
observe(String subject,
String principal)
Deprecated.
This method causes the supplied subject, that was previously
ignored, to be observed.
|
void ignore(IgnoreSubject details) throws Exception
details
- The ignore subject detailsException
- Failed to ignore subjectvoid observe(String subject, String principal) throws Exception
subject
- The previously ignored subjectprincipal
- The optional principalException
- Failed to observe subjectCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.