|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WEventInterface.Scope | |
|---|---|
| org.ow2.wildcat | |
| org.ow2.wildcat.event | |
| org.ow2.wildcat.hierarchy.attribute | |
| org.ow2.wildcat.hierarchy.resource | |
| Uses of WEventInterface.Scope in org.ow2.wildcat |
|---|
| Methods in org.ow2.wildcat with parameters of type WEventInterface.Scope | |
|---|---|
void |
Context.createAttribute(java.lang.String attribute,
WEventInterface.Scope scope,
java.lang.Object value)
Creates a new POJO attribute and set the scope for the events generated when setting the value. |
void |
Context.createPeriodicAttributePoller(java.lang.String attribute,
long duration,
java.util.concurrent.TimeUnit unit,
WEventInterface.Scope scope)
Periodically creates an AttributeChangedEvent where old and new values are equal. |
| Uses of WEventInterface.Scope in org.ow2.wildcat.event |
|---|
| Methods in org.ow2.wildcat.event that return WEventInterface.Scope | |
|---|---|
WEventInterface.Scope |
WEventInterface.getScope()
|
WEventInterface.Scope |
WEvent.getScope()
|
static WEventInterface.Scope |
WEventInterface.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WEventInterface.Scope[] |
WEventInterface.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.ow2.wildcat.event with parameters of type WEventInterface.Scope | |
|---|---|
void |
WEvent.setScope(WEventInterface.Scope scope)
Set the scope of the event. |
| Constructors in org.ow2.wildcat.event with parameters of type WEventInterface.Scope | |
|---|---|
WAttributeEvent(Path source,
WEventInterface.Scope scope,
java.lang.Object value)
Construct a new WAttributeEvent by setting its scope. |
|
WEvent(Path source,
WEventInterface.Scope scope)
Constructor. |
|
| Uses of WEventInterface.Scope in org.ow2.wildcat.hierarchy.attribute |
|---|
| Methods in org.ow2.wildcat.hierarchy.attribute that return WEventInterface.Scope | |
|---|---|
WEventInterface.Scope |
POJOAttribute.getScope()
|
protected WEventInterface.Scope |
QueryAttribute.getScope()
|
| Methods in org.ow2.wildcat.hierarchy.attribute with parameters of type WEventInterface.Scope | |
|---|---|
void |
POJOAttribute.setScope(WEventInterface.Scope scope)
Set the scope of the events generated when setting the value. |
| Constructors in org.ow2.wildcat.hierarchy.attribute with parameters of type WEventInterface.Scope | |
|---|---|
POJOAttribute(WEventInterface.Scope scope,
java.lang.Object value)
Construct a new POJOAttribute with a given initial value and a given scope. |
|
QueryAttribute(java.lang.String queryString,
WEventInterface.Scope scope)
Construct a new query attribute. |
|
| Uses of WEventInterface.Scope in org.ow2.wildcat.hierarchy.resource |
|---|
| Methods in org.ow2.wildcat.hierarchy.resource with parameters of type WEventInterface.Scope | |
|---|---|
void |
Resource.createAttribute(Path attribute,
WEventInterface.Scope scope,
java.lang.Object value)
Create a POJO attribute at specified location. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||