|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextException | |
|---|---|
| org.ow2.wildcat | |
| Uses of ContextException in org.ow2.wildcat |
|---|
| Methods in org.ow2.wildcat that throw ContextException | |
|---|---|
void |
Context.attachAttribute(java.lang.String attribute,
Attribute attr)
Attach Attribute at specified location. |
void |
Context.attachResource(java.lang.String resource,
Resource res)
Attach Resource at specified location. |
void |
Context.createAttribute(java.lang.String attribute,
java.lang.Object value)
Creates a new global POJO attribute. |
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)
Periodically creates an AttributeChangedEvent where old and new values are equal. |
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. |
void |
Context.createResource(java.lang.String resource)
Creates Resource along a path. |
void |
Context.createSymlink(java.lang.String link,
java.lang.String target)
Creates and attach a Symlink. |
void |
Context.destroy()
Destroy this context. |
void |
Context.detachAttribute(java.lang.String attribute)
Detach an attribute. |
void |
Context.detachResource(java.lang.String resource)
Detach a resource. |
void |
Context.export()
Allow the context for remote connections. |
Attribute |
Context.getAttribute(java.lang.String attribute)
Return the attribute at specified location. |
Resource |
Context.getResource(java.lang.String resource)
Return the resource at specified location. |
java.lang.Object |
Context.getValue(java.lang.String attribute)
Fetch attribute value. |
java.util.Set<java.lang.String> |
Context.list(java.lang.String resource)
List resources and attributes. |
void |
Context.removePeriodicAttributePoller(java.lang.String attribute)
Remove an attribute poller. |
java.lang.Object |
Context.setValue(java.lang.String attribute,
java.lang.Object value)
Set Attribute's value. |
void |
Context.unexport()
Don't allow the context for remote connections. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||