|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActionProcessor
An optional interface for ComponentSynchronizePeers that provides
the capability to receive IMMEDIATE notification of
state updates from the client.
This interface must be implemented by any component that creates
"EchoAction" message parts on the client in a ClientMessage.
PropertyUpdateProcessor| Field Summary | |
|---|---|
static java.lang.String |
ACTION_NAME
The attribute name of XML 'property' elements that specifies the name of the property. |
static java.lang.String |
ACTION_VALUE
The attribute name of XML 'property' elements that specifies the value of the property. |
| Method Summary | |
|---|---|
void |
processAction(ContainerInstance ci,
Component component,
org.w3c.dom.Element actionElement)
Notifies the ComponentSynchronizePeer that a client action
has occurred. |
| Field Detail |
|---|
static final java.lang.String ACTION_NAME
static final java.lang.String ACTION_VALUE
| Method Detail |
|---|
void processAction(ContainerInstance ci,
Component component,
org.w3c.dom.Element actionElement)
ComponentSynchronizePeer that a client action
has occurred.
ci - the relevant ContainerInstancecomponent - the target ComponentactionElement - the XML element describing the action
(the name and value of the action may be obtained
by querying the ACTION_NAME and
ACTION_VALUE attribute values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||