public interface Behaviour
| Modifier and Type | Interface and Description |
|---|---|
static class |
Behaviour.NotificationFrequency
When should behaviour be notified?
|
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disable the behaviour (for this thread only)
|
void |
enable()
Enable the behaviour (for this thread only)
|
java.lang.Object |
getInterface(java.lang.Class policy)
Gets the requested policy interface onto the behaviour
|
Behaviour.NotificationFrequency |
getNotificationFrequency() |
boolean |
isEnabled() |
java.lang.Object getInterface(java.lang.Class policy)
policy - the policy interface classvoid disable()
void enable()
boolean isEnabled()
Behaviour.NotificationFrequency getNotificationFrequency()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.