@Deprecated public class DefaultSituationManager extends Object implements SituationManager
Constructor and Description |
---|
DefaultSituationManager()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheManager |
getCacheManager()
Deprecated.
This method returns the cache manager.
|
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 |
setCacheManager(CacheManager cm)
Deprecated.
This method sets the cache manager.
|
public void setCacheManager(CacheManager cm)
cm
- The cache managerpublic CacheManager getCacheManager()
public void ignore(IgnoreSubject details) throws Exception
ignore
in interface SituationManager
details
- The ignore subject detailsException
- Failed to ignore subjectpublic void observe(String subject, String principal) throws Exception
observe
in interface SituationManager
subject
- The previously ignored subjectprincipal
- The optional principalException
- Failed to observe subjectCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.