|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.webcontainer.SynchronizePeerFactory
public class SynchronizePeerFactory
Factory for obtaining XXXSynchronizePeer implementations.
| 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. |
static ComponentSynchronizePeer |
getPeerForComponent(java.lang.Class componentClass,
boolean searchSuperClasses)
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 |
| 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
public static ComponentSynchronizePeer getPeerForComponent(java.lang.Class componentClass,
boolean searchSuperClasses)
ComponentSynchronizePeer for a given
Component class.
componentClass - the component classsearchSuperClasses - flag indicating whether peers for superclasses should be returned if none
can be found for the exact class.
ComponentSynchronizePeer
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||