|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.webcontainer.SynchronizePeerFactory
public class SynchronizePeerFactory
Factory for obtaining ComponentSynchronizePeer implementations.
| Constructor Summary | |
|---|---|
SynchronizePeerFactory()
|
|
| Method Summary | |
|---|---|
static CommandSynchronizePeer |
getPeerForCommand(java.lang.Class commandClass)
Retrieves the appropriate CommandSynchronizePeer for a given
Command class. |
static ComponentSynchronizePeer |
getPeerForComponent(java.lang.Class componentClass)
Retrieves the appropriate ComponentSynchronizePeer for a given
Component class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynchronizePeerFactory()
| Method Detail |
|---|
public static CommandSynchronizePeer getPeerForCommand(java.lang.Class commandClass)
CommandSynchronizePeer for a given
Command class.
commandClass - the command class
CommandSynchronizePeerpublic static ComponentSynchronizePeer getPeerForComponent(java.lang.Class componentClass)
ComponentSynchronizePeer for a given
Component class.
componentClass - the component class
ComponentSynchronizePeer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||