Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
A
a
- Variable in class org.ow2.wildcat.util.
PathParser.path_return
abs
- Variable in class org.ow2.wildcat.util.
PathParser.path_return
address()
- Method in class org.ow2.wildcat.util.
PathParser
append(Path)
- Method in class org.ow2.wildcat.hierarchy.
Path
Creates a new Path by appending suffix to 'this'.
appendAttribute(String)
- Method in class org.ow2.wildcat.hierarchy.
Path
Creates a new path by appending 'name' as attribute name to current path assumes 'name' to be a valid attribute name
appendResource(String)
- Method in class org.ow2.wildcat.hierarchy.
Path
Creates a new path by appending 'name' as resource to current path
attachAttribute(String, Attribute)
- Method in interface org.ow2.wildcat.
Context
Attach Attribute at specified location.
attachAttribute(Path, Attribute)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Attach an attribute at specified location.
attachResource(String, Resource)
- Method in interface org.ow2.wildcat.
Context
Attach Resource at specified location.
attachResource(Path, Resource)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Attach Resource at specified location.
Attribute
- Interface in
org.ow2.wildcat.hierarchy.attribute
Define an attribute holding some value.
attribute()
- Method in class org.ow2.wildcat.util.
PathParser
C
canonicalize()
- Method in class org.ow2.wildcat.hierarchy.
Path
Canonicalize current path
clone()
- Method in class org.ow2.wildcat.event.
WEvent
Context
- Interface in
org.ow2.wildcat
Public interface through which users perform push/pull operation on context data.
context
- Variable in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
ContextException
- Exception in
org.ow2.wildcat
Exception thrown when a context operation failed.
ContextException()
- Constructor for exception org.ow2.wildcat.
ContextException
ContextException(String)
- Constructor for exception org.ow2.wildcat.
ContextException
ContextException(Throwable)
- Constructor for exception org.ow2.wildcat.
ContextException
ContextException(String, Throwable)
- Constructor for exception org.ow2.wildcat.
ContextException
createAttribute(String, Object)
- Method in interface org.ow2.wildcat.
Context
Creates a new global POJO attribute.
createAttribute(String, WEventInterface.Scope, Object)
- Method in interface org.ow2.wildcat.
Context
Creates a new POJO attribute and set the scope for the events generated when setting the value.
createAttribute(Path, WEventInterface.Scope, Object)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Create a POJO attribute at specified location.
createPeriodicAttributePoller(String, long, TimeUnit)
- Method in interface org.ow2.wildcat.
Context
Periodically creates an AttributeChangedEvent where old and new values are equal.
createPeriodicAttributePoller(String, long, TimeUnit, WEventInterface.Scope)
- Method in interface org.ow2.wildcat.
Context
Periodically creates an AttributeChangedEvent where old and new values are equal.
createQuery(String)
- Method in interface org.ow2.wildcat.
Context
Creates and starts a query.
createResource(String)
- Method in interface org.ow2.wildcat.
Context
Creates Resource along a path.
createResource(Path)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Creates resources along a path
createSymlink(String, String)
- Method in interface org.ow2.wildcat.
Context
Creates and attach a Symlink.
D
destroy()
- Method in interface org.ow2.wildcat.
Context
Destroy this context.
destroyQuery(Query)
- Method in interface org.ow2.wildcat.
Context
Detach all listener and destroy query.
detachAttribute(String)
- Method in interface org.ow2.wildcat.
Context
Detach an attribute.
detachAttribute(Path)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Detach an attribute at specified location.
detachResource(String)
- Method in interface org.ow2.wildcat.
Context
Detach a resource.
detachResource(Path)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Detach a resource at specified location.
E
emitEvent(WEvent...)
- Method in interface org.ow2.wildcat.
Context
Emit event(s).
EOF
- Static variable in class org.ow2.wildcat.util.
PathLexer
EOF
- Static variable in class org.ow2.wildcat.util.
PathParser
equals(Object)
- Method in class org.ow2.wildcat.hierarchy.
Path
expectAbsolute()
- Method in class org.ow2.wildcat.hierarchy.
Path
Does nothing.
expectAttribute()
- Method in class org.ow2.wildcat.hierarchy.
Path
Does nothing
expectCanonical()
- Method in class org.ow2.wildcat.hierarchy.
Path
Does nothing.
expectFinite()
- Method in class org.ow2.wildcat.hierarchy.
Path
Does nothing.
expectRelative()
- Method in class org.ow2.wildcat.hierarchy.
Path
Does nothing.
expectResource()
- Method in class org.ow2.wildcat.hierarchy.
Path
Does nothing.
export()
- Method in interface org.ow2.wildcat.
Context
Allow the context for remote connections.
F
FOLLOW_5_in_path56
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_5_in_path69
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_6_in_path89
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_7_in_host120
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_attribute_in_path91
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_EOF_in_path99
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_host_in_path51
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_ID_in_address135
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_ID_in_host118
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_resource_in_path67
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_resource_in_path80
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_set_in_attribute0
- Static variable in class org.ow2.wildcat.util.
PathParser
FOLLOW_set_in_resource0
- Static variable in class org.ow2.wildcat.util.
PathParser
format(long)
- Static method in class org.ow2.wildcat.util.
TimeUtil
Format a timestamp into a human readable String.
G
getAttribute(String)
- Method in interface org.ow2.wildcat.
Context
Return the attribute at specified location.
getAttribute(Path)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Return the attribute at specified location.
getAttribute()
- Method in interface org.ow2.wildcat.osgi.api.
IAttributeAttacher
getAttributeName()
- Method in class org.ow2.wildcat.hierarchy.
Path
getContext()
- Method in class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
getDelay()
- Method in interface org.ow2.wildcat.hierarchy.attribute.
RunnableAttribute
getFirstResource()
- Method in class org.ow2.wildcat.hierarchy.
Path
getGrammarFileName()
- Method in class org.ow2.wildcat.util.
PathLexer
getGrammarFileName()
- Method in class org.ow2.wildcat.util.
PathParser
getHostname()
- Method in class org.ow2.wildcat.hierarchy.
Path
getListener()
- Method in interface org.ow2.wildcat.osgi.api.
IQueryAdder
getName()
- Method in interface org.ow2.wildcat.
Context
getParentPath()
- Method in class org.ow2.wildcat.hierarchy.
Path
getPath()
- Method in class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
getPath()
- Method in interface org.ow2.wildcat.osgi.api.
IAttributeAttacher
getQuery()
- Method in interface org.ow2.wildcat.osgi.api.
IQueryAdder
getRelativePart()
- Method in class org.ow2.wildcat.hierarchy.
Path
Creates a new path by stripping host and starting '/'.
getResource(String)
- Method in interface org.ow2.wildcat.
Context
Return the resource at specified location.
getResource(Path)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Return the resource at specified location.
getScope()
- Method in class org.ow2.wildcat.event.
WEvent
getScope()
- Method in interface org.ow2.wildcat.event.
WEventInterface
getScope()
- Method in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
getScope()
- Method in class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
getSource()
- Method in class org.ow2.wildcat.event.
WEvent
getSource()
- Method in interface org.ow2.wildcat.event.
WEventInterface
Getter.
getTarget()
- Method in class org.ow2.wildcat.event.
WHierarchyEvent
Getter.
getTokenNames()
- Method in class org.ow2.wildcat.util.
PathParser
getType()
- Method in class org.ow2.wildcat.event.
WHierarchyEvent
Getter.
getValue(String)
- Method in interface org.ow2.wildcat.
Context
Fetch attribute value.
getValue()
- Method in class org.ow2.wildcat.event.
WAttributeEvent
POJO-style getter.
getValue(String)
- Method in class org.ow2.wildcat.event.
WAttributeEvent
Map-style getter.
getValue()
- Method in interface org.ow2.wildcat.hierarchy.attribute.
Attribute
getValue()
- Method in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
getValue()
- Method in class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
getValue(Path)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Fetch attribute value.
H
h
- Variable in class org.ow2.wildcat.util.
PathParser.path_return
hasAttribute()
- Method in class org.ow2.wildcat.hierarchy.
Path
hasExplicitHost()
- Method in class org.ow2.wildcat.hierarchy.
Path
hashCode()
- Method in class org.ow2.wildcat.hierarchy.
Path
hasResource()
- Method in class org.ow2.wildcat.hierarchy.
Path
host()
- Method in class org.ow2.wildcat.util.
PathParser
I
IAttributeAttacher
- Interface in
org.ow2.wildcat.osgi.api
Service providing an attribute and a path to mount this.
ID
- Static variable in class org.ow2.wildcat.util.
PathLexer
ID
- Static variable in class org.ow2.wildcat.util.
PathParser
init(String)
- Static method in class org.ow2.wildcat.util.
Messages
Initialize the formatter of messages.
IQueryAdder
- Interface in
org.ow2.wildcat.osgi.api
Service providing an event query and an associated listener.
isAbsolute()
- Method in class org.ow2.wildcat.hierarchy.
Path
isCanonical()
- Method in class org.ow2.wildcat.hierarchy.
Path
Tests if path is canonical.
isMount()
- Method in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
isMount()
- Method in class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
isMount()
- Method in interface org.ow2.wildcat.hierarchy.
Mountable
isOnlyAttribute()
- Method in class org.ow2.wildcat.hierarchy.
Path
isOnlyResource()
- Method in class org.ow2.wildcat.hierarchy.
Path
isPattern()
- Method in class org.ow2.wildcat.hierarchy.
Path
Tests if path contain pattern elements.
isPrefix(Path)
- Method in class org.ow2.wildcat.hierarchy.
Path
Test whether argument is a prefix of current path.
isRemoteContextAvailable(String)
- Method in interface org.ow2.wildcat.
Context
isValidAttributeName(String)
- Static method in class org.ow2.wildcat.hierarchy.
Path
isValidHostname(String)
- Static method in class org.ow2.wildcat.hierarchy.
Path
isValidResourceName(String)
- Static method in class org.ow2.wildcat.hierarchy.
Path
L
list(String)
- Method in interface org.ow2.wildcat.
Context
List resources and attributes.
list(Path)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
List resources and attributes.
listen(String)
- Method in interface org.ow2.wildcat.
Context
Listen for events coming from the context with the given name.
ListenerRegistrationException
- Exception in
org.ow2.wildcat.hierarchy
Exception thrown when the registration of a listener failed.
ListenerRegistrationException()
- Constructor for exception org.ow2.wildcat.hierarchy.
ListenerRegistrationException
ListenerRegistrationException(String)
- Constructor for exception org.ow2.wildcat.hierarchy.
ListenerRegistrationException
ListenerRegistrationException(Throwable)
- Constructor for exception org.ow2.wildcat.hierarchy.
ListenerRegistrationException
ListenerRegistrationException(String, Throwable)
- Constructor for exception org.ow2.wildcat.hierarchy.
ListenerRegistrationException
M
MalformedPathException
- Exception in
org.ow2.wildcat.hierarchy
Exception thrown when a
Path
is not conform at he specification.
MalformedPathException()
- Constructor for exception org.ow2.wildcat.hierarchy.
MalformedPathException
MalformedPathException(String, Throwable)
- Constructor for exception org.ow2.wildcat.hierarchy.
MalformedPathException
MalformedPathException(Throwable)
- Constructor for exception org.ow2.wildcat.hierarchy.
MalformedPathException
MalformedPathException(String)
- Constructor for exception org.ow2.wildcat.hierarchy.
MalformedPathException
message(String, Object...)
- Static method in class org.ow2.wildcat.util.
Messages
Formats a message referenced by key with its arguments.
Messages
- Class in
org.ow2.wildcat.util
Helper class to handle logging messages.
mID()
- Method in class org.ow2.wildcat.util.
PathLexer
mismatch(IntStream, int, BitSet)
- Method in class org.ow2.wildcat.util.
PathParser
mount(Context, Path)
- Method in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
mount(Context, Path)
- Method in class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
mount(Context, Path)
- Method in interface org.ow2.wildcat.hierarchy.
Mountable
Mount the Mountable.
Mountable
- Interface in
org.ow2.wildcat.hierarchy
Interface that Resources and Attributes must implement.
mT10()
- Method in class org.ow2.wildcat.util.
PathLexer
mT5()
- Method in class org.ow2.wildcat.util.
PathLexer
mT6()
- Method in class org.ow2.wildcat.util.
PathLexer
mT7()
- Method in class org.ow2.wildcat.util.
PathLexer
mT8()
- Method in class org.ow2.wildcat.util.
PathLexer
mT9()
- Method in class org.ow2.wildcat.util.
PathLexer
mTokens()
- Method in class org.ow2.wildcat.util.
PathLexer
N
now()
- Static method in class org.ow2.wildcat.util.
TimeUtil
Get current time timestamp.
NULL
- Static variable in class org.ow2.wildcat.hierarchy.
Path
Constant Path for
null://
O
org.ow2.wildcat
- package org.ow2.wildcat
org.ow2.wildcat.event
- package org.ow2.wildcat.event
org.ow2.wildcat.hierarchy
- package org.ow2.wildcat.hierarchy
org.ow2.wildcat.hierarchy.attribute
- package org.ow2.wildcat.hierarchy.attribute
org.ow2.wildcat.hierarchy.resource
- package org.ow2.wildcat.hierarchy.resource
org.ow2.wildcat.osgi.api
- package org.ow2.wildcat.osgi.api
org.ow2.wildcat.util
- package org.ow2.wildcat.util
P
parse(String)
- Static method in class org.ow2.wildcat.util.
TimeUtil
Compute a timestamp from a human readable String.
path
- Variable in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
Path
- Class in
org.ow2.wildcat.hierarchy
A path in the wildcat hierarchy.
Path(String)
- Constructor for class org.ow2.wildcat.hierarchy.
Path
Convenient constructors.
Path(Path)
- Constructor for class org.ow2.wildcat.hierarchy.
Path
Deep copy constructor
path()
- Method in class org.ow2.wildcat.util.
PathParser
PathLexer
- Class in
org.ow2.wildcat.util
PathLexer()
- Constructor for class org.ow2.wildcat.util.
PathLexer
PathLexer(CharStream)
- Constructor for class org.ow2.wildcat.util.
PathLexer
PathParser
- Class in
org.ow2.wildcat.util
PathParser(TokenStream)
- Constructor for class org.ow2.wildcat.util.
PathParser
PathParser.attribute_return
- Class in
org.ow2.wildcat.util
PathParser.attribute_return()
- Constructor for class org.ow2.wildcat.util.
PathParser.attribute_return
PathParser.path_return
- Class in
org.ow2.wildcat.util
PathParser.path_return()
- Constructor for class org.ow2.wildcat.util.
PathParser.path_return
PathParser.resource_return
- Class in
org.ow2.wildcat.util
PathParser.resource_return()
- Constructor for class org.ow2.wildcat.util.
PathParser.resource_return
pauseQuery(Query)
- Method in interface org.ow2.wildcat.
Context
Pause Query.
POJOAttribute
- Class in
org.ow2.wildcat.hierarchy.attribute
Attribute holding an object.
POJOAttribute(WEventInterface.Scope, Object)
- Constructor for class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
Construct a new
POJOAttribute
with a given initial value and a given scope.
POJOAttribute(Object)
- Constructor for class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
Construct a new global
POJOAttribute
with a given initial value.
Q
Query
- Class in
org.ow2.wildcat
A reference to a registered Query.
Query(String)
- Constructor for class org.ow2.wildcat.
Query
QueryAttribute
- Class in
org.ow2.wildcat.hierarchy.attribute
An attribute holding the result of a query.
QueryAttribute(String)
- Constructor for class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
Construct a new query attribute whose generated events have the global scope.
QueryAttribute(String, WEventInterface.Scope)
- Constructor for class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
Construct a new query attribute.
R
r
- Variable in class org.ow2.wildcat.util.
PathParser.path_return
registerListener(Context)
- Method in interface org.ow2.wildcat.osgi.api.
IQueryAdder
Add a query and an associated listener to the given context.
registerListeners(String, UpdateListener...)
- Method in interface org.ow2.wildcat.
Context
Creates and starts a query and register one or more listener.
registerListeners(Query, UpdateListener...)
- Method in interface org.ow2.wildcat.
Context
Attach one or more listener to a query.
removeListeners(Query, UpdateListener...)
- Method in interface org.ow2.wildcat.
Context
Removes one or more listeners associated with a Query.
removePeriodicAttributePoller(String)
- Method in interface org.ow2.wildcat.
Context
Remove an attribute poller.
replacePrefix(Path, Path)
- Method in class org.ow2.wildcat.hierarchy.
Path
Partially rewrite current path, changing oprefix in 'this' to nprefix.
Resource
- Interface in
org.ow2.wildcat.hierarchy.resource
Define a resource holding some attributes and other resources.
resource()
- Method in class org.ow2.wildcat.util.
PathParser
ResourceException
- Exception in
org.ow2.wildcat.hierarchy.resource
Exception thrown when an operation on a resource failed.
ResourceException()
- Constructor for exception org.ow2.wildcat.hierarchy.resource.
ResourceException
ResourceException(String)
- Constructor for exception org.ow2.wildcat.hierarchy.resource.
ResourceException
ResourceException(Throwable)
- Constructor for exception org.ow2.wildcat.hierarchy.resource.
ResourceException
ResourceException(String, Throwable)
- Constructor for exception org.ow2.wildcat.hierarchy.resource.
ResourceException
resumeQuery(Query)
- Method in interface org.ow2.wildcat.
Context
Resume Query.
ROOT
- Static variable in class org.ow2.wildcat.hierarchy.
Path
Constant Path for
/
.
RunnableAttribute
- Interface in
org.ow2.wildcat.hierarchy.attribute
Represents an active attribute.
S
setHostName(String)
- Method in class org.ow2.wildcat.hierarchy.
Path
setScope(WEventInterface.Scope)
- Method in class org.ow2.wildcat.event.
WEvent
Set the scope of the event.
setScope(WEventInterface.Scope)
- Method in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
Set the scope of the events generated when setting the value.
setSource(Path)
- Method in class org.ow2.wildcat.event.
WEvent
Setter.
setValue(String, Object)
- Method in interface org.ow2.wildcat.
Context
Set Attribute's value.
setValue(Object)
- Method in interface org.ow2.wildcat.hierarchy.attribute.
Attribute
Set attribute's value.
setValue(Object)
- Method in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
setValue(Object)
- Method in class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
setValue(Path, Object)
- Method in interface org.ow2.wildcat.hierarchy.resource.
Resource
Set Attribute's value.
source
- Variable in class org.ow2.wildcat.event.
WEvent
The source of the Event.
stripTop()
- Method in class org.ow2.wildcat.hierarchy.
Path
Creates a new path by stripping the first resource as attribute name to current path.
T
T10
- Static variable in class org.ow2.wildcat.util.
PathLexer
T5
- Static variable in class org.ow2.wildcat.util.
PathLexer
T6
- Static variable in class org.ow2.wildcat.util.
PathLexer
T7
- Static variable in class org.ow2.wildcat.util.
PathLexer
T8
- Static variable in class org.ow2.wildcat.util.
PathLexer
T9
- Static variable in class org.ow2.wildcat.util.
PathLexer
target
- Variable in class org.ow2.wildcat.event.
WHierarchyEvent
The object of the operation (ie: a resource or an attribute name)
TimeUtil
- Class in
org.ow2.wildcat.util
Date and Time helper class.
TimeUtil()
- Constructor for class org.ow2.wildcat.util.
TimeUtil
tokenNames
- Static variable in class org.ow2.wildcat.util.
PathParser
Tokens
- Static variable in class org.ow2.wildcat.util.
PathLexer
toString()
- Method in class org.ow2.wildcat.event.
WAttributeEvent
toString()
- Method in class org.ow2.wildcat.event.
WEvent
toString()
- Method in class org.ow2.wildcat.event.
WHierarchyEvent
toString()
- Method in class org.ow2.wildcat.hierarchy.
Path
toString()
- Method in class org.ow2.wildcat.
Query
type
- Variable in class org.ow2.wildcat.event.
WHierarchyEvent
The type of operation
U
unexport()
- Method in interface org.ow2.wildcat.
Context
Don't allow the context for remote connections.
unMount()
- Method in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
unMount()
- Method in class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
unMount()
- Method in interface org.ow2.wildcat.hierarchy.
Mountable
Unmount the Mountable.
update(EventBean[], EventBean[])
- Method in class org.ow2.wildcat.hierarchy.attribute.
QueryAttribute
V
value
- Variable in class org.ow2.wildcat.event.
WAttributeEvent
The new value of the attribute.
value
- Variable in class org.ow2.wildcat.hierarchy.attribute.
POJOAttribute
valueOf(String)
- Static method in enum org.ow2.wildcat.event.
WEventInterface.Scope
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.ow2.wildcat.event.
WHierarchyEvent.Type
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.ow2.wildcat.event.
WEventInterface.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.ow2.wildcat.event.
WHierarchyEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
W
WAttributeEvent
- Class in
org.ow2.wildcat.event
WAttributeEvent holds events related to an attribute value change.
WAttributeEvent(Path, Object)
- Constructor for class org.ow2.wildcat.event.
WAttributeEvent
Construct a new global WAttributeEvent.
WAttributeEvent(Path, WEventInterface.Scope, Object)
- Constructor for class org.ow2.wildcat.event.
WAttributeEvent
Construct a new WAttributeEvent by setting its scope.
WEvent
- Class in
org.ow2.wildcat.event
Event without arguments.
WEvent(Path, WEventInterface.Scope)
- Constructor for class org.ow2.wildcat.event.
WEvent
Constructor.
WEvent(Path)
- Constructor for class org.ow2.wildcat.event.
WEvent
Construct a new global event.
WEventInterface
- Interface in
org.ow2.wildcat.event
Common interface that every Wildcat related event must implement.
WEventInterface.Scope
- Enum in
org.ow2.wildcat.event
Scope of an event.
WHierarchyEvent
- Class in
org.ow2.wildcat.event
WHierarchyEvent holds events related to the context hierarchy changes.
WHierarchyEvent(Path, WHierarchyEvent.Type, String)
- Constructor for class org.ow2.wildcat.event.
WHierarchyEvent
Constructor.
WHierarchyEvent.Type
- Enum in
org.ow2.wildcat.event
The types of events
A
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
OW2 Consortium
. All Rights Reserved.